ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/WinXPFAQPoll/Contactor.cpp
(Generate patch)

Comparing trunk/WinXPFAQPoll/Contactor.cpp (file contents):
Revision 104 by douglas, 2003-03-31T20:18:26-08:00 vs.
Revision 107 by douglas, 2003-03-31T20:39:56-08:00

# 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          {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines