Bug 62253 - Display size summary for IMAP-Folders/IMAP-Mailbox
Summary: Display size summary for IMAP-Folders/IMAP-Mailbox
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: IMAP (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-06 16:55 UTC by Daniel Hofstetter
Modified: 2009-12-18 19:05 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Hofstetter 2003-08-06 16:55:50 UTC
Version:            (using KDE KDE 3.1.2)
Installed from:    Debian testing/unstable Packages

For a better overview of an IMAP account with a limited size it would be useful if the current size of the folders and the mailbox is displayed.
Comment 1 Don Sanders 2005-05-16 10:24:16 UTC
Should not be IMAP specific.
Comment 2 Thomas McGuire 2007-07-24 13:46:04 UTC
This might be fixed by the commit below.
However, it seems like it is only implemented for disconnected IMAP, not for IMAP.


>SVN commit 691345 by tilladam:

>Merge size column for the folder tree and configurabe "close to quota"
>color for the folder name, to help improve the usability of working
>with quota'd folders.

>Resolves kolab merge item 22. Forward port of enterprise commits:
>669156, 671804, 677689, 680527



 M  +22 -1     kmail/configuredialog.cpp  
 M  +2 -0      kmail/configuredialog_p.h  
 M  +24 -1     kmail/folderstorage.cpp  
 M  +13 -0     kmail/folderstorage.h  
 M  +6 -0      kmail/kmail.kcfg  
 M  +13 -0     kmail/kmfolder.cpp  
 M  +5 -0      kmail/kmfolder.h  
 M  +29 -8     kmail/kmfoldercachedimap.cpp  
 M  +10 -5     kmail/kmfoldercachedimap.h  
 M  +32 -1     kmail/kmfoldermaildir.cpp  
 M  +11 -0     kmail/kmfoldermaildir.h  
 M  +9 -0      kmail/kmfoldermbox.cpp  
 M  +3 -0      kmail/kmfoldermbox.h  
 M  +21 -8     kmail/kmfoldermgr.cpp  
 M  +3 -0      kmail/kmfoldermgr.h  
 M  +61 -2     kmail/kmfoldertree.cpp  
 M  +5 -4      kmail/kmfoldertree.h  
 M  +34 -3     kmail/kmmainwidget.cpp  
 M  +1 -0      kmail/kmmainwidget.h  
 M  +6 -0      kmail/quotajobs.h  
 M  +138 -37   libkdepim/kfoldertree.cpp  
 M  +18 -0     libkdepim/kfoldertree.h  
Comment 3 Thomas McGuire 2007-07-24 15:50:36 UTC
I just got confirmation that it does not yet work for IMAP.
It works for maildir/mbox/disconnected IMAP though.
Comment 4 Rodney Baker 2009-05-12 13:23:27 UTC
As of version 1.11.3 (KDE 4.2.3) this appears to be working for IMAP folders but it only updates the folder size if unread messages are in the folder.

I have approximately 50 folders - almost all have messages in them. All show 0B folder size *until* new unread messages appear in the folder. As soon as 1 of the unread messages is marked as read, the folder size updates and appears to be correct. Deleting messages (i.e. moving them to Trash) causes the folder size to decrease according to the size of the message, as expected.

The only mild annoyance is that folder sizes only update the first time when new messages are read. I think this can probably be closed and a new issue opened for the folder size updating. Any other comments?
Comment 5 Björn Ruberg 2009-12-18 19:05:31 UTC
Right