summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper
AgeCommit message (Collapse)AuthorFilesLines
2003-12-13displaying list of attachments of a mail works. (Of course only ifalwin3-2/+16
the mail HAS attachments ;)
2003-12-13mails will marked as read nowalwin1-4/+3
2003-12-13using QValueList<T> instead of QList<T> for body partsalwin2-9/+8
(gives a better handling for const and non-const values and so on)
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.alwin4-95/+141
2003-12-12retrieving a body structure of a multipart mail mostly finishedalwin2-18/+98
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-12body text will initialized with 0 not "" so we can check ifalwin1-1/+1
ever a body text is set.
2003-12-11reading of body structure most part finishedalwin4-56/+228
2003-12-11fetchBody in POP3 & weird segfaultjgf2-47/+77
2003-12-10change to work with libetpan 0.3.1alwin2-67/+78
2003-12-10changes to work with libetpan 0.3.1alwin3-51/+52
2003-12-10when login failed for pop3 software crashed due not checked NULL pointeralwin1-0/+1
2003-12-10first working listMessagesjgf2-5/+140
2003-12-10added ssl connection support for pop3harlekin1-3/+8
2003-12-10retrieve headers from mailboxjgf2-4/+38
2003-12-10ssl for imap now workingharlekin1-27/+33
2003-12-10forgot the reply-to entryalwin3-15/+21
2003-12-09all header stuff will be parsed nowalwin4-105/+114
RecMail got the unique message id for reply reference
2003-12-09POP3 support - first stepsjgf3-4/+102
2003-12-09some interface changesalwin6-72/+240
split class defines into more files
2003-12-09- interface change for imapwrapperalwin4-122/+213
- 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-08less includesharlekin1-2/+0
2003-12-08imap wrapper has now an own include filealwin3-20/+26
2003-12-08synced to last state of sourcesalwin1-1/+10
2003-12-08no idea how to comment that changeharlekin2-84/+84
2003-12-08beginning of the new mailerharlekin8-0/+1967