summaryrefslogtreecommitdiff
path: root/noncore/net/mail/abstractmail.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-12-21- MailWrapper -> SMTPwrapperalwin1-0/+1
- made dependies from libetpan includes somewhat cleaner - removed standalone static funs and moved to class based static methods - arguements in SMTPwrapper now always const references and not deep copies TODO: clean up GOTO statements, change QList to QValueList for a better handling of "const" arguments, store mails in queue and/or a local "Sent" folder.
2003-12-20fetching attachments from a pop3mail works.alwin1-0/+15
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-18ok. char-translation enabled again.alwin1-10/+7
make sure to have the decode patch applied to libetpan!!!!
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