Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

unnecessary line? #6

Open
norayr opened this issue Sep 20, 2016 · 1 comment
Open

unnecessary line? #6

norayr opened this issue Sep 20, 2016 · 1 comment

Comments

@norayr
Copy link

norayr commented Sep 20, 2016

I am connecting to not gmail server, and having this error.

Traceback (most recent call last):
  File "main.py", line 304, in <module>
    message_infos = GetMessageInfos(opts)
  File "main.py", line 104, in GetMessageInfos
    for mailbox in m.GetMailboxes():
  File "/home/nil/hey/mail-trends/mail.py", line 61, in GetMailboxes
    mailboxes.remove('[Gmail]')

It goes away if I comment line 61 in mail.py module.

@jpbarraca
Copy link
Owner

What is the actual error that you are having?
That only shows the stack trace

On 20 Sep 2016, at 13:19, Norayr Chilingarian notifications@github.com wrote:

I am connecting to not gmail server, and having this error.

Traceback (most recent call last):
File "main.py", line 304, in
message_infos = GetMessageInfos(opts)
File "main.py", line 104, in GetMessageInfos
for mailbox in m.GetMailboxes():
File "/home/nil/hey/mail-trends/mail.py", line 61, in GetMailboxes
mailboxes.remove('[Gmail]')
It goes away if I comment line 61 in mail.py module.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #6, or mute the thread https://github.com/notifications/unsubscribe-auth/AAeYNUdhE-O2U-4jlC6kVe9fO34PuWUAks5qr89WgaJpZM4KBjlT.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants