summaryrefslogtreecommitdiff
path: root/noncore/net/mail/abstractmail.h
AgeCommit message (Collapse)AuthorFilesLines
2003-12-20fetching attachments from a pop3mail works.alwin1-0/+3
this moment the whole message will be hold in memory until I have an idea for a clean(!) filebased cache which will not get to large. Thats why the biggest pop3 mail we can fetch is 5MB, this should be enough.
2003-12-18nothing much.alwin1-0/+1
just only check in my tries to finish the pop3 stuff and found another bug inside libetpan. when decoding text with fun "mailmime_encoded_phrase_parse" it works fine on i386 machines but not on arm (segmentation fault inside this fun) - it has to be resolved.
2003-12-16saving of attachments implemented.alwin1-2/+6
2003-12-16quoted-printable text will be decoded for displayalwin1-2/+2
2003-12-14- replied mails will get the flag answeredalwin1-0/+1
- text fix in preparing the message for a reply
2003-12-13deleting a mail in a imap server implementedalwin1-1/+1
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin1-0/+30
independend of its later use. ToDo: find a more general interface for it