summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/genericwrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-12fixed a variable name conflictalwin1-5/+5
2004-03-10some bugfixesalwin1-0/+8
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-08some required code restructuring in preparation of new featuresalwin1-13/+39
2004-03-08obsolete methode removedalwin1-80/+5
store msgids when parsing a mail-header
2004-03-08type of mail account will be defined by a enum not with string - comparingalwin1-3/+7
strings all the time makes no sense.
2004-03-07removed debug output which will realy slow down thingsalwin1-1/+1
2004-01-08MH storage implementedalwin1-0/+8
local folders will be type of MH not MBOX
2004-01-07pop3 crash - quick fixjgf1-2/+3
2004-01-03better parsing of mails with recursive multipart contentalwin1-5/+21
2004-01-02bugfix while assigning mail-numbersalwin1-1/+1
2004-01-02mail-parts will get a path id for hierarchic structure of the contentalwin1-9/+38
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-2/+67
shared some more functions between mbox and pop3
2003-12-24hopefully fixed some memleaks and some not initialized varsalwin1-3/+3
2003-12-21- mbox-wrapper mostly finishedalwin1-0/+393
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.