summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/pop3wrapper.h
AgeCommit message (Collapse)AuthorFilesLines
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-2/+2
2004-03-08type of mail account will be defined by a enum not with string - comparingalwin1-1/+1
strings all the time makes no sense.
2004-01-09- MHfolder in accountview enhancedalwin1-1/+0
- mv/cp mails has special methods when copy between folder inside a mh storage - removed obsolete vars inside pop3wrapper
2004-01-07download mail mostly finishedalwin1-0/+1
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-1/+1
2004-01-04- added start of status classalwin1-1/+3
- unification of (public) mailwrapper interfaces - preparition for message store/transfer
2004-01-03status methods for mailfolder implementedalwin1-0/+2
2003-12-30re-worked pop3 (use the more generic interface)alwin1-1/+4
shared some more functions between mbox and pop3
2003-12-28basic folder handling for pop3 accountsalwin1-0/+1
some code dups reduced
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin1-1/+2
- 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-21- mbox-wrapper mostly finishedalwin1-40/+3
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.
2003-12-21- MailWrapper -> SMTPwrapperalwin1-0/+6
- 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-20fetching attachments from a pop3mail works.alwin1-1/+6
this moment the whole message will be hold in memory until I have an idea for a clean(!) filebased cache which will not get to large. Thats why the biggest pop3 mail we can fetch is 5MB, this should be enough.
2003-12-19receiving and splitting a mail finishedalwin1-0/+1
next step: setup unique ids for attachmenst if not given an cache them. Note: this could can used later for MH access, too. Means, pop3 and MH wrapper should get a baseclass for the parsing funs.
2003-12-19fetching body-structure/content mostly finishedalwin1-0/+8
hard-limit: no mail larger than 5MB will fetched TODO: messages has to be cached in memory. otherwise on every part fetch we must fetch the whole message again. Idea: setup a content cache for imap, too.
2003-12-17pop3 mails will be cached in a temp-filealwin1-3/+4
2003-12-16saving of attachments implemented.alwin1-1/+5
2003-12-14- replied mails will get the flag answeredalwin1-0/+1
- text fix in preparing the message for a reply
2003-12-13deleting a mail in a imap server implementedalwin1-1/+1
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin1-3/+8
independend of its later use. ToDo: find a more general interface for it
2003-12-11fetchBody in POP3 & weird segfaultjgf1-5/+8
2003-12-10changes to work with libetpan 0.3.1alwin1-0/+1
2003-12-10first working listMessagesjgf1-0/+5
2003-12-10retrieve headers from mailboxjgf1-0/+1
2003-12-09POP3 support - first stepsjgf1-0/+28