summaryrefslogtreecommitdiff
path: root/noncore/net/mail/accountview.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-20user may switch open folders/mails on single-clickalwin1-0/+2
2005-03-12rework of the structure of the main menues, them depends now on state of ↵alwin1-2/+6
current selected folder/server on small screens some "Folder" and "Server" menu will get submenus of the menu-item "Mail" cause lack of space on screen - have no other idea.
2005-03-09cleanups/fixed potential crashersalwin1-1/+10
context menus are displayed in mainmenu, too.
2004-03-18some (hopeful) improvementsalwin1-1/+1
2004-03-14Convert net to ODP and QtAUXzecke1-2/+2
2004-03-12some more smart-pointersalwin1-6/+5
some bugfixes some renaming of internals
2004-03-12some pointers embedded into osmart_pointer handlingalwin1-3/+4
2004-03-10some bugfixesalwin1-0/+1
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-01-10mh box fully functionalalwin1-156/+6
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-1/+5
- mv/cp mails has special methods when copy between folder inside a mh storage - removed obsolete vars inside pop3wrapper
2004-01-08MH storage implementedalwin1-9/+9
local folders will be type of MH not MBOX
2004-01-08- store single message to another folder implementedalwin1-0/+1
- cleaned code in mainwindow and opiemail.cpp
2004-01-08move/copy mails to another folder resides inside wrappers so we canalwin1-0/+1
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-31/+40
accounts can be switched "offline"
2004-01-05bugfix in imapwrapperalwin1-0/+4
storemail for all possible mail-accounts raw body fetch in all wrappers unified public interface dialog for selecting a target mailbox started
2004-01-04adapted includes to the new libharlekin1-3/+3
2003-12-28basic folder handling for pop3 accountsalwin1-2/+4
some code dups reduced
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin1-1/+17
- 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-5/+22
imap-mail-folders implemented.
2003-12-21- mbox-wrapper mostly finishedalwin1-0/+30
- 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-0/+6
2003-12-17imap folder will be displayed more structuredalwin1-0/+2
2003-12-15pop3wrapper now works in first stage and doesn't segfault anymorealwin1-2/+14
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-14order of imapfolders will be displayed as the server listsalwin1-2/+3
2003-12-14deleting of mails workingharlekin1-1/+5
2003-12-13imap/pop3 wrapper uses base virtual class so we can forward the pointeralwin1-9/+6
independend of its later use. ToDo: find a more general interface for it
2003-12-11fetchBody in POP3 & weird segfaultjgf1-1/+1
2003-12-09POP3 support - first stepsjgf1-0/+16
2003-12-09some interface changesalwin1-8/+11
split class defines into more files
2003-12-08imap wrapper has now an own include filealwin1-0/+2
2003-12-08beginning of the new mailerharlekin1-0/+67