There are situations where you are collecting email from large numbers or POP3 or IMAP server accounts, and wish to import the settings into the Hexamail configuration automatically. This guide explains the best way to achieve that.
Let's work through an example.
If you have a CSV file or can generate a CSV file of POP3/IMAP account information you can simply and quickly import into Hexamail.
Follow these steps
- 1) STOP the Hexamail service
- 2) EXIT the Hexamail administration interface by right-clicking the system tray and doing EXIT
- 3) DELETE the file 127.0.0.1.echo 23004;.cfg (the Hexamail admin cached configuration file)
- 4) Open a Command prompt as Administrator
- 5) Navigate to c:\program files\Hexamail POP3 Downloader\
- 6) Run the command line below.
- 7) Launch the Hexamail admin buy double clicking on it.
The following command line imports POP3/IMAP accounts into Hexamail config:
| -path FILE | full path to the CSV file you wish to import |
| -start N | number oft he first account to import. This let's you preserve existing accounts, e.g you can start importing from account 4 onwards |
| -headers X,Y,Z | if your csv file has no header row specifying the order of the settings, you can provide a custom list of headers here to instruct Hexamail which order the settings appear in the csv file |
The following headers/columns/settings can be used during import:
With the following meanings:
| Account | Unique identifier or email address for this account |
| Action | What action to perform on the email once downloaded: select from Keep, Expire, Delete |
| Server | The full server name you wish to connect to, e.g. mail.hexamail.com |
| Port | The port you wish to connect to. For POP3 it is usually 110 (995 SSL) for IMAP it is 143 (993 SSL) |
| Prot | The protocol to use for the downloading, choose from POP3, IMAP |
| User | The username/login for the account |
| Pass | The password for the account |
| Enable | Whether this account is enabled. Use Yes/No/True/False/On/Off |
| Days | The number of days to keep email on the server before expiring it if Expire is the action parameter |
| Type | The type of account choose from: catchall, individual |
| outfolder | If you wish to export downloaded email, specify the folder here |
| Reroute | The rerouting address for the account. For individual use a local email address on the server you wish to send to, something like user1 |
| Folder | IMAP folders to download. Use * for all folders, or e.g. INBOX to just collect the inbox of each account |
| Schedule | The interval/schedule in minutes, e.g. 15 to collect every 15 minutes. |
Hexamail POP3 Downloader supports bulk import of POP3 and IMAP account settings from a CSV file, making it easy to configure large numbers of accounts without manual data entry. This is especially useful for ISPs, hosting companies and organisations managing many email accounts that need to be collected and routed automatically.