Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-12-21 | - MailWrapper -> SMTPwrapper | alwin | 18 | -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-20 | fix popupmenu position on large screens | llornkcor | 1 | -1/+2 |
2003-12-20 | fix rename | llornkcor | 1 | -12/+16 |
2003-12-20 | get status widget allways on the right place and hide it by default | harlekin | 1 | -5/+8 |
2003-12-20 | - start cleaning up (lot of stuff left) | mickeyl | 7 | -71/+75 |
- use odebug classes | ||||
2003-12-20 | link to opiecore | mickeyl | 1 | -1/+1 |
2003-12-20 | use odebug classes | mickeyl | 2 | -36/+84 |
2003-12-20 | more work towards repairing the x11 version - still far away though | mickeyl | 4 | -18/+39 |
2003-12-20 | fetching attachments from a pop3mail works. | alwin | 8 | -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-20 | Do not use LD_BIND_NOW for now. | zecke | 1 | -1/+8 |
I hope ljp gets some numbers for that soon... | ||||
2003-12-20 | we want games :) | chicken | 16 | -16/+16 |
2003-12-20 | this is no quicklaunch app | chicken | 1 | -1/+1 |
2003-12-20 | make it buildable | chicken | 1 | -1/+1 |
2003-12-20 | ipkg doesn't like arbitrary empty lines | chicken | 2 | -2/+0 |
2003-12-20 | fix bug in line 73 - it helps to actually call the functions ;) | mickeyl | 1 | -1/+1 |
2003-12-20 | libopienet2 now uses the fancy odebug classes, no longer qdebug | mickeyl | 3 | -2511/+2517 |
2003-12-20 | silence | harlekin | 1 | -0/+5 |
2003-12-20 | also add the new files | harlekin | 6 | -0/+307 |
2003-12-20 | - beginning of a settings dialog | harlekin | 8 | -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-19 | receiving and splitting a mail finished | alwin | 4 | -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 displayed | alwin | 1 | -2/+38 |
-only new/replied mail get an icon, I think it looks somewhat cleaner | ||||
2003-12-19 | ipkg doesn't like random empty lines | chicken | 1 | -1/+0 |
2003-12-19 | fetching body-structure/content mostly finished | alwin | 4 | -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-18 | ask for user/password if field is empty | jgf | 4 | -8/+70 |
2003-12-18 | ok. char-translation enabled again. | alwin | 4 | -24/+22 |
make sure to have the decode patch applied to libetpan!!!! | ||||
2003-12-18 | patch for possible segfault wenn translating charsets | alwin | 1 | -0/+49 |
2003-12-18 | update for 1.0.1 release | mickeyl | 1 | -2/+3 |
2003-12-18 | update for 1.0.2 release | mickeyl | 1 | -3/+4 |
2003-12-18 | fix building the package by correctly spelling the binary | mickeyl | 1 | -1/+1 |
2003-12-18 | decoding of imap folder names | jgf | 5 | -28/+201 |
2003-12-18 | nothing much. | alwin | 6 | -16/+130 |
just only check in my tries to finish the pop3 stuff and found another bug inside libetpan. when decoding text with fun "mailmime_encoded_phrase_parse" it works fine on i386 machines but not on arm (segmentation fault inside this fun) - it has to be resolved. | ||||
2003-12-17 | pics/mail is the picture folder for the new mailer | harlekin | 3 | -18/+18 |
2003-12-17 | pics/mail is the picture folder for the new mailer | harlekin | 4 | -0/+0 |
2003-12-17 | folder tree will generate better and real. | alwin | 2 | -14/+32 |
2003-12-17 | pop3 mails will be cached in a temp-file | alwin | 4 | -24/+128 |
2003-12-17 | open pop3 folder per default | jgf | 1 | -0/+1 |
2003-12-17 | imap folder will be displayed more structured | alwin | 10 | -25/+100 |
2003-12-17 | only refresh mailbox view if the mail was deleted, not allways | harlekin | 1 | -1/+3 |
2003-12-17 | new account, changed account etc are there now without a restart ,) | harlekin | 3 | -18/+25 |
2003-12-16 | - add missing files | mickeyl | 6 | -3/+355 |
- bump version to 1.0.1 for releasing next weekend | ||||
2003-12-16 | added new patch for arm specific failures in libetpan | harlekin | 2 | -152/+20 |
2003-12-16 | changed default values to something usefull again | waspe | 1 | -4/+4 |
2003-12-16 | special config for macosx | jgf | 1 | -1/+8 |
2003-12-16 | saving of attachments implemented. | alwin | 17 | -96/+477 |
2003-12-16 | quoted-printable text will be decoded for display | alwin | 8 | -16/+78 |
2003-12-15 | - backup and restore relative to users homedir | ar | 2 | -328/+370 |
2003-12-15 | forget to check the delete flag when making message list | alwin | 2 | -2/+8 |
2003-12-15 | add missing files, changelog and correct README | mickeyl | 4 | -11/+357 |
2003-12-15 | delete mail implemented | alwin | 2 | -22/+78 |
test for read flags | ||||
2003-12-15 | use current dumpname, not always /var/log/... | mickeyl | 4 | -159/+179 |