mail-trends icon indicating copy to clipboard operation
mail-trends copied to clipboard

Analysis and visualization of email data

Results 10 mail-trends issues
Sort by recently updated
recently updated
newest added

``` 16dcompl074:mail-trends b6069620$ python main.py --server=imap.gmail.com --use_ssl [email protected] [email protected],[email protected] --skip_labels [2017-10-04 15:48:05,180] Initializing Password for [email protected]: [2017-10-04 15:48:06,228] Connecting [2017-10-04 15:48:06,343] Logging in [2017-10-04 15:48:06,692] Selecting mailbox '[Gmail]/All Mail' [2017-10-04...

I just installed mail trends on my Mac (running El Capitan) and ran: python main.py --server=imap.gmail.com --use_ssl [email protected] [email protected] -- skip_labels (myname substituted above for actual login name) when I...

How would I use this to run against a users mbox file rather than having to install a imap server? I see you have a enron.py file that creates a...

I am using a personal e-mail server. I have modified mail.py to read: MAILBOX_GMAIL_ALL_MAIL = "Inbox" MAILBOX_GMAIL_PREFIX = "." When I run: python main.py --server=myserver --use_ssl --username=me [email protected] I get:...

This was run against an MS Exchange account. MAILBOX_GMAIL... variables were both changed to "INBOX". Here's the error: [2015-10-14 17:36:48,550] Identifying "me" messages Traceback (most recent call last): File "./main.py",...

I am using Mailtrends on Production environment. Is it possible to generate following kind of results using Mail-trends? https://dl.dropboxusercontent.com/u/32435266/Graph3.png

The fix for issue 1 worked for me as well, on a Linux machine.

When you want to analyze just a few labels instead of entire mailbox Usage: --label=label1,label2 .. (csv format) Notes: 1. Labels are case sensitive in GMail 2. Use with --skip_labels...

The script just works when gmail is configured in English, this is not like a real issue as I guess anyone using the script can understand English but there should...