After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 207580 - Allow new mail check on individual accounts
Allow new mail check on individual accounts
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
3.0.x (obsolete)
Other All
: Normal enhancement
: Future
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[kill-bonobo] evolution[pop]
: 219350 240309 256501 273393 356792 557444 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2001-08-18 17:32 UTC by pdxsam
Modified: 2013-09-13 01:11 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description pdxsam 2001-08-18 17:32:13 UTC
Package: Evolution
Priority: Normal
Version: 0.12.99 Beta3
Synopsis: No Ability to check one individual pop mailbox 
Bugzilla-Product: Evolution
Bugzilla-Component: Mailer

Description:
There's no facility to check an individual pop mailbox .. all that is available is send and receive   there should be a little drop arrow box  ala Outlooks Exress  where you should be able to choose an individual pop account to have run.

Comment 1 Luis Villa 2001-08-31 19:25:03 UTC
Marking as WISHLIST. Also, I think this might be duplicate but I don't
see anything with a cursory search.
Comment 2 Jeffrey Stedfast 2002-02-03 21:58:26 UTC
*** bug 219350 has been marked as a duplicate of this bug. ***
Comment 3 Gerardo Marin 2004-04-05 23:58:07 UTC
*** bug 256501 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2005-03-31 18:27:55 UTC
*** bug 273393 has been marked as a duplicate of this bug. ***
Comment 5 Jonh Wendell 2006-08-06 00:03:37 UTC
Is this feature too hard to code?
This wish was from 2001. Five years ago...

Some forecast?
Comment 6 Martin Meyer 2007-11-17 00:51:26 UTC
I wanted to ping again on this again. Has anyone looked into adding a drop-down to check individual accounts? Also, would it be possible to get a "check for new messages" option on the right-click menu for each account?

This feature sorts goes with the online/offline per-account request from bug 272584 - if you can't quickly disable one account, maybe you could choose to only check one of them. That's how I see it at any rate, but this feature is pretty desirable either way. I just had a co-worker decide not to switch from kmail to evolution because evo couldn't check for message one a per-account basis.
Comment 7 André Klapper 2008-10-23 16:11:33 UTC
Nobody is working on this and patches are accepted.
Comment 8 André Klapper 2008-10-23 16:12:05 UTC
*** Bug 557444 has been marked as a duplicate of this bug. ***
Comment 9 Matthew Barnes 2008-10-23 18:41:34 UTC
I looked into this a little yesterday.

My use case is that I have one POP account that takes a few seconds to update, and an IMAP account for work with lots and lots of folders that takes several minutes to update.  I thought of adding a "Send / Receive" item to the popup menu shown for accounts in the folder tree, but the case for multiple POP accounts stumped me because they're not listed individually in the folder tree.

I considered having the "Send / Receive" popup item for "On This Computer" be a special case that updates all account types that download messages to the local Inbox (i.e. all POP accounts), which would satisfy _my_ use case.  But that doesn't seem to be what's being asked for here.

Attaching a menu to the "Send / Receive" toolbar button is an interesting idea, but it's a no go until we rid ourselves of BonoboUI, which doesn't support buttons like that (the "New" button is a custom widget and has its own issues).

The other question is whether the "Send & Receive Mail" dialog should popup if we're just updating a one or a subset of the accounts.  I'm leaning towards no.

If we can agree on what the UI should look like, the rest doesn't appear to be all that difficult.
Comment 10 Matthew Barnes 2008-10-23 18:57:22 UTC
*** Bug 240309 has been marked as a duplicate of this bug. ***
Comment 11 Milan Crha 2008-10-31 15:12:42 UTC
What about the first step towards this, the submenu in File, like
File->Send / Receive Account > ...
with list of accounts there? The second step, when you get rid of bonobo, can be also the arrow on toolbar, but not necessary, I guess.

What do you think?
Comment 12 Matthew Barnes 2008-10-31 15:37:03 UTC
I think that's a reasonable idea.  Perhaps:

   File -> Send / Receive -> All Accounts   F9
                             -----------------  <- menu separator
                             Account 1
                             Account 2
                             Account 3
                             ...

Even better is if users could bind custom accelerators to those individual account items.  Custom key bindings are already working on my "kill-bonobo" branch for static menu items.  I'd need to research how to support that for dynamically created menu items.
Comment 13 André Klapper 2008-10-31 18:37:47 UTC
(In reply to comment #12)
> I'd need to research how to support that for dynamically created menu items.

That might also fix bugs like bug 241477. See the comments over there.

Comment 14 André Klapper 2008-10-31 18:39:58 UTC
GNARF! I meant bug 269852 (especially comment 6), not bug 241477.
Comment 15 Z 2010-03-28 16:54:59 UTC
It's been over a year since this feature request was submitted and still no joy. Time for a bump.

It's the only real feature I miss included with virtually EVERY other email client on the face of the Earth!
Comment 16 not real name 2010-10-06 05:29:12 UTC
I'm going to slightly correct the previous comment. It's been over <em>ten years</em> since this feature request was submitted etc. 

I'm also going to add my voice to the call. Unfortunately I can't code C, C++ or any of the other languages that GNOME and Evolution are written in.
Comment 17 André Klapper 2010-10-06 07:00:53 UTC
In general, please try to not comment on a bug report if the comment does not provide technical information for developers. There are forums and mailing lists for this type of communication. Thanks!
Comment 18 Milan Crha 2010-11-25 17:13:27 UTC
Created commit e39dd93 in evo master (2.91.3+)

I implemented this for 2.91.3. I also removed Send/Receive menu/toolbar button from all but mail views, because they had no meaning there.
Comment 19 Akhil Laddha 2010-12-07 04:53:28 UTC
*** Bug 356792 has been marked as a duplicate of this bug. ***