summaryrefslogtreecommitdiff
path: root/noncore/net/mail/composemail.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-03Resource -> OResourcemickeyl1-5/+4
Dan, please check if I did everything correctly
2004-10-02A few typos fixedsudonix1-1/+1
2004-05-12- convert qDebug to odebugar1-11/+15
2004-04-04someone forget to include opie2/odebug while switching from qDebugalwin1-0/+1
to odebug ;)
2004-04-04convert to Opie Debugging Frameworkmickeyl1-3/+3
2004-03-18some (hopeful) improvementsalwin1-1/+1
2004-03-14Convert net to ODP and QtAUXzecke1-3/+5
2004-03-12some more smart-pointersalwin1-12/+12
some bugfixes some renaming of internals
2004-03-12start usage of smart-pointeralwin1-22/+21
2004-03-10some bugfixesalwin1-14/+76
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-08when reply to a mail, a in-reply-to header will generated.alwin1-9/+8
ToDo: setup the reference-list-header.
2004-03-08type of mail account will be defined by a enum not with string - comparingalwin1-1/+1
strings all the time makes no sense.
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-1/+1
TT.
2004-02-19use stuff from libopie2alwin1-2/+2
ToDo: after merge pim-classes to opie2, do the same with it.
2004-02-13interface changesalwin1-2/+2
2004-01-04adapted includes to the new libharlekin1-5/+6
2003-12-28reduced to the max...alwin1-13/+37
- from address isn't setup any longer within the smtp account (it makes realy no sense, a smtp account describes the connection to a smtp server, not the identity of the sender) - from address is taken from the personal info of the addressbook (thats why this info exists). Of course the user can change it when sending an email. - user can select a from with a selection of the mails given in their personal infos. - in addresspicker: use "<Firstname> <Lastname>" instead of "Filename" - settings ui: switched of the part within the smtp accounts describing the identitiy of user ToDo: a dialog setting up a default signature
2003-12-23fix a problem while appending attachments to a new mailalwin1-1/+1
2003-12-22- storing mails send in outgoing (if queued) or sent (if sent) folderalwin1-1/+2
TODO: flush queue, cleanup SMTP code, select smtp-account if more than one when flush the outgoing queue
2003-12-21send mail later/ enqueue gui side implementationharlekin1-0/+11
2003-12-21- MailWrapper -> SMTPwrapperalwin1-1/+2
- made dependies from libetpan includes somewhat cleaner - removed standalone static funs and moved to class based static methods - arguements in SMTPwrapper now always const references and not deep copies TODO: clean up GOTO statements, change QList to QValueList for a better handling of "const" arguments, store mails in queue and/or a local "Sent" folder.
2003-12-10reply and forward partly implemented but workingharlekin1-0/+28
2003-12-09more updated to the mail viewerharlekin1-8/+9
2003-12-08less includesharlekin1-7/+0
2003-12-08beginning of the new mailerharlekin1-0/+180