Skip to content

A script to track how neglected your inbox is. Calculates the sum of days your emails are unread

License

Notifications You must be signed in to change notification settings

Hofsiedge/email-days

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Description

This script calculates the sum of days each email is being unread. Might be used to track how neglected your inbox is.

All the dependencies are included in Python standard library.

Note: the script has been tested only with Yandex.Mail

Example

Given the email address 'login@yandex.ru' the login is 'login'.

$ python email_days.py

Login: login
Password: 
Unread messages: 5476
1918338.5147581955

So the 1918338.5147581955 is the number of email-days for your inbox.

Future improvements

  • Add the most popular mailing services
  • Add more comments
  • Maybe add a simple GUI

About

A script to track how neglected your inbox is. Calculates the sum of days your emails are unread

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages