summaryrefslogtreecommitdiff
path: root/noncore/net
AgeCommit message (Collapse)AuthorFilesLines
2003-12-17folder tree will generate better and real.alwin2-14/+32
2003-12-17pop3 mails will be cached in a temp-filealwin4-24/+128
2003-12-17open pop3 folder per defaultjgf1-0/+1
2003-12-17imap folder will be displayed more structuredalwin10-25/+100
2003-12-17only refresh mailbox view if the mail was deleted, not allwaysharlekin1-1/+3
2003-12-17new account, changed account etc are there now without a restart ,)harlekin3-18/+25
2003-12-16added new patch for arm specific failures in libetpanharlekin2-152/+20
2003-12-16special config for macosxjgf1-1/+8
2003-12-16saving of attachments implemented.alwin17-96/+477
2003-12-16quoted-printable text will be decoded for displayalwin8-16/+78
2003-12-15forget to check the delete flag when making message listalwin2-2/+8
2003-12-15add missing files, changelog and correct READMEmickeyl4-11/+357
2003-12-15delete mail implementedalwin2-22/+78
test for read flags
2003-12-15use current dumpname, not always /var/log/...mickeyl4-159/+179
2003-12-15Uploading dumps to The Capture Dump ↵mickeyl1-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 ***mickeyl1-9/+51
2003-12-15pop3wrapper now works in first stage and doesn't segfault anymorealwin5-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-14-answered mails get another pic (checked in in pics/opiemail)alwin10-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-14if a mailbox-prefix is set than it will not displayed in folderviewalwin6-8/+32
2003-12-14- replied mails will get the flag answeredalwin11-4/+81
- text fix in preparing the message for a reply
2003-12-14-memleak fixedalwin7-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-14show account list by defaultharlekin1-1/+3
2003-12-14check back before deleting a mailharlekin2-6/+11
2003-12-14order of imapfolders will be displayed as the server listsalwin2-5/+8
2003-12-14memleak fixed, some obsolet debugs removedalwin2-2/+16
2003-12-14mail listview not colapsableharlekin1-0/+1
2003-12-14little fixharlekin2-5/+2
2003-12-14deleting of mails workingharlekin6-12/+64
2003-12-13deleting a mail in a imap server implementedalwin10-12/+80
2003-12-13make sure the wrapper pointer is not Olharlekin2-5/+6
2003-12-13possible to show all kind of text attachemnts nowharlekin2-4/+7
2003-12-13the RecMail class get on creation a mailwrapper assigenedalwin8-2/+50
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin17-56/+180
independend of its later use. ToDo: find a more general interface for it
2003-12-13appName for mainwindowalwin1-0/+1
2003-12-13beginning of attachment handling ( user side )harlekin3-5/+59
2003-12-13try to solve the problems with slow imap-serveralwin2-2/+4
2003-12-13adjust control filechicken1-1/+1
2003-12-13displaying list of attachments of a mail works. (Of course only ifalwin9-43/+120
the mail HAS attachments ;)
2003-12-13mails will marked as read nowalwin2-8/+6
2003-12-13using QValueList<T> instead of QList<T> for body partsalwin5-18/+16
(gives a better handling for const and non-const values and so on)
2003-12-12but we need -lopieharlekin1-1/+1
2003-12-12no need to link against db ( if libetpan is compiled right )harlekin1-1/+1
2003-12-12beautyharlekin1-6/+15
2003-12-12and of course I'll find a bug 10 minutes after checkin ....alwin2-12/+16
2003-12-12fetching mail body and attachments is working.alwin8-190/+282
2003-12-12interface description changed for better matching a real mailalwin1-0/+0
2003-12-12code cleanups and output beautificationharlekin3-84/+43
2003-12-12retrieving a body structure of a multipart mail mostly finishedalwin4-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-12body text will initialized with 0 not "" so we can check ifalwin2-2/+2
ever a body text is set.
2003-12-11reading of body structure most part finishedalwin8-112/+456