summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libmailwrapper/pop3wrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-24new options for pop3 accountsalwin1-7/+14
KATE eated a lot of last spaces in files some tryouts
2004-04-04someone forget to include opie2/odebug while switching from qDebugalwin1-1/+2
to odebug ;)
2004-04-04convert to Opie Debugging Frameworkmickeyl1-5/+5
2004-03-19set callbacks for pop3 and nntp but seems never be calledalwin1-0/+6
in imap qApp-processEvents() is called for avoiding gui blocking
2004-03-18some (hopeful) improvementsalwin1-3/+4
2004-03-14Convert net to ODP and QtAUXzecke1-3/+4
2004-03-12some more smart-pointersalwin1-15/+17
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-5/+4
2004-03-08type of mail account will be defined by a enum not with string - comparingalwin1-1/+1
strings all the time makes no sense.
2004-02-29beginning of nntp stuffharlekin1-3/+3
2004-01-09- MHfolder in accountview enhancedalwin1-27/+16
- mv/cp mails has special methods when copy between folder inside a mh storage - removed obsolete vars inside pop3wrapper
2004-01-08added support for pop3 tlsharlekin1-64/+73
2004-01-07download mail mostly finishedalwin1-0/+6
accounts can be switched "offline"
2004-01-06less iconsharlekin1-8/+9
2004-01-06hopefully fixed problems when logging into pop3 serversalwin1-2/+3
it seems, that APOP login isn't working
2004-01-05bugfix in imapwrapperalwin1-2/+9
storemail for all possible mail-accounts raw body fetch in all wrappers unified public interface dialog for selecting a target mailbox started
2004-01-05returns their type of connection (mbox,imap or pop3)alwin1-0/+5
2004-01-04- added start of status classalwin1-0/+8
- unification of (public) mailwrapper interfaces - preparition for message store/transfer
2004-01-03status methods for mailfolder implementedalwin1-0/+11
2003-12-30re-worked pop3 (use the more generic interface)alwin1-101/+65
shared some more functions between mbox and pop3
2003-12-28basic folder handling for pop3 accountsalwin1-4/+27
some code dups reduced
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin1-3/+4
- fixed memory leaks in mbox account class - reduced count of used string constants while using "tr" with context string - mbox displays messages into global status bar - fixed a possible raise condition when deleting a mail directory
2003-12-21- mbox-wrapper mostly finishedalwin1-403/+15
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.
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