summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/mboxwrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18some (hopeful) improvementsalwin1-2/+2
2004-03-14Convert net to ODP and QtAUXzecke1-2/+3
2004-03-12some more smart-pointersalwin1-21/+22
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-20/+19
2004-03-08obsolete variables removedalwin1-3/+1
2004-03-08type of mail account will be defined by a enum not with string - comparingalwin1-2/+2
strings all the time makes no sense.
2004-01-07download mail mostly finishedalwin1-2/+7
accounts can be switched "offline"
2004-01-06bugfix while building mbox pathalwin1-2/+2
2004-01-05bugfix in imapwrapperalwin1-6/+7
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/+7
2004-01-03status methods for mailfolder implementedalwin1-0/+21
2003-12-30re-worked pop3 (use the more generic interface)alwin1-68/+4
shared some more functions between mbox and pop3
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin1-26/+100
- 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-24hopefully fixed some memleaks and some not initialized varsalwin1-2/+10
2003-12-23UFFFFFFFalwin1-0/+66
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-22- storing mails send in outgoing (if queued) or sent (if sent) folderalwin1-3/+23
TODO: flush queue, cleanup SMTP code, select smtp-account if more than one when flush the outgoing queue
2003-12-21ups - forgot to add the mboxwrapperalwin1-0/+199