summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/genericwrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-11even a full correct mail comes via generic protocoll like pop3 or mhalwin1-8/+9
parts of were stored with wrong identifier inside cache.
2004-10-26Resolved a feature request:alwin1-5/+5
unique display of date-time of a mail maillist now sorted for mail-date as default, user can switch sort order to all other items (subject, author, size)
2004-10-25moved out pure helper funsalwin1-11/+2
2004-10-24new options for pop3 accountsalwin1-6/+7
KATE eated a lot of last spaces in files some tryouts
2004-10-23holla - fixed a wonderfull bug letting opie-mail crash whenalwin1-8/+7
accessing some pop3-server
2004-04-04someone forget to include opie2/odebug while switching from qDebugalwin1-0/+2
to odebug ;)
2004-04-04convert to Opie Debugging Frameworkmickeyl1-7/+7
2004-03-18some (hopeful) improvementsalwin1-45/+45
2004-03-14Convert net to ODP and QtAUXzecke1-1/+2
2004-03-12some more smart-pointersalwin1-5/+5
some bugfixes some renaming of internals
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.