summaryrefslogtreecommitdiff
path: root/noncore/net/mail/pop3wrapper.cpp
AgeCommit message (Expand)AuthorFilesLines
2004-01-04moved to shared lib for usage with tody and taskbar pluginalwin1-229/+0
2004-01-03status methods for mailfolder implementedalwin1-0/+11
2003-12-30re-worked pop3 (use the more generic interface)alwin1-101/+65
2003-12-28basic folder handling for pop3 accountsalwin1-4/+27
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin1-3/+4
2003-12-21- mbox-wrapper mostly finishedalwin1-403/+15
2003-12-20fetching attachments from a pop3mail works.alwin1-8/+32
2003-12-19receiving and splitting a mail finishedalwin1-8/+25
2003-12-19fetching body-structure/content mostly finishedalwin1-32/+151
2003-12-18ask for user/password if field is emptyjgf1-2/+18
2003-12-18nothing much.alwin1-8/+41
2003-12-17pop3 mails will be cached in a temp-filealwin1-9/+60
2003-12-17imap folder will be displayed more structuredalwin1-1/+1
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
2003-12-15pop3wrapper now works in first stage and doesn't segfault anymorealwin1-16/+41
2003-12-14- replied mails will get the flag answeredalwin1-0/+4
2003-12-14-memleak fixedalwin1-1/+1
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
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