mail-archiver

log

age author description
2010-03-21 Andrew John Hughes 2010-03-21 Andrew John Hughes <gnu_andrew@member.fsf.org>default tip
2010-03-21 Andrew John Hughes Support mailbox flags and use to avoid archiving unselectable mailboxes.
2010-03-12 Andrew John Hughes Fix possible malicious use of RFC822 class.
2010-03-12 Andrew John Hughes Support STORE and provide option of deleting archived messages (-d).
2010-03-11 Andrew John Hughes Read bytes rather than characters to avoid confusion between octet and character counts.
2010-03-11 Andrew John Hughes Implement FETCH and archive messages in a maildir tree.
2010-03-10 Andrew John Hughes Add support for EXAMINE, SELECT and CLOSE. Select and close each mailbox in turn.
2010-03-09 Andrew John Hughes Add support for LIST command and use it to return a list of mailboxes.
2010-03-08 Andrew John Hughes Refactor IMAPResponse to delegate to appropriate subclasses.
2010-03-08 Andrew John Hughes Implement login and logout.
2010-03-07 Andrew John Hughes Check the connection returns an OK response.
2010-03-07 Andrew John Hughes Provide an IMAPClient which can connect to the server and parse the response.
2010-03-07 Andrew John Hughes Use {Abstract,}Client rather than {Abstract,}Connection.
2010-03-07 Andrew John Hughes Implement basic connection and disconnection to the IMAP server.
2010-03-07 Andrew John Hughes 2010-03-07 Andrew John Hughes <gnu_andrew@member.fsf.org>
2010-03-07 Andrew John Hughes 2010-03-07 Andrew John Hughes <gnu_andrew@member.fsf.org>
2010-03-07 andrew Initial import.