Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 |
2003-12-15 | Uploading dumps to The Capture Dump ↵ | mickeyl | 1 | -2/+2 |
(http://www.vanille.de/projects/capturedump.spy) works now. This is great and thus I upgrade the version to 1.0.2 | ||||
2003-12-15 | *** empty log message *** | mickeyl | 1 | -9/+51 |
2003-12-15 | Add information that a link to uic has to be created in the qte bin directory | eilers | 1 | -0/+4 |
2003-12-15 | Patch now includes missing files.. | eilers | 4 | -206/+658 |
2003-12-15 | Patch includes new files not just changes | eilers | 1 | -25/+446 |
2003-12-15 | pop3wrapper now works in first stage and doesn't segfault anymore | alwin | 5 | -39/+153 |
Display an INBOX folder for pop3 accounts to get an more monoton mail interface for different types of mail server. Inbox - Folder get another icon than the other. | ||||
2003-12-15 | for nicer inboxes... ;) | alwin | 1 | -0/+0 |
2003-12-14 | -answered mails get another pic (checked in in pics/opiemail) | alwin | 10 | -22/+64 |
-if a description for an attachment exists it will displayed -if mailbody is selected from list of attachments it will displayd without menu | ||||
2003-12-14 | for marking replied messages | alwin | 1 | -0/+0 |
2003-12-14 | if a mailbox-prefix is set than it will not displayed in folderview | alwin | 6 | -8/+32 |
2003-12-14 | - replied mails will get the flag answered | alwin | 11 | -4/+81 |
- text fix in preparing the message for a reply | ||||
2003-12-14 | the correct spelling of dependencies helps for building images | mickeyl | 1 | -1/+1 |
2003-12-14 | -memleak fixed | alwin | 7 | -16/+29 |
-check for non-selectable mailboxes -potential crasher fixed -selection handling better (app will not send a net-command on each mouse click) | ||||
2003-12-14 | show account list by default | harlekin | 1 | -1/+3 |
2003-12-14 | check back before deleting a mail | harlekin | 2 | -6/+11 |
2003-12-14 | order of imapfolders will be displayed as the server lists | alwin | 2 | -5/+8 |
2003-12-14 | memleak fixed, some obsolet debugs removed | alwin | 2 | -2/+16 |
2003-12-14 | mail listview not colapsable | harlekin | 1 | -0/+1 |
2003-12-14 | little fix | harlekin | 2 | -5/+2 |
2003-12-14 | deleting of mails working | harlekin | 6 | -12/+64 |
2003-12-13 | deleting a mail in a imap server implemented | alwin | 10 | -12/+80 |
2003-12-13 | make sure the wrapper pointer is not Ol | harlekin | 2 | -5/+6 |
2003-12-13 | possible to show all kind of text attachemnts now | harlekin | 2 | -4/+7 |
2003-12-13 | the RecMail class get on creation a mailwrapper assigened | alwin | 8 | -2/+50 |
2003-12-13 | imap/pop3 wrapper uses base virtual class so we can forward the pointer | alwin | 17 | -56/+180 |
independend of its later use. ToDo: find a more general interface for it | ||||
2003-12-13 | appName for mainwindow | alwin | 1 | -0/+1 |
2003-12-13 | beginning of attachment handling ( user side ) | harlekin | 3 | -5/+59 |
2003-12-13 | try to solve the problems with slow imap-server | alwin | 2 | -2/+4 |
2003-12-13 | exec kate, not tinykate | chicken | 1 | -1/+1 |
2003-12-13 | adjust control file | chicken | 1 | -1/+1 |
2003-12-13 | small fix | chicken | 1 | -1/+1 |
2003-12-13 | displaying list of attachments of a mail works. (Of course only if | alwin | 9 | -43/+120 |
the mail HAS attachments ;) | ||||
2003-12-13 | mails will marked as read now | alwin | 2 | -8/+6 |
2003-12-13 | using QValueList<T> instead of QList<T> for body parts | alwin | 5 | -18/+16 |
(gives a better handling for const and non-const values and so on) | ||||
2003-12-12 | but we need -lopie | harlekin | 1 | -1/+1 |
2003-12-12 | no need to link against db ( if libetpan is compiled right ) | harlekin | 1 | -1/+1 |
2003-12-12 | beauty | harlekin | 3 | -6/+15 |
2003-12-12 | and of course I'll find a bug 10 minutes after checkin .... | alwin | 2 | -12/+16 |
2003-12-12 | fetching mail body and attachments is working. | alwin | 8 | -190/+282 |
2003-12-12 | interface description changed for better matching a real mail | alwin | 1 | -0/+0 |
2003-12-12 | code cleanups and output beautification | harlekin | 3 | -84/+43 |
2003-12-12 | retrieving a body structure of a multipart mail mostly finished | alwin | 4 | -36/+196 |
the first occurence of a part of type "text/xxx" will be interpreted as body text. ToDo: fetch the parameters for a mime-part like encoding and so on. | ||||
2003-12-12 | body text will initialized with 0 not "" so we can check if | alwin | 2 | -2/+2 |
ever a body text is set. | ||||
2003-12-11 | no longer necessary to depend on a certain version of libopienet2 | mickeyl | 1 | -1/+1 |
2003-12-11 | reading of body structure most part finished | alwin | 8 | -112/+456 |
2003-12-11 | update | harlekin | 1 | -1/+1 |