summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/imapwrapper.h
AgeCommit message (Collapse)AuthorFilesLines
2004-10-25fixed the problem with displaying date/time of a mailalwin1-1/+2
usage of helper class
2004-03-18some (hopeful) improvementsalwin1-11/+11
2004-03-14Convert net to ODP and QtAUXzecke1-6/+6
2004-03-12some more smart-pointersalwin1-17/+17
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-9/+11
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-29tls support for IMAP implementedalwin1-0/+1
2004-01-08- store single message to another folder implementedalwin1-0/+1
- cleaned code in mainwindow and opiemail.cpp
2004-01-08last selected mbox will hold so it will not called so often in outside loopsalwin1-1/+3
(it could cause segmentation faults, too - there is another bug in libetpan I didn't found yet)
2004-01-08move/copy mails to another folder resides inside wrappers so we canalwin1-0/+1
use special funs of libetpan and/or mailserver itself (eg. imap) libetpan 0.32 requires for that feature a patch! (see libetpanstuff/) accounts marked as "offline" get a new icon TODO: - when creating a new folder while copy/move on imap-server, get the real resulting foldername when using prefix - implement usage of copy/move inside one mbox using special etpan funs
2004-01-07download mail mostly finishedalwin1-0/+2
accounts can be switched "offline"
2004-01-05bugfix in imapwrapperalwin1-0/+1
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/+1
2004-01-04- added start of status classalwin1-2/+3
- unification of (public) mailwrapper interfaces - preparition for message store/transfer
2004-01-03status methods for mailfolder implementedalwin1-0/+1
2004-01-03improved parsing of mailbodies 'cause it failed on multi-part fields whichalwin1-1/+2
contains multipart-fields, too.
2004-01-02- some more usefull failure message while loginalwin1-3/+2
- cleaned up the code for parsing mails, use only one routine, message/rfc822 parts are parsed, too.
2003-12-27folder handling for imap mostly impelemented, context menus foralwin1-0/+4
imap-mail-folders implemented.
2003-12-21- MailWrapper -> SMTPwrapperalwin1-0/+1
- 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-16saving of attachments implemented.alwin1-3/+9
2003-12-16quoted-printable text will be decoded for displayalwin1-2/+2
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/+4
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin1-10/+7
independend of its later use. ToDo: find a more general interface for it
2003-12-12fetching mail body and attachments is working.alwin1-2/+4
2003-12-12retrieving a body structure of a multipart mail mostly finishedalwin1-1/+2
the first occurence of a part of type "text/xxx" will be interpreted as body text. ToDo: fetch the parameters for a mime-part like encoding and so on.
2003-12-11reading of body structure most part finishedalwin1-1/+14
2003-12-10change to work with libetpan 0.3.1alwin1-0/+1
2003-12-10forgot the reply-to entryalwin1-1/+1
2003-12-09all header stuff will be parsed nowalwin1-2/+4
RecMail got the unique message id for reply reference
2003-12-09some interface changesalwin1-2/+5
split class defines into more files
2003-12-09- interface change for imapwrapperalwin1-3/+11
- 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-08imap wrapper has now an own include filealwin1-0/+25