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 [pip](https://pypi.org/project/MailToolsBox/) to install MailToolsBox.

`bash pip install MailToolsBox `

## Usage ##

  • Send 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 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.0.tar.gz (3.3 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: MailToolsBox-0.0.4.0.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3

File hashes

Hashes for MailToolsBox-0.0.4.0.tar.gz
Algorithm Hash digest
SHA256 c54f76a017574065a699f47b7a8af083ea135e88c5bbb73c69059d6cf89062ed
MD5 a5198c511c8669d8d398e00c65a15a28
BLAKE2b-256 27420c3d54dfdf81c66928fd136511666466a2481527d41d0f49a950d2126eb3

See more details on using hashes here.

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