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