Skip to main content

A package to send and receive encrypted mails via Gmail.

Project description

CryptoMailer

A package to send and receive encrypted emails via Gmail.

Encryption and decryption are done with the help of Keyword Cipher algorithm.

NOTE: Make sure to allow less secure app access for the Gmail account(s) that will be used to send/receive emails through this package.

Provide less secure app access from here.

Package Details

PyPI link to package: https://pypi.org/project/cryptomailer/

Directory Structure:

CryptoMailer/
├── cryptomailer
│   ├── crypt.py
│   ├── __init__.py
│   ├── mailer_receive.py
│   └── mailer_send.py
├── LICENSE
├── README.md
└── setup.py
  • CryptoMailer: GitHub repository.
  • cryptomailer: Package directory.
  • cryptomailer/crypt.py: Module used for encryption and description.
  • cryptomailer/mailer_receive.py: Module to receive emails.
  • cryptomailer/mailer_send.py: Module to send emails.
  • setup.py: File responsible to manage package.

Using the package.

View file sample.py to understand how to import and run the package.

Use the following command to run the send and receive emails using the package cryptomailer.

python3 sample.py

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

cryptomailer-0.0.2.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

cryptomailer-0.0.2-py3-none-any.whl (5.3 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