Skip to main content

Email box managing library

Project description

Red Box: Advanced Email Manager (UNDER DEVELOPMENT)

Next generation email box manager


Pypi version build codecov Documentation Status PyPI pyversions

What is it?

Red Box is an advanced email reader library. It is a sister project for Red Mail (advanced email sender).

Install it from PyPI:

pip install redbox

Why Red Box?

Imaplib from standard library is complex to use and unintuitive. Red Box makes reading email boxes easy.

With Red Box, it is simple as this:

from redmail import EmailSender

box = EmailBox(host="localhost", port=0)

emails = box.search(
    since="2022-01-01",
    sender="you@example.com"
)

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redbox-0.1.0.tar.gz (187.6 kB view hashes)

Uploaded Source

Built Distribution

redbox-0.1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page