email_extractor is an app that extracts emails by using webcrawl to extract url links from a site.Usage: email_extractor.py [-h] [-l LIMIT] [-u URL]Optional arguments:    -h, --help     show this help message and...

phil

phil 1.2

phil is a command-line Python utility that sends reminder emails about meetings as defined in an iCalendar file.It solves this use case:- Will works on a project that has meetings every saturday. Will wants an automated way to send a reminder email to...

SMTPRoutes

SMTPRoutes 1.2.9

SMTPRoutes is a lightweight SMTP server built on top of Secure-SMTPD.It's what you'd get if Sinatra and SMTP had a baby.RoutesRoutes are specified via a regex provided in the route kwarg.from smtproutes import Routeclass ExampleRoute(Route): def...

AtMail is an open source webmail client written in PHP. We aim to provide a elegant Ajax webmail client for existing IMAP mailservers, with less bloat and a focus on an intuitive, simple user interface.The open source version of AtMail provides users with...

imaprelay

imaprelay 0.0.5

imaprelay is a simple Python tool designed to scratch a very specific itch. Presented with an institutional email account that he had an obligation to check, but lacking desire to use the Outlook Web Access interface, the author was dismayed to find that...

ztfy.mail

ztfy.mail 0.1.2

ztfy.mail is a small Python package which provides a few interfaces and utilities to help handling email messages.How to use ztfy.mail?ztfy.mail usages will be described on ZTFY home page.What is new in this release:Initialized I18n translations What is...

mailjam

mailjam 0.1.1

Mailjam is a mailing list manager app. With it you will be able to create mailing lists and manage them.Mailjam requires a functional MTA (Mailjam has been successfully tested with sendmail and postfix but it should work with other MTA...

weighmail

weighmail 0.1.0

weighmail is a software that analyzes your Gmail and applies labels to your messages according to their size. This is useful if you are close to reaching your quota as it allows you to quickly identify large messages. You have complete control over...

email-address-parser is a tool to parse email addresses from an outlook-like "To:" field.The nice thing about this parser is you could give it a ridiculously jacked up list of emails: no commas, no names, names and emails stuck together (no spaces), and...