summaryrefslogtreecommitdiff
path: root/noncore/net/mail
AgeCommit message (Collapse)AuthorFilesLines
2004-01-04libmailwrapper into opie-build config menuealwin1-0/+1
2004-01-04etpan is a dependharlekin1-1/+1
2004-01-04adapted control filesharlekin2-1/+11
2004-01-04adapted includes to the new libharlekin12-26/+33
2004-01-04adapt build system to lib etc and get it buildharlekin9-45/+99
2004-01-04moved to shared libalwin3-177/+0
2004-01-04moved to shared libalwin3-132/+0
2004-01-04moved to shared libalwin6-1340/+0
2004-01-04moved to shared lib for usage with tody and taskbar pluginalwin12-3155/+0
2004-01-03communicate outgoing mails status to the QPE/Pim channel ( to which the ↵harlekin5-8/+75
todayplugin listens for example)
2004-01-03status methods for mailfolder implementedalwin18-2/+180
2004-01-03multipart subtype will stored lower like in singlepartsalwin2-2/+4
2004-01-03better parsing of mails with recursive multipart contentalwin4-12/+44
2004-01-03some more display beautyalwin2-0/+15
2004-01-03improved parsing of mailbodies 'cause it failed on multi-part fields whichalwin4-8/+84
contains multipart-fields, too.
2004-01-03mail attachments will be displayed in order of attachment not sortedalwin1-1/+2
2004-01-02settings dialog will show when clicked.alwin4-16/+14
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!
2004-01-02bugfix while assigning mail-numbersalwin2-2/+2
2004-01-02display of attachments has a hierarchic structure (if needed)alwin2-4/+54
2004-01-02mail-parts will get a path id for hierarchic structure of the contentalwin4-20/+78
while displaying enclosed rfc mails (like forwards) will be marked as a body-part.
2004-01-02- some more usefull failure message while loginalwin4-178/+128
- cleaned up the code for parsing mails, use only one routine, message/rfc822 parts are parsed, too.
2004-01-02fixed appname for db accessalwin1-1/+1
2004-01-02rfc822 messages are displayed as text, too.alwin1-1/+1
2003-12-30re-worked pop3 (use the more generic interface)alwin10-344/+284
shared some more functions between mbox and pop3
2003-12-28some needed changesalwin1-2/+2
2003-12-28fix for compiling with arm gcc 2.95.3 (next time I'll check before commit)alwin1-1/+3
2003-12-28reduced to the max...alwin13-702/+482
- 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-28basic folder handling for pop3 accountsalwin8-44/+106
some code dups reduced
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin14-86/+375
- fixed memory leaks in mbox account class - reduced count of used string constants while using "tr" with context string - mbox displays messages into global status bar - fixed a possible raise condition when deleting a mail directory
2003-12-27folder handling for imap mostly impelemented, context menus foralwin17-74/+639
imap-mail-folders implemented.
2003-12-27silencealwin1-1/+4
2003-12-25context menues for single mails when holding the stylus or left mouse buttonalwin2-10/+41
2003-12-25try to resolve timeouts via NOOP statement in loginalwin2-4/+14
2003-12-25uses the opie frontend for the list of addressesalwin1-67/+36
displays not just the default email but all emails display is sorted now
2003-12-25- some memleaksalwin4-182/+52
- content generation will use the libetpan code und not own dumping to a tmpfile. - bugfix while creating mails with attachments (message itself could be corrupted) - textpart will always encoded quoted-printable
2003-12-25activated qcop message "writeMail(name,email)"alwin2-5/+17
2003-12-25fixed an address parsing bugalwin2-8/+70
2003-12-24some small memleaks againalwin2-28/+22
2003-12-24hopefully fixed some memleaks and some not initialized varsalwin10-46/+84
2003-12-24bugfix in slotAdjustLayout (tnx zecke)alwin1-1/+0
2003-12-24only show the mail queue flushed dialogbox when successfull -)harlekin5-44/+59
2003-12-24setup interface for qcop signal "newMail()"alwin2-0/+25
TODO: setup composer to get a recipient address for calling from addressbook!
2003-12-24ah, ok. I found the trick or better I found what I forgot :)alwin6-14/+32
Means: When sending mail a progress dialog comes up.
2003-12-24tried to implement a progress dialog when sending mails. It doesn't workalwin11-7/+396
(dialog will show but makes no updates, when using qApp->progressEvents(x) dialog hides) I don't know why - and I giving up for the moment.
2003-12-23resolved a name conflictalwin2-24/+22
2003-12-23UFFFFFFFalwin11-276/+585
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-23fix a problem while appending attachments to a new mailalwin1-1/+1
2003-12-23fix for an unsigned bug while sending data via mail streamalwin1-0/+12
2003-12-22new fancy icons from kde cvsjgf2-5/+13
2003-12-22Added mail/*.png unless someone consolidates the pics (opiemail/* and mail/)groucho1-1/+1
plugins/opiemail is not built so removed it unless quicklaunch is supported (ipkg won't build otherwise)