summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/abstractmail.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-01-08MH storage implementedalwin1-1/+2
local folders will be type of MH not MBOX
2004-01-08- store single message to another folder implementedalwin1-0/+13
- cleaned code in mainwindow and opiemail.cpp
2004-01-08move/copy mails to another folder resides inside wrappers so we canalwin1-0/+19
use special funs of libetpan and/or mailserver itself (eg. imap) libetpan 0.32 requires for that feature a patch! (see libetpanstuff/) accounts marked as "offline" get a new icon TODO: - when creating a new folder while copy/move on imap-server, get the real resulting foldername when using prefix - implement usage of copy/move inside one mbox using special etpan funs
2004-01-07download mail mostly finishedalwin1-2/+7
accounts can be switched "offline"
2004-01-04some cleanupsalwin1-0/+7
2004-01-03status methods for mailfolder implementedalwin1-0/+4
2003-12-21- mbox-wrapper mostly finishedalwin1-0/+6
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.
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