summaryrefslogtreecommitdiff
path: root/noncore/net/mail/pop3wrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-12-20fetching attachments from a pop3mail works.alwin1-8/+32
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 finishedalwin1-8/+25
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 finishedalwin1-32/+151
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 emptyjgf1-2/+18
2003-12-18nothing much.alwin1-8/+41
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-filealwin1-9/+60
2003-12-17imap folder will be displayed more structuredalwin1-1/+1
2003-12-16saving of attachments implemented.alwin1-1/+10
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- replied mails will get the flag answeredalwin1-0/+4
- text fix in preparing the message for a reply
2003-12-14-memleak fixedalwin1-1/+1
-check for non-selectable mailboxes -potential crasher fixed -selection handling better (app will not send a net-command on each mouse click)
2003-12-13deleting a mail in a imap server implementedalwin1-3/+2
2003-12-13the RecMail class get on creation a mailwrapper assigenedalwin1-0/+1
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin1-1/+20
independend of its later use. ToDo: find a more general interface for it
2003-12-11fetchBody in POP3 & weird segfaultjgf1-42/+69
2003-12-10changes to work with libetpan 0.3.1alwin1-26/+26
2003-12-10when login failed for pop3 software crashed due not checked NULL pointeralwin1-0/+1
2003-12-10first working listMessagesjgf1-5/+135
2003-12-10added ssl connection support for pop3harlekin1-3/+8
2003-12-10retrieve headers from mailboxjgf1-4/+37
2003-12-09POP3 support - first stepsjgf1-0/+74