summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/mboxwrapper.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-18some (hopeful) improvementsalwin1-1/+1
2004-03-14Convert net to ODP and QtAUXzecke1-4/+4
2004-03-12some more smart-pointersalwin1-13/+11
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-6/+7
2004-03-08obsolete variables removedalwin1-1/+0
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-08MH storage implementedalwin1-0/+1
local folders will be type of MH not MBOX
2004-01-07download mail mostly finishedalwin1-2/+4
accounts can be switched "offline"
2004-01-05bugfix in imapwrapperalwin1-1/+2
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/+2
2004-01-03status methods for mailfolder implementedalwin1-0/+1
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin1-1/+7
- 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-23UFFFFFFFalwin1-0/+3
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-0/+2
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/+30