summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper
AgeCommit message (Collapse)AuthorFilesLines
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed version stringwimpie1-1/+1
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-85/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+85
2004-10-28small bugfix in converting routinealwin1-0/+3
2004-10-27fixed a bug within tls supportalwin1-4/+6
2004-10-26Resolved a feature request:alwin6-32/+51
unique display of date-time of a mail maillist now sorted for mail-date as default, user can switch sort order to all other items (subject, author, size)
2004-10-25fixed the problem with displaying date/time of a mailalwin2-16/+5
usage of helper class
2004-10-25moved out pure helper funsalwin2-14/+4
2004-10-25helper class addedalwin3-2/+52
2004-10-24new options for pop3 accountsalwin7-92/+144
KATE eated a lot of last spaces in files some tryouts
2004-10-23holla - fixed a wonderfull bug letting opie-mail crash whenalwin1-8/+7
accessing some pop3-server
2004-10-17the bug in libetpan seems to be fixed so we can reuse string encoding againalwin1-9/+8
2004-05-31- convert qDebug to odebugar1-19/+23
2004-05-01- use lib and inlcude dir from dependencies before the other dir'sar1-3/+3
2004-04-29- add libetpan lib and include dir from dependenciesar1-0/+7
2004-04-08Add SDL to the dependencieszecke1-1/+1
Make SFCAVE_SDL depend on SDL OP2 on XINE MAilWrapper on LIBETPAN PAckageManager on LIBIPK
2004-04-06- improve config.insmickeyl2-8/+5
- fix dependencies for mailapplet - improve MACOS_X test. No need to formulate it so complicated ;)
2004-04-04someone forget to include opie2/odebug while switching from qDebugalwin14-2/+27
to odebug ;)
2004-04-04convert to Opie Debugging Frameworkmickeyl15-145/+145
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-19set callbacks for pop3 and nntp but seems never be calledalwin3-0/+12
in imap qApp-processEvents() is called for avoiding gui blocking
2004-03-18some (hopeful) improvementsalwin15-140/+173
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