summaryrefslogtreecommitdiff
path: root/noncore/net/mail/opiemail.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-26commented out useless example code (forgot it)alwin1-1/+1
2004-10-24a small helperclass ValueExplode insertedalwin1-1/+86
it splits a string like a=4&b=2&c=1 into it key - value - pairs the runtime-example in constructor of OpieMail should be removed ;)
2004-10-23Integrate opiemail with Konqueror. When now clicking on a mailto linkzecke1-1/+13
in Konqueror OpieMail can get asked to send a mail to the persopn
2004-07-19block SIGPIPE global 'cause we can not satisfy it inside libetpanalwin1-8/+22
itself.
2004-04-04someone forget to include opie2/odebug while switching from qDebugalwin1-1/+4
to odebug ;)
2004-04-04convert to Opie Debugging Frameworkmickeyl1-8/+8
2004-03-18some (hopeful) improvementsalwin1-1/+1
2004-03-12some more smart-pointersalwin1-11/+13
some bugfixes some renaming of internals
2004-03-10some bugfixesalwin1-3/+20
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-08different context menus for mail and nntp messagesalwin1-3/+10
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-02fix includeschicken1-4/+0
2004-02-21improve support for BigScreenar1-42/+71
2004-02-13interface changesalwin1-2/+3
2004-01-12when flush sendmail queue the user will be asked for selecting analwin1-7/+23
smtp account to use when there are more than one smtp-accounts
2004-01-10mh box fully functionalalwin1-0/+1
splitted the stuff of accountview list into seperate files so the other parts care about changes inside accountitems
2004-01-08prepare for context help and online helpharlekin1-6/+6
2004-01-08- store single message to another folder implementedalwin1-14/+105
- cleaned code in mainwindow and opiemail.cpp
2004-01-07why didn't them have any destructor?alwin1-0/+5
2004-01-04adapted includes to the new libharlekin1-1/+1
2004-01-03communicate outgoing mails status to the QPE/Pim channel ( to which the ↵harlekin1-0/+3
todayplugin listens for example)
2004-01-02settings dialog will show when clicked.alwin1-2/+4
slots are all virtual so always the right one is called! Note: It is better to make all slots declared virtual - or do not make any child-classes!
2003-12-25activated qcop message "writeMail(name,email)"alwin1-5/+16
2003-12-24only show the mail queue flushed dialogbox when successfull -)harlekin1-2/+3
2003-12-24setup interface for qcop signal "newMail()"alwin1-0/+24
TODO: setup composer to get a recipient address for calling from addressbook!
2003-12-23UFFFFFFFalwin1-0/+19
flushing send queue mostly finished. Attention: To get it work you must apply the patches from the libetpan/ directory! ToDo: - when flush then select a smtp-account to use for when there are more than one smtp accounts. (opiemail.cpp) This moment I just use the first one. - the special funs in mboxwrapper (deleting range of mail, storing a message to a folder) should go to all mailbox wrappers, means into the global interface of them. - cleanup/review the code of the smtp-wrapper.
2003-12-20- beginning of a settings dialogharlekin1-1/+1
- button for switching between html and plain text view of the mail - hide some unused icons - completed alwins idea about status icons ( alwin you missed the one that sets the read icon .-) ) - beginning of a status widget -
2003-12-17new account, changed account etc are there now without a restart ,)harlekin1-2/+7
2003-12-08beginning of the new mailerharlekin1-0/+50