toastbot

toastbot 0.4.1

toastbot is a clean, extensible IRC bot using Python, irckit, gevent & requests.UsageCreate your own ``bot.py`` file & drop in:    import toastbot    bot = toastbot.ToastBot('myircbot', '#myircchannel')   ...

Mailtools

Mailtools 2.1

Writing a web application? Want to send some emails from it? Mailtools is an application that can help you with that!* Simple API for sending plain text messages, HTML and messages with attachments.* ThreadedMailer sends emails in the background and...

pcapsipdump project is a tool for dumping (recording) SIP sessions (and RTP traffic, if available) to disk in a fashion similar to "tcpdump -w" (the format is exactly the same).The difference is that the data is saved with one file per SIP session. Even...

notifo-imap-listener is a tool that listens for incoming mail and forwards it to notifo.UsagePlease note that during development some options may not actually do anything.- Create an email that will be the listener- Copy config.ini.sample to config.ini...

DIMP H3

DIMP H3 1.1.8

DIMP H3 software can create a version of IMP utilizing AJAX-like technologies to allow a more dynamic user experience (thus DIMP... Dynamic IMP).If you are interested in helping develop DIMP, or just want to ask questions and keep an eye on its progress,...

libspf2

libspf2 1.2.9.1

libspf2 implements the Sender Policy Framework, a part of the SPF/SRS protocol pair. It allows email systems such as Sendmail, Postfix, Zmailer, Exim and MS Exchange to check SPF records and make sure that the email is authorized by the domain name that...

GOZERBOT

GOZERBOT 1.0.1

GOZERBOT software is a Python IRC and Jabber bot.What is new in this release:This version fixes karma, infoitems, various user-related commands, reconnect errors, and Debian bug #640850 ("ssl deprecation warning"). What is new in version...

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...