Skip to content

l29ah/pyimapsmtpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Synopsis ==

An xmpp transport (or bot, possibly to-be-done) that allows using IMAP+SSMTP (e.g. gmail's) from an XMPP client.

== Dependencies ==

Most are listed in requirements.txt

However, some of those might require compiling, which, in turn, requires several libraries.

Known required packages in the terms of debian / ubuntu / alikes:

python-dev

In Gentoo install dev-python/xmpppy dev-python/imapclient dev-python/gevent dev-python/html2text

== TODO ==

Use a better and more fresh XMPP library.

== Prior works ==

This codebase itself continues the pymailt codebase.

Pymailt:

The primary difference is that pyimapsmtpt does not require an owned mail server; it still might require an owned xmpp server, but that one does not have to be globally-reachable.

Other known relevant projects:

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%