Coder Social home page Coder Social logo

mail-trends's People

Contributors

equalsraf avatar jpbarraca avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mail-trends's Issues

AssertionError

Traceback (most recent call last):
File "main.py", line 279, in
message_infos = GetMessageInfos(opts)
File "main.py", line 95, in GetMessageInfos
m.SelectMailbox(mailbox)
File "C:\Jan\downloads\mail-trends-4a01757d06ea3e5a43ba3e051c80e3bacb574d9c\ma
il.py", line 62, in SelectMailbox
self.__AssertOk(r)
File "C:\Jan\downloads\mail-trends-4a01757d06ea3e5a43ba3e051c80e3bacb574d9c\ma
il.py", line 187, in __AssertOk
assert response == "OK"
AssertionError

maximum recursion depth exceeded

with a mail count more than ~ 26'000 Mails I get this error:

[2014-12-10 11:11:21,359] Extracting threads
Traceback (most recent call last):
  File "./main.py", line 291, in <module>
    threads = ExtractThreads(message_infos)
  File "./main.py", line 199, in ExtractThreads
    thread_dict = jwzthreading.thread(thread_messages)
  File "git/mail-trends/jwzthreading.py", line 185, in thread
    prev.add_child(this_container)
  File "git/mail-trends/jwzthreading.py", line 32, in add_child
    if child.parent:
  File "git/mail-trends/jwzthreading.py", line 54, in __len__
    count += len(c)
  File "git/mail-trends/jwzthreading.py", line 54, in __len__
    count += len(c)
[...]
  File "git/mail-trends/jwzthreading.py", line 54, in __len__
    count += len(c)
  File "git/mail-trends/jwzthreading.py", line 54, in __len__
    count += len(c)
RuntimeError: maximum recursion depth exceeded while calling a Python object

unnecessary line?

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.

--maildir doesn't work

Traceback (most recent call last):
File "main.py", line 279, in
message_infos = GetMessageInfos(opts)
File "main.py", line 73, in GetMessageInfos
m = mail.MaildirInfo(opts["maildir"])
File "C:\Jan\downloads\mail-trends-4a01757d06ea3e5a43ba3e051c80e3bacb574d9c\ma
il.py", line 233, in init
raise RuntimeError("No mailboxes were found")
RuntimeError: No mailboxes were found

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.