Small library for reading mail messages via POP3. Currently doesn\'t return all header fields, and does only plain text authorization.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:3e29a3a6f3bb | 2011-02-18 | hlipka | added license |
5:3182b4eda69b | 2011-02-14 | hlipka | (none) |
4:850d9e9884fd | 2011-02-01 | hlipka | bugfix - did not read UIDL |
3:37570217ae90 | 2011-02-01 | hlipka | Now using UIDL as message ID, since the normal ID is not unique (between sessions). Also, now closes the session properly. |
2:3893c1aaee8d | 2011-01-29 | hlipka | changed to use the TcpLineStream library - makes it simples and faster |
1:f2b05d1c91be | 2011-01-11 | hlipka | fixed compile error & include handling |
0:ec8a3cef200d | 2011-01-10 | hlipka | initial version |