summaryrefslogtreecommitdiff
path: root/noncore/net/mail/pop3wrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-12-16saving of attachments implemented.alwin1-1/+10
2003-12-15forget to check the delete flag when making message listalwin1-1/+4
2003-12-15delete mail implementedalwin1-11/+39
test for read flags
2003-12-15pop3wrapper now works in first stage and doesn't segfault anymorealwin1-16/+41
Display an INBOX folder for pop3 accounts to get an more monoton mail interface for different types of mail server. Inbox - Folder get another icon than the other.
2003-12-14- replied mails will get the flag answeredalwin1-0/+4
- text fix in preparing the message for a reply
2003-12-14-memleak fixedalwin1-1/+1
-check for non-selectable mailboxes -potential crasher fixed -selection handling better (app will not send a net-command on each mouse click)
2003-12-13deleting a mail in a imap server implementedalwin1-3/+2
2003-12-13the RecMail class get on creation a mailwrapper assigenedalwin1-0/+1
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin1-1/+20
independend of its later use. ToDo: find a more general interface for it
2003-12-11fetchBody in POP3 & weird segfaultjgf1-42/+69
2003-12-10changes to work with libetpan 0.3.1alwin1-26/+26
2003-12-10when login failed for pop3 software crashed due not checked NULL pointeralwin1-0/+1
2003-12-10first working listMessagesjgf1-5/+135
2003-12-10added ssl connection support for pop3harlekin1-3/+8
2003-12-10retrieve headers from mailboxjgf1-4/+37
2003-12-09POP3 support - first stepsjgf1-0/+74