Small library for reading mail messages via POP3. Currently doesn\'t return all header fields, and does only plain text authorization.

Dependents:   mmain pop3demo

History

added license default tip

2011-02-18, by hlipka [Fri, 18 Feb 2011 13:57:55 +0000] rev 6

added license


2011-02-14, by hlipka [Mon, 14 Feb 2011 20:22:21 +0000] rev 5


bugfix - did not read UIDL

2011-02-01, by hlipka [Tue, 01 Feb 2011 22:07:24 +0000] rev 4

bugfix - did not read UIDL


Now using UIDL as message ID, since the normal ID is not unique (between sessions). Also, now closes the session properly.

2011-02-01, by hlipka [Tue, 01 Feb 2011 21:17:03 +0000] rev 3

Now using UIDL as message ID, since the normal ID is not unique (between sessions). Also, now closes the session properly.


changed to use the TcpLineStream library - makes it simples and faster

2011-01-29, by hlipka [Sat, 29 Jan 2011 23:27:26 +0000] rev 2

changed to use the TcpLineStream library - makes it simples and faster


fixed compile error & include handling

2011-01-11, by hlipka [Tue, 11 Jan 2011 21:35:35 +0000] rev 1

fixed compile error & include handling


initial version

2011-01-10, by hlipka [Mon, 10 Jan 2011 21:11:01 +0000] rev 0

initial version