summaryrefslogtreecommitdiff
path: root/noncore/net/mail/imapwrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-12-16saving of attachments implemented.alwin1-32/+46
2003-12-16quoted-printable text will be decoded for displayalwin1-4/+14
2003-12-14-answered mails get another pic (checked in in pics/opiemail)alwin1-1/+4
-if a description for an attachment exists it will displayed -if mailbody is selected from list of attachments it will displayd without menu
2003-12-14if a mailbox-prefix is set than it will not displayed in folderviewalwin1-1/+3
2003-12-14- replied mails will get the flag answeredalwin1-0/+30
- text fix in preparing the message for a reply
2003-12-14-memleak fixedalwin1-5/+9
-check for non-selectable mailboxes -potential crasher fixed -selection handling better (app will not send a net-command on each mouse click)
2003-12-14memleak fixed, some obsolet debugs removedalwin1-1/+8
2003-12-13deleting a mail in a imap server implementedalwin1-0/+32
2003-12-13the RecMail class get on creation a mailwrapper assigenedalwin1-0/+1
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin1-2/+3
independend of its later use. ToDo: find a more general interface for it
2003-12-13try to solve the problems with slow imap-serveralwin1-1/+2
2003-12-13displaying list of attachments of a mail works. (Of course only ifalwin1-0/+1
the mail HAS attachments ;)
2003-12-13mails will marked as read nowalwin1-4/+3
2003-12-12and of course I'll find a bug 10 minutes after checkin ....alwin1-6/+8
2003-12-12fetching mail body and attachments is working.alwin1-67/+76
2003-12-12retrieving a body structure of a multipart mail mostly finishedalwin1-17/+96
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-48/+166
2003-12-10change to work with libetpan 0.3.1alwin1-67/+77
2003-12-10ssl for imap now workingharlekin1-27/+33
2003-12-10forgot the reply-to entryalwin1-13/+16
2003-12-09all header stuff will be parsed nowalwin1-98/+72
RecMail got the unique message id for reply reference
2003-12-09some interface changesalwin1-4/+8
split class defines into more files
2003-12-09- interface change for imapwrapperalwin1-116/+186
- 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-1/+1
2003-12-08synced to last state of sourcesalwin1-1/+10
2003-12-08beginning of the new mailerharlekin1-0/+411