Gilles LAMIRAL

Results 534 comments of Gilles LAMIRAL

In the Gmail imap settings at https://mail.google.com/mail/u/0/#settings/fwdandpop There is: ```` When I mark a message in IMAP as deleted: Auto-Expunge on - Immediately update the server. (default) Auto-Expunge off -...

Thanks, updated upstream https://imapsync.lamiral.info/INSTALL.d/INSTALL.Ubuntu.txt ``` .... sudo apt-get install \ libauthen-ntlm-perl \ libclass-load-perl \ libcrypt-openssl-rsa-perl \ ``` CGI is optional.

> ./webserver > sudo apt install libnet-server-perl I started a document to talk about it. Feel free to suggest updates on it and on the webserver. https://imapsync.lamiral.info/INSTALL.d/INSTALL.webserver.txt ``` ... The...

I'm sorry for the delay. You proved that this imap server honors the SEARCH ALL imap command but not the SEARCH FROM one. Some crappy developed imap servers just implement...

Like said in https://github.com/imapsync/imapsync/issues/199 I'll add an option to avoid sanitizing.

Do you perform the run from the same host? Is it an IPv6 address when using name? Test with ::1, What gives: ```` ./imapsync --host2 ::1 ````

Thanks! The context is docker. What gives: docker run gilleslamiral/imapsync imapsync --testslive There is no nmap nor telnet nor openssl in the imapsync Docker image, I should add this trouble-shouting...