summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper
AgeCommit message (Collapse)AuthorFilesLines
2004-03-10some bugfixesalwin7-6/+161
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-10fixed a problem with corrupted memoryalwin1-65/+78
2004-03-08some required code restructuring in preparation of new featuresalwin10-534/+625
2004-03-08when reply to a mail, a in-reply-to header will generated.alwin4-2/+47
ToDo: setup the reference-list-header.
2004-03-08obsolete methode removedalwin2-81/+5
store msgids when parsing a mail-header
2004-03-08obsolete variables removedalwin4-8/+2
2004-03-08type of mail account will be defined by a enum not with string - comparingalwin17-37/+64
strings all the time makes no sense.
2004-03-07removed debug output which will realy slow down thingsalwin1-1/+1
2004-03-07-resolved that not all newsgroups where listedalwin2-4/+17
-resolved a memory leak -newsgroups list enhanced for usage with wildcards
2004-03-06removed dependies to libetpan from the frontend and some stuff morealwin2-14/+23
2004-03-06- subscribed NG will displayed in main windowsalwin3-7/+11
- we get the list of articles inside a newsgroup - we can read an article ToDo: - filter article for that are read.
2004-03-06ups, works now .-)harlekin1-1/+1
2004-03-06save selected newsgroupsharlekin2-0/+6
2004-03-05list newsgroups in nntp configharlekin2-17/+9
2004-03-05could hold pointer to destructed contentalwin1-5/+15
connection problem fixed as quick hack, must done better or real.
2004-03-05moved string parameters for construktor to const referencesalwin2-6/+9
possible problem with not initialized variables fixed
2004-03-02fix includeschicken4-6/+0
2004-03-02applied the patch generated by the optimize_connect script fromalwin2-5/+5
TT.
2004-02-29little updateharlekin1-13/+27
2004-02-29beginning of nntp stuffharlekin6-7/+305
2004-02-25deps correctedalwin1-1/+1
2004-02-19use stuff from libopie2alwin2-3/+3
ToDo: after merge pim-classes to opie2, do the same with it.
2004-02-18forgot member variable initializeralwin1-0/+1
2004-02-16Fix typo in section fielddrw1-1/+1
2004-02-14version increasedalwin1-1/+1
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-2/+2
Maintainer, Files and Section fields)
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