summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/abstractmail.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-12-18nothing much.alwin1-0/+23
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-7/+21
2003-12-16quoted-printable text will be decoded for displayalwin1-0/+21
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin1-0/+13
independend of its later use. ToDo: find a more general interface for it