summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/mailwrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-04-04convert to Opie Debugging Frameworkmickeyl1-1/+1
2004-03-14Convert net to ODP and QtAUXzecke1-1/+2
2004-03-12some more smart-pointersalwin1-1/+1
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-0/+12
2004-03-12start usage of smart-pointersalwin1-1/+3
2004-01-08MH storage implementedalwin1-1/+17
local folders will be type of MH not MBOX
2004-01-04adapt build system to lib etc and get it buildharlekin1-2/+13
2003-12-27folder handling for imap mostly impelemented, context menus foralwin1-2/+2
imap-mail-folders implemented.
2003-12-24hopefully fixed some memleaks and some not initialized varsalwin1-1/+1
2003-12-23UFFFFFFFalwin1-1/+0
flushing send queue mostly finished. Attention: To get it work you must apply the patches from the libetpan/ directory! ToDo: - when flush then select a smtp-account to use for when there are more than one smtp accounts. (opiemail.cpp) This moment I just use the first one. - the special funs in mboxwrapper (deleting range of mail, storing a message to a folder) should go to all mailbox wrappers, means into the global interface of them. - cleanup/review the code of the smtp-wrapper.
2003-12-21- MailWrapper -> SMTPwrapperalwin1-585/+0
- 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-18decoding of imap folder namesjgf1-14/+93
2003-12-17imap folder will be displayed more structuredalwin1-3/+8
2003-12-14if a mailbox-prefix is set than it will not displayed in folderviewalwin1-1/+11
2003-12-10changes to work with libetpan 0.3.1alwin1-25/+25
2003-12-09some interface changesalwin1-12/+0
split class defines into more files
2003-12-09- interface change for imapwrapperalwin1-1/+1
- beginning of parsing the body-structure of mails not just simple return the whole body (this moment commented out 'cause it's only working for text/plain type mails)
2003-12-08less includesharlekin1-2/+0
2003-12-08no idea how to comment that changeharlekin1-78/+78
2003-12-08beginning of the new mailerharlekin1-0/+643