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

Comparing trunk/WinXPFAQPoll/Contactor.h (file contents):
Revision 104 by douglas, 2003-03-31T20:18:26-08:00 vs.
Revision 118 by douglas, 2003-04-01T13:41:03-08:00

# Line 60 | Line 60
60   class Contactor
61   {
62   private:
63 +        void loadAccount();
64 +        void fixMessages();
65 +        void fixMessage(const string& number);
66 + protected:
67          Account account;
68          IMAPHandler* session;
69          bool nodelete;
70          queue<string> messages;
67        void loadAccount();
68        void fixMessages();
69        void fixMessage(const string& number);
71          bool parseHeader(const string& header, Message& message);
72          bool parseText(const string& text, Message& message);
73   public:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines