summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/mailtypes.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-12-16saving of attachments implemented.alwin1-1/+89
2003-12-14-answered mails get another pic (checked in in pics/opiemail)alwin1-1/+11
-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-13the RecMail class get on creation a mailwrapper assigenedalwin1-0/+17
2003-12-13displaying list of attachments of a mail works. (Of course only ifalwin1-1/+11
the mail HAS attachments ;)
2003-12-13using QValueList<T> instead of QList<T> for body partsalwin1-6/+5
(gives a better handling for const and non-const values and so on)
2003-12-12fetching mail body and attachments is working.alwin1-20/+42
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 finishedalwin1-4/+35
2003-12-09all header stuff will be parsed nowalwin1-2/+31
RecMail got the unique message id for reply reference
2003-12-09some interface changesalwin1-0/+129
split class defines into more files