summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper
AgeCommit message (Collapse)AuthorFilesLines
2004-02-13interface changesalwin2-81/+102
2004-02-12TLS support for SMTPalwin2-8/+60
2004-01-29tls support for IMAP implementedalwin2-6/+79
2004-01-12generating clean failuremessagesalwin1-41/+67
bugfix - smtp without login was resolved as wrong when sending enqueued mails login will asked when starting flush not on every mail.
2004-01-11when failure sending mails them will be stored into a local folderalwin2-1/+24
and a message box appears.
2004-01-10mh wrapper fully functional.alwin2-5/+56
2004-01-10when header displayed print just the count of messages not havingalwin1-1/+1
the \deleted flag set.
2004-01-10new connection setting stuff for imap tooharlekin2-13/+25
2004-01-09only read accounts that are set onlineharlekin1-2/+2
2004-01-09- MHfolder in accountview enhancedalwin4-28/+86
- mv/cp mails has special methods when copy between folder inside a mh storage - removed obsolete vars inside pop3wrapper
2004-01-08more smtp settingsharlekin2-136/+176
2004-01-08- last functions re-implementedalwin1-12/+15
- small bugfix TODO: remove twice code within pop3/mh/mbox wrapper
2004-01-08MH storage implementedalwin10-7/+427
local folders will be type of MH not MBOX
2004-01-08added support for pop3 tlsharlekin3-64/+85
2004-01-08- store single message to another folder implementedalwin4-0/+45
- cleaned code in mainwindow and opiemail.cpp
2004-01-08last selected mbox will hold so it will not called so often in outside loopsalwin2-29/+38
(it could cause segmentation faults, too - there is another bug in libetpan I didn't found yet)
2004-01-08move/copy mails to another folder resides inside wrappers so we canalwin4-0/+53
use special funs of libetpan and/or mailserver itself (eg. imap) libetpan 0.32 requires for that feature a patch! (see libetpanstuff/) accounts marked as "offline" get a new icon TODO: - when creating a new folder while copy/move on imap-server, get the real resulting foldername when using prefix - implement usage of copy/move inside one mbox using special etpan funs
2004-01-07download mail mostly finishedalwin12-16/+58
accounts can be switched "offline"
2004-01-07pop3 crash - quick fixjgf1-2/+3
2004-01-06some more debug infosalwin1-13/+11
memleaks fixed
2004-01-06bugfix while building mbox pathalwin1-2/+2
2004-01-06status of pop3 accounts slightly reworkedalwin3-3/+15
when starting opiemail from taskbar applet the status will be reset
2004-01-06less iconsharlekin1-8/+9
2004-01-06hopefully fixed problems when logging into pop3 serversalwin1-2/+3
it seems, that APOP login isn't working
2004-01-05version increased + maintaineralwin1-1/+1
2004-01-05small bugfixalwin1-0/+8
2004-01-05bugfix in imapwrapperalwin9-48/+79
storemail for all possible mail-accounts raw body fetch in all wrappers unified public interface dialog for selecting a target mailbox started
2004-01-05integration of mailbox status stuffharlekin2-11/+9
2004-01-05returns their type of connection (mbox,imap or pop3)alwin7-1/+23
2004-01-05re-enabled status class compiling - sorry.alwin1-0/+2
2004-01-05ups - forgot to add the filesalwin2-0/+114
simple check if inboxes (and only INBOX) implemented.
2004-01-04compile, beastharlekin1-2/+0
2004-01-04- added start of status classalwin7-17/+46
- unification of (public) mailwrapper interfaces - preparition for message store/transfer
2004-01-04some cleanupsalwin4-3/+13
2004-01-04etpan is a dependharlekin1-1/+1
2004-01-04adapted control filesharlekin1-0/+10
2004-01-04adapt build system to lib etc and get it buildharlekin6-16/+93
2004-01-03communicate outgoing mails status to the QPE/Pim channel ( to which the ↵harlekin2-4/+36
todayplugin listens for example)
2004-01-03status methods for mailfolder implementedalwin9-1/+90
2004-01-03multipart subtype will stored lower like in singlepartsalwin1-1/+2
2004-01-03better parsing of mails with recursive multipart contentalwin2-6/+22
2004-01-03improved parsing of mailbodies 'cause it failed on multi-part fields whichalwin2-4/+42
contains multipart-fields, too.
2004-01-02bugfix while assigning mail-numbersalwin1-1/+1
2004-01-02mail-parts will get a path id for hierarchic structure of the contentalwin2-10/+39
while displaying enclosed rfc mails (like forwards) will be marked as a body-part.
2004-01-02- some more usefull failure message while loginalwin2-89/+64
- cleaned up the code for parsing mails, use only one routine, message/rfc822 parts are parsed, too.
2003-12-30re-worked pop3 (use the more generic interface)alwin5-172/+142
shared some more functions between mbox and pop3
2003-12-28reduced to the max...alwin4-82/+20
- 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 accountsalwin3-5/+29
some code dups reduced
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin5-33/+113
- 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 foralwin5-18/+134
imap-mail-folders implemented.