summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/mailtypes.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-26Resolved a feature request:alwin1-8/+20
unique display of date-time of a mail maillist now sorted for mail-date as default, user can switch sort order to all other items (subject, author, size)
2004-04-04someone forget to include opie2/odebug while switching from qDebugalwin1-0/+3
to odebug ;)
2004-04-04convert to Opie Debugging Frameworkmickeyl1-5/+5
2004-03-18some (hopeful) improvementsalwin1-7/+33
2004-03-14Convert net to ODP and QtAUXzecke1-2/+3
2004-03-12some more smart-pointersalwin1-2/+2
some bugfixes some renaming of internals
2004-03-10some bugfixesalwin1-0/+1
When edit a mail to send and cancel is pressed the mail can stored in a draft folder and later edit again. This moment we will not store attachments into drafts.
2004-03-08some required code restructuring in preparation of new featuresalwin1-4/+15
2004-03-08when reply to a mail, a in-reply-to header will generated.alwin1-0/+13
ToDo: setup the reference-list-header.
2004-01-06status of pop3 accounts slightly reworkedalwin1-0/+9
when starting opiemail from taskbar applet the status will be reset
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