Skip to main content

Mail Tools boxes to make developer life easier on build mail sender or even mail server

Project description

MailToolsBox

MailToolsBox is a Python library for dealing with Email handling in easy way.

Installation

Use the package manager https://pypi.org/project/MailToolsBox/ to install MailToolsBox.

pip install MailToolsBox

Send SMTP Usage

import MailToolsBox.mailSender
mail = MailToolsBox.mailSender.SendAgent(user_email='username@gmail.com', server_smtp_address='smtp.gmail.com', user_email_password='User Password', port=587)
mail.send_mail(recipent_email='user@gmail.com', subject='This is Subject Text', message_Body='This is  Body Text')

IMAP CLIENT Usage

from MailToolsBox.imapClient import ImapAgent

EMAIL_ACCOUNT = "myaddress@gmail.com"
PASSWORD = "mypassword"
SERVER_ADDRESS = ('my server address or domain name or ip ex:"imap.gmail.com" ')

x = ImapAgent(email_account=EMAIL_ACCOUNT, password=PASSWORD, server_address=SERVER_ADDRESS)
x.download_mail_text() # optional parameter : (lookup='ALL',save=True,path='/home/user/')
x.download_mail_json() # return json format | optional parameter : (lookup='ALL',save=True,filename='filename.json',path='/home/user/')
x.download_mail_msg() # optional parameter : (lookup='ALL',path='/home/user/')

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT | https://choosealicense.com/licenses/mit/

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

MailToolsBox-0.0.4.6.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file MailToolsBox-0.0.4.6.tar.gz.

File metadata

  • Download URL: MailToolsBox-0.0.4.6.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.3

File hashes

Hashes for MailToolsBox-0.0.4.6.tar.gz
Algorithm Hash digest
SHA256 bdbc2ae2ffc173698d979e1ebcadcf4991f30c4357daa87bbd34d3cfdeb32c27
MD5 98e4f659cc89f11a91f14d0dd65c923f
BLAKE2b-256 5cd7a89cd6c296442feb4ba3c4227fccb9f1b908872544b1c5a886685c37a5a2

See more details on using hashes here.

Supported by

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