nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

Support specific folder monitor over IMAP #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It should be possible to monitor only one specific folder of an IMAP account.

Thanks :-)

Original issue reported on code.google.com by zepl...@gmail.com on 7 Apr 2008 at 10:35

GoogleCodeExporter commented 9 years ago
I will add it in the new version, but it will only be possible if you add it in 
the
configuration file yourself like this:
[watch imap]
username = blabla
password = scecret
folder = work
....

It will not be possible to do this in the UI.

Original comment by woutclym...@gmail.com on 9 May 2008 at 7:49

GoogleCodeExporter commented 9 years ago
ooh, that's cool. Maybe I'll start using IMAP for watching my gmail account :)

Original comment by nekoh...@gmail.com on 9 May 2008 at 12:58

GoogleCodeExporter commented 9 years ago

Original comment by woutclym...@gmail.com on 13 May 2008 at 11:28

GoogleCodeExporter commented 9 years ago
Why wouldn't it be possible to do in the UI? It would be a nice and requested
feature, I assume. However, the GUI part would need to be in a further release.

Original comment by nekoh...@gmail.com on 1 Jan 2009 at 8:58

GoogleCodeExporter commented 9 years ago
Well, here is a trivial way of implementing this in the GUI. It's not a nice 
combobox
that allows the user to just select from a list of folders, but it still allows
normal people to type the folder to be used easily.

A problem with this patch is that it is either lacking something, or it 
uncovers a
new bug: the values = 
self.specto.watch_db.plugin_dict[watch_type].get_add_gui_info()
thingy doesn't seem to work correctly with edit_watch.py. The folder field is 
not
shown in the Edit watch dialog.

Original comment by nekoh...@gmail.com on 21 Mar 2009 at 1:49

Attachments:

GoogleCodeExporter commented 9 years ago
I think i did the same in my branch and i have no problem with the add and edit 
screen

Original comment by woutclym...@gmail.com on 25 Mar 2009 at 7:57

GoogleCodeExporter commented 9 years ago
The feature is now available in the GUI in the main development branch. Great!

Original comment by nekoh...@gmail.com on 26 Mar 2009 at 4:41