Hey all, this is a bug entry which already has a resolution that needs to be implemented. Imap is completely broken in evolution-2.0.1 due to the imap port not being hardcoded anymore. You need to add imap to /etc/services. So instead of: imap2 143/tcp imap2 143/udp do: imap2 143/tcp imap imap2 143/udp imap (add an alias to plain imap). Reproducible: Always Steps to Reproduce: 1. 2. 3.
*** This bug has been marked as a duplicate of 66166 ***