summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/abstractmail.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18some (hopeful) improvementsalwin1-4/+4
2004-03-14Convert net to ODP and QtAUXzecke1-6/+6
2004-03-12some more smart-pointersalwin1-19/+17
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-6/+10
2004-03-10some bugfixesalwin1-4/+6
When edit a mail to send and cancel is pressed the mail can stored in a draft folder and later edit again. This moment we will not store attachments into drafts.
2004-03-08type of mail account will be defined by a enum not with string - comparingalwin1-1/+3
strings all the time makes no sense.
2004-02-29beginning of nntp stuffharlekin1-0/+1
2004-01-08- store single message to another folder implementedalwin1-0/+1
- cleaned code in mainwindow and opiemail.cpp
2004-01-08move/copy mails to another folder resides inside wrappers so we canalwin1-0/+2
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-1/+3
accounts can be switched "offline"
2004-01-05bugfix in imapwrapperalwin1-0/+1
storemail for all possible mail-accounts raw body fetch in all wrappers unified public interface dialog for selecting a target mailbox started
2004-01-05returns their type of connection (mbox,imap or pop3)alwin1-0/+2
2004-01-04- added start of status classalwin1-5/+7
- unification of (public) mailwrapper interfaces - preparition for message store/transfer
2004-01-04some cleanupsalwin1-0/+2
2004-01-03status methods for mailfolder implementedalwin1-1/+3
2003-12-28basic folder handling for pop3 accountsalwin1-1/+1
some code dups reduced
2003-12-27folder handling for imap mostly impelemented, context menus foralwin1-0/+9
imap-mail-folders implemented.
2003-12-21- mbox-wrapper mostly finishedalwin1-0/+3
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.
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