summaryrefslogtreecommitdiff
path: root/noncore/net/mail/composemail.cpp
AgeCommit message (Collapse)AuthorFilesLines
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