summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-22new fancy icons from kde cvsjgf8-5/+13
2003-12-22- remove stdlib.h and stdio.har3-9/+3
2003-12-22more TODO (*ugh*)mickeyl1-0/+7
2003-12-22add a few missing const directives to get it to compile againmickeyl2-8/+8
2003-12-22Fixing stupid bug, found by sourcode review..eilers2-0/+22
2003-12-22Some information about missing or unfinshed functions by the macosx porteilers1-1/+18
2003-12-22Stupid typoeilers1-3/+3
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)
2003-12-22Finishing implementation of sql-backend for datebook. But I have toeilers30-144/+729
port the PIM datebook application to use it, before I could debug the whole stuff. Thus, PIM-Database backend is finished, but highly experimental. And some parts are still generic. For instance, the "queryByExample()" methods are not (or not fully) implemented. Todo: custom-entries not stored. The big show stopper: matchRegExp() (needed by OpieSearch) needs regular expression search in the database, which is not supported by sqlite ! Therefore we need either an extended sqlite or a workaround which would be very slow and memory consuming..
2003-12-22- storing mails send in outgoing (if queued) or sent (if sent) folderalwin9-31/+162
TODO: flush queue, cleanup SMTP code, select smtp-account if more than one when flush the outgoing queue
2003-12-22- cosmeticsar1-61/+40
2003-12-21- remember last store- and restore-locationar1-4/+27
- information for successfull restore
2003-12-21ups - forgot to add the mboxwrapperalwin4-0/+458
2003-12-21- mbox-wrapper mostly finishedalwin16-909/+1100
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.
2003-12-21fixes problems with PATH_MAX in armlinux toolchain for zaurusalwin1-0/+123
2003-12-21fix for libetpan-0.32 foralwin1-0/+90
- endless loop in decoding mime content - segfault when translating chars - unresolved symbol when linking without db-support
2003-12-21send mail later/ enqueue gui side implementationharlekin4-10/+78
2003-12-21updatesmickeyl3-6/+21
2003-12-21better icon for html contentharlekin1-1/+1
2003-12-21pic for html and new show sidebar picharlekin2-0/+0
2003-12-21- MailWrapper -> SMTPwrapperalwin18-1245/+1340
- made dependies from libetpan includes somewhat cleaner - removed standalone static funs and moved to class based static methods - arguements in SMTPwrapper now always const references and not deep copies TODO: clean up GOTO statements, change QList to QValueList for a better handling of "const" arguments, store mails in queue and/or a local "Sent" folder.
2003-12-20fix popupmenu position on large screensllornkcor1-1/+2
2003-12-20fix renamellornkcor1-12/+16
2003-12-20get status widget allways on the right place and hide it by defaultharlekin1-5/+8
2003-12-20- start cleaning up (lot of stuff left)mickeyl7-71/+75
- use odebug classes
2003-12-20link to opiecoremickeyl1-1/+1
2003-12-20use odebug classesmickeyl2-36/+84
2003-12-20more work towards repairing the x11 version - still far away thoughmickeyl4-18/+39
2003-12-20fetching attachments from a pop3mail works.alwin8-18/+112
this moment the whole message will be hold in memory until I have an idea for a clean(!) filebased cache which will not get to large. Thats why the biggest pop3 mail we can fetch is 5MB, this should be enough.
2003-12-20Do not use LD_BIND_NOW for now.zecke1-1/+8
I hope ljp gets some numbers for that soon...
2003-12-20we want games :)chicken16-16/+16
2003-12-20this is no quicklaunch appchicken1-1/+1
2003-12-20make it buildablechicken1-1/+1
2003-12-20ipkg doesn't like arbitrary empty lineschicken2-2/+0
2003-12-20fix bug in line 73 - it helps to actually call the functions ;)mickeyl1-1/+1
2003-12-20libopienet2 now uses the fancy odebug classes, no longer qdebugmickeyl3-2511/+2517
2003-12-20silenceharlekin1-0/+5
2003-12-20also add the new filesharlekin6-0/+307
2003-12-20- beginning of a settings dialogharlekin8-44/+101
- button for switching between html and plain text view of the mail - hide some unused icons - completed alwins idea about status icons ( alwin you missed the one that sets the read icon .-) ) - beginning of a status widget -
2003-12-19receiving and splitting a mail finishedalwin4-16/+52
next step: setup unique ids for attachmenst if not given an cache them. Note: this could can used later for MH access, too. Means, pop3 and MH wrapper should get a baseclass for the parsing funs.
2003-12-19-size of mail will be displayedalwin1-2/+38
-only new/replied mail get an icon, I think it looks somewhat cleaner
2003-12-19ipkg doesn't like random empty lineschicken1-1/+0
2003-12-19fetching body-structure/content mostly finishedalwin4-64/+318
hard-limit: no mail larger than 5MB will fetched TODO: messages has to be cached in memory. otherwise on every part fetch we must fetch the whole message again. Idea: setup a content cache for imap, too.
2003-12-18ask for user/password if field is emptyjgf4-8/+70
2003-12-18ok. char-translation enabled again.alwin4-24/+22
make sure to have the decode patch applied to libetpan!!!!
2003-12-18patch for possible segfault wenn translating charsetsalwin1-0/+49
2003-12-18update for 1.0.1 releasemickeyl1-2/+3
2003-12-18update for 1.0.2 releasemickeyl1-3/+4
2003-12-18fix building the package by correctly spelling the binarymickeyl1-1/+1
2003-12-18decoding of imap folder namesjgf5-28/+201