port number recognition in pilerimport

Issue #33 resolved
Peter Molnar created an issue

Hi,

Finally I managed the IMAP TLS/SSL issue, simply fire up stunnel from localhost to the source IMAP server. It is quite easy, if you have only one server, but it could be difficult, if there are more servers.

I noticed, that pilerimport always try to connect on port 143. Is it possible to extend the functionality with port number?

Regards, mP

Comments (7)

  1. Janos SUTO repo owner

    Certainly. I'll implement SSL support for pilerimport, and you will be able to connect to a IMAP-SSL server. I'll let you know when it's available.

  2. Peter Molnar reporter

    Good news;). I created a workaround with stunnel for this, but I am just thinking about the flexibility. I can run the piler daemon also with ssl, on port 465, with another stunnel trick.

  3. Janos SUTO repo owner

    Managed to add SSL support to pilerimport, please download the master branch to get this feature.

    You can use the '-P' command line option. If you specify -P 993, then it will make an SSL connection to the IMAP server, otherwise an unencrypted connection.

  4. Log in to comment