summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper
AgeCommit message (Collapse)AuthorFilesLines
2003-12-22- storing mails send in outgoing (if queued) or sent (if sent) folderalwin4-15/+80
TODO: flush queue, cleanup SMTP code, select smtp-account if more than one when flush the outgoing queue
2003-12-21ups - forgot to add the mboxwrapperalwin2-0/+229
2003-12-21- mbox-wrapper mostly finishedalwin6-443/+479
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.
2003-12-21- MailWrapper -> SMTPwrapperalwin8-621/+667
- 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-20fetching attachments from a pop3mail works.alwin4-9/+56
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-19receiving and splitting a mail finishedalwin2-8/+26
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-19fetching body-structure/content mostly finishedalwin2-32/+159
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 emptyjgf2-4/+35
2003-12-18ok. char-translation enabled again.alwin2-12/+11
make sure to have the decode patch applied to libetpan!!!!
2003-12-18decoding of imap folder namesjgf2-14/+95
2003-12-18nothing much.alwin3-8/+65
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-17pop3 mails will be cached in a temp-filealwin2-12/+64
2003-12-17imap folder will be displayed more structuredalwin4-9/+18
2003-12-16saving of attachments implemented.alwin8-47/+233
2003-12-16quoted-printable text will be decoded for displayalwin4-8/+39
2003-12-15forget to check the delete flag when making message listalwin1-1/+4
2003-12-15delete mail implementedalwin1-11/+39
test for read flags
2003-12-15pop3wrapper now works in first stage and doesn't segfault anymorealwin1-16/+41
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)alwin3-3/+18
-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 folderviewalwin3-4/+16
2003-12-14- replied mails will get the flag answeredalwin5-0/+37
- text fix in preparing the message for a reply
2003-12-14-memleak fixedalwin2-6/+10
-check for non-selectable mailboxes -potential crasher fixed -selection handling better (app will not send a net-command on each mouse click)
2003-12-14memleak fixed, some obsolet debugs removedalwin1-1/+8
2003-12-13deleting a mail in a imap server implementedalwin5-6/+40
2003-12-13the RecMail class get on creation a mailwrapper assigenedalwin4-1/+25
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin6-16/+81
independend of its later use. ToDo: find a more general interface for it
2003-12-13try to solve the problems with slow imap-serveralwin1-1/+2
2003-12-13displaying list of attachments of a mail works. (Of course only ifalwin3-2/+16
the mail HAS attachments ;)
2003-12-13mails will marked as read nowalwin1-4/+3
2003-12-13using QValueList<T> instead of QList<T> for body partsalwin2-9/+8
(gives a better handling for const and non-const values and so on)
2003-12-12and of course I'll find a bug 10 minutes after checkin ....alwin1-6/+8
2003-12-12fetching mail body and attachments is working.alwin4-95/+141
2003-12-12retrieving a body structure of a multipart mail mostly finishedalwin2-18/+98
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 ifalwin1-1/+1
ever a body text is set.
2003-12-11reading of body structure most part finishedalwin4-56/+228
2003-12-11fetchBody in POP3 & weird segfaultjgf2-47/+77
2003-12-10change to work with libetpan 0.3.1alwin2-67/+78
2003-12-10changes to work with libetpan 0.3.1alwin3-51/+52
2003-12-10when login failed for pop3 software crashed due not checked NULL pointeralwin1-0/+1
2003-12-10first working listMessagesjgf2-5/+140
2003-12-10added ssl connection support for pop3harlekin1-3/+8
2003-12-10retrieve headers from mailboxjgf2-4/+38
2003-12-10ssl for imap now workingharlekin1-27/+33
2003-12-10forgot the reply-to entryalwin3-15/+21
2003-12-09all header stuff will be parsed nowalwin4-105/+114
RecMail got the unique message id for reply reference
2003-12-09POP3 support - first stepsjgf3-4/+102
2003-12-09some interface changesalwin6-72/+240
split class defines into more files
2003-12-09- interface change for imapwrapperalwin4-122/+213
- beginning of parsing the body-structure of mails not just simple return the whole body (this moment commented out 'cause it's only working for text/plain type mails)
2003-12-08less includesharlekin1-2/+0
2003-12-08imap wrapper has now an own include filealwin3-20/+26