<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>download mail plugin - Multiple email accounts</title>
        <link>https://interactivetools.com/forum/forum-posts.php?download-mail-plugin---Multiple-email-accounts-79203</link>
        <description></description>
        <pubDate>Fri, 06 Mar 2026 13:30:43 -0800</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;download-mail-plugin---Multiple-email-accounts-79203" rel="self" type="application/rss+xml" />

                <item>
          <title>download mail plugin - Multiple email accounts</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232839#post2232839</link>
          <description><![CDATA[<p>Hi Maurice,</p>
<p>Yes, it is possible to download mails from multiple email accounts by adding a new block of <span>downloadMail_addAccount </span>array for the other email accounts in downloadMail/downloadMail.php. For example:</p>
<p><code>// Example Gmail account - Download messages from inbox then archive them under "All Mail"<br />downloadMail_addAccount(array(<br />  'account'  =&gt; 'my-email@example.com', // account name, displayed in CMS<br />  'type'     =&gt; 'POP3',              // account type: POP3 or IMAP<br /><br />  'username' =&gt; 'my-email@example.com', // or example@yourdomain.com for Google Apps<br />  'password' =&gt; 'myemailpass',<br />  'hostname' =&gt; 'pop.gmail.com',<br /><br />  'archive'  =&gt; '', // IMAP Only, move messages to this folder instead of deleting them<br />  'secure'   =&gt; true,  // whether the host requires a secure connection: true or false (no quotes)<br />  'port'     =&gt; '',    // (optional) port number (if non-standard)<br />  'limit'    =&gt; '10',   // (optional) max messages to download at a time (set low to avoid server timeouts)<br />  'testmode' =&gt; true, // (optional) don't archive or erase messages after downloading them<br />));<br />// add another email account details<br />downloadMail_addAccount(array(<br />  'account'  =&gt; 'other-email@example.com', // account name, displayed in CMS<br />  'type'     =&gt; 'POP3',              // account type: POP3 or IMAP<br /><br />  'username' =&gt; 'other-email@example.com', // or example@yourdomain.com for Google Apps<br />  'password' =&gt; 'otheremailpass',<br />  'hostname' =&gt; 'pop.gmail.com',<br /><br />  'archive'  =&gt; '', // IMAP Only, move messages to this folder instead of deleting them<br />  'secure'   =&gt; true,  // whether the host requires a secure connection: true or false (no quotes)<br />  'port'     =&gt; '',    // (optional) port number (if non-standard)<br />  'limit'    =&gt; '10',   // (optional) max messages to download at a time (set low to avoid server timeouts)<br />  'testmode' =&gt; true, // (optional) don't archive or erase messages after downloading them<br />));<br /></code></p>
<p>However, saving the downloaded mails to different sections will require some customization of the plugin.</p>
<p>What I would do is, first, make a full back up. Then I will set up the sections where I want the emails to be saved and update the line of code where the plugin saves the emails. You can find that code in downloadMail.php and search for downloadMail_addRecord() function where you can find the SQL statement for saving the email data. Change the table name to the table name of the section  that I want to put the email data into and make sure that the field names matches the one in the sql statement.</p>
<p>Hope this helps!</p>
<p>Cheers,</p>]]></description>
          <pubDate>Mon, 06 Jan 2014 18:02:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232839#post2232839</guid>
        </item>
                <item>
          <title>download mail plugin - Multiple email accounts</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232783#post2232783</link>
          <description><![CDATA[<p>Hi IT-Team,</p>
<p>is it possible to download email from multiple email accounts and have multiple sections to sort the in???</p>
<p>Hope to hear from you with a great solution ;-)</p>
<p>Greetz Maurice</p>]]></description>
          <pubDate>Tue, 24 Dec 2013 02:17:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232783#post2232783</guid>
        </item>
              </channel>
    </rss>
  