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