# | Line 67 | Line 67 | Contactor::Contactor() | |
---|---|---|
67 | << "\n mailbox = " << account.getMailbox() << "\n}\n"; | |
68 | } | |
69 | ||
70 | < | session = new IMAPHandler(account.getHost(), account.getPort()); |
70 | > | session = new IMAPHandler(account.getHost(), true); |
71 | ||
72 | if (session->capability().find("IMAP4rev1") == string::npos) | |
73 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |