summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper
AgeCommit message (Collapse)AuthorFilesLines
2004-03-15namespace deklaration fixalwin1-1/+1
2004-03-14Fix up depends on LIBOPIE1zecke1-4/+2
Proper signature for signal and slots and namespaces
2004-03-14Convert net to ODP and QtAUXzecke24-68/+82
2004-03-12some more smart-pointersalwin24-228/+223
some bugfixes some renaming of internals
2004-03-12fix so it will compile with 2.95.x compilersalwin1-2/+2
2004-03-12some pointers embedded into osmart_pointer handlingalwin16-94/+114
2004-03-12start usage of smart-pointersalwin8-23/+31
2004-03-12fixed a variable name conflictalwin1-5/+5
2004-03-11workaround of a libetpan bug :(alwin1-12/+12
2004-03-11version increasedalwin1-1/+1
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