summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/mailtypes.h
AgeCommit message (Collapse)AuthorFilesLines
2004-10-26Resolved a feature request:alwin1-3/+8
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-03-18some (hopeful) improvementsalwin1-9/+15
2004-03-14Convert net to ODP and QtAUXzecke1-2/+2
2004-03-12some more smart-pointersalwin1-6/+9
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-1/+0
2004-03-08some required code restructuring in preparation of new featuresalwin1-11/+14
2004-03-08when reply to a mail, a in-reply-to header will generated.alwin1-1/+3
ToDo: setup the reference-list-header.
2004-01-06status of pop3 accounts slightly reworkedalwin1-0/+1
when starting opiemail from taskbar applet the status will be reset
2004-01-03status methods for mailfolder implementedalwin1-0/+7
2003-12-16saving of attachments implemented.alwin1-0/+47
2003-12-14-answered mails get another pic (checked in in pics/opiemail)alwin1-1/+3
-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-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