bulletmark / gmail-indicator

A gmail indicator/notifier for new mail messages.
5 stars 0 forks source link

Imap support #5

Closed lapega closed 11 years ago

lapega commented 12 years ago

Can you make an option to check imap accounts?

Thanks!!!

bulletmark commented 12 years ago

Well the app is called gmail-indicator so fundamentally it is intended for gmail accounts. However, any imap server which supports imap idle should work. Try changing the server and port parameters in your gmail-indicator-rc file. Make sure you test on the command line with "gmail-indicator -di".

lapega commented 12 years ago

tried it, but seems there's a bug in the new ubuntu (12.10):

2012-10-26 09:29.16 User = userX 2012-10-26 09:29.16 Server = mail.com:143, folder = "INBOX" 2012-10-26 09:29.16 Rates = 30/60/300/3600 2012-10-26 09:29.16 Command = /usr/bin/aplay /usr/share/sounds/purple/receive.wav Traceback (most recent call last): File "/home/user/bin/gmail-indicator", line 419, in indicator = Indicator.create(folder, args.other_desktop) File "/home/user/bin/gmail-indicator", line 211, in create return Indicator.Msg(folder) if msgtype else Indicator.App(folder) File "/home/user/bin/gmail-indicator", line 174, in init self.ind = indicate.indicate_server_ref_default() NameError: global name 'indicate' is not defined

Thanks anyway!

bulletmark commented 12 years ago

No, sorry that's an error from my quick change yesterday to hack up something for Ubuntu 12.10. I've pushed a fix now.