How to use import functionality

Issue #703 invalid
imran yousaf created an issue

I have enabled the $config['ENABLE_SAAS'] = 1 option, after that i have a import link in my menu.This is nice and good but my question how i can use this import web-ui to import my emails/messages please advise on this

Comments (8)

  1. imran yousaf reporter

    I am also able to add new entries by selecting type imap/pop3 providing server name,username and password but not able to understand how these entries started working properly. Please elaborate all its steps in detail Thanks in Advance

  2. Janos SUTO repo owner

    Please don't use bitbucket for howto problems, only for bugs. This topic suits more the mailing list. This is not a task at all.

    For importing the emails, I'd use pilerimport (see its documentation), since it provides some useful output. If you want to stick with the gui import, then add a cronjob for piler:

    /5 * * * /usr/local/libexec/piler/import.sh

    It reads the entries from database you just entered, and it imports the emails.

  3. imran yousaf reporter

    Ok fine but do not know about mailing list please share the URL or email from where i can communicate in future

  4. Log in to comment