summaryrefslogtreecommitdiff
path: root/noncore/net/mail/mailtypes.h
AgeCommit message (Collapse)AuthorFilesLines
2003-12-13the RecMail class get on creation a mailwrapper assigenedalwin1-1/+6
2003-12-13displaying list of attachments of a mail works. (Of course only ifalwin1-1/+4
the mail HAS attachments ;)
2003-12-13using QValueList<T> instead of QList<T> for body partsalwin1-3/+3
(gives a better handling for const and non-const values and so on)
2003-12-12fetching mail body and attachments is working.alwin1-6/+19
2003-12-11reading of body structure most part finishedalwin1-3/+13
2003-12-10forgot the reply-to entryalwin1-1/+4
2003-12-09all header stuff will be parsed nowalwin1-3/+7
RecMail got the unique message id for reply reference
2003-12-09some interface changesalwin1-0/+98
split class defines into more files