summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/genericwrapper.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18some (hopeful) improvementsalwin1-7/+7
2004-03-14Convert net to ODP and QtAUXzecke1-2/+2
2004-03-12some more smart-pointersalwin1-5/+5
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-1/+1
2004-03-08some required code restructuring in preparation of new featuresalwin1-1/+3
2004-03-08obsolete methode removedalwin1-1/+0
store msgids when parsing a mail-header
2004-03-08type of mail account will be defined by a enum not with string - comparingalwin1-1/+1
strings all the time makes no sense.
2004-01-08MH storage implementedalwin1-0/+4
local folders will be type of MH not MBOX
2004-01-04- added start of status classalwin1-0/+3
- unification of (public) mailwrapper interfaces - preparition for message store/transfer
2004-01-03better parsing of mails with recursive multipart contentalwin1-1/+1
2004-01-02mail-parts will get a path id for hierarchic structure of the contentalwin1-1/+1
while displaying enclosed rfc mails (like forwards) will be marked as a body-part.
2003-12-30re-worked pop3 (use the more generic interface)alwin1-0/+2
shared some more functions between mbox and pop3
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin1-2/+0
- fixed memory leaks in mbox account class - reduced count of used string constants while using "tr" with context string - mbox displays messages into global status bar - fixed a possible raise condition when deleting a mail directory
2003-12-21- mbox-wrapper mostly finishedalwin1-0/+59
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.