summaryrefslogtreecommitdiff
path: root/noncore/net/mail/accountview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-07beautyalwin1-1/+0
hopefull some speedups obsolete stuff removed fixed a crasher
2004-10-24new options for pop3 accountsalwin1-18/+13
KATE eated a lot of last spaces in files some tryouts
2004-04-04someone forget to include opie2/odebug while switching from qDebugalwin1-1/+3
to odebug ;)
2004-04-04convert to Opie Debugging Frameworkmickeyl1-6/+6
2004-03-18some (hopeful) improvementsalwin1-2/+2
2004-03-14Convert net to ODP and QtAUXzecke1-0/+1
2004-03-12some more smart-pointersalwin1-7/+5
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-1/+1
2004-03-10some bugfixesalwin1-0/+7
When edit a mail to send and cancel is pressed the mail can stored in a draft folder and later edit again. This moment we will not store attachments into drafts.
2004-03-08type of mail account will be defined by a enum not with string - comparingalwin1-3/+3
strings all the time makes no sense.
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-4/+4
TT.
2004-02-29beginning of nntp stuffharlekin1-1/+8
2004-02-21improve support for BigScreenar1-17/+31
2004-01-10mh box fully functionalalwin1-813/+5
splitted the stuff of accountview list into seperate files so the other parts care about changes inside accountitems
2004-01-09- MHfolder in accountview enhancedalwin1-11/+66
- mv/cp mails has special methods when copy between folder inside a mh storage - removed obsolete vars inside pop3wrapper
2004-01-08MH storage implementedalwin1-32/+32
local folders will be type of MH not MBOX
2004-01-08- store single message to another folder implementedalwin1-0/+11
- cleaned code in mainwindow and opiemail.cpp
2004-01-08move/copy mails to another folder resides inside wrappers so we canalwin1-14/+26
use special funs of libetpan and/or mailserver itself (eg. imap) libetpan 0.32 requires for that feature a patch! (see libetpanstuff/) accounts marked as "offline" get a new icon TODO: - when creating a new folder while copy/move on imap-server, get the real resulting foldername when using prefix - implement usage of copy/move inside one mbox using special etpan funs
2004-01-07download mail mostly finishedalwin1-24/+210
accounts can be switched "offline"
2004-01-05bugfix in imapwrapperalwin1-4/+29
storemail for all possible mail-accounts raw body fetch in all wrappers unified public interface dialog for selecting a target mailbox started
2004-01-04some cleanupsalwin1-3/+2
2004-01-04adapted includes to the new libharlekin1-5/+5
2003-12-28fix for compiling with arm gcc 2.95.3 (next time I'll check before commit)alwin1-1/+3
2003-12-28basic folder handling for pop3 accountsalwin1-32/+44
some code dups reduced
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin1-17/+126
- 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-27folder handling for imap mostly impelemented, context menus foralwin1-7/+172
imap-mail-folders implemented.
2003-12-22new fancy icons from kde cvsjgf1-5/+7
2003-12-21- mbox-wrapper mostly finishedalwin1-1/+85
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.
2003-12-17folder tree will generate better and real.alwin1-14/+26
2003-12-17open pop3 folder per defaultjgf1-0/+1
2003-12-17imap folder will be displayed more structuredalwin1-7/+62
2003-12-15pop3wrapper now works in first stage and doesn't segfault anymorealwin1-5/+55
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-memleak fixedalwin1-2/+7
-check for non-selectable mailboxes -potential crasher fixed -selection handling better (app will not send a net-command on each mouse click)
2003-12-14order of imapfolders will be displayed as the server listsalwin1-3/+5
2003-12-14deleting of mails workingharlekin1-7/+19
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin1-9/+7
independend of its later use. ToDo: find a more general interface for it
2003-12-11fetchBody in POP3 & weird segfaultjgf1-3/+3
2003-12-09POP3 support - first stepsjgf1-0/+45
2003-12-09some interface changesalwin1-7/+11
split class defines into more files
2003-12-09- interface change for imapwrapperalwin1-1/+1
- 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-08imap wrapper has now an own include filealwin1-0/+1
2003-12-08beginning of the new mailerharlekin1-0/+110