Small library for reading mail messages via POP3. Currently doesn\'t return all header fields, and does only plain text authorization.
Revisions of pop3.cpp
Revision | Date | Message | Actions |
---|---|---|---|
4:850d9e9884fd | 2011-02-01 | bugfix - did not read UIDL | File Diff Annotate |
3:37570217ae90 | 2011-02-01 | Now using UIDL as message ID, since the normal ID is not unique (between sessions). Also, now closes the session properly. | File Diff Annotate |
2:3893c1aaee8d | 2011-01-29 | changed to use the TcpLineStream library - makes it simples and faster | File Diff Annotate |
1:f2b05d1c91be | 2011-01-11 | fixed compile error & include handling | File Diff Annotate |
0:ec8a3cef200d | 2011-01-10 | initial version | File Diff Annotate |