Mailtoolsbox

Latest version: v0.1.0.4

Safety actively analyzes 621876 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0.3

**Full Changelog**: https://github.com/rambod/MailToolsBox/compare/0.1.0.2...0.1.0.3

0.1.0.1

Mail toolboxes are an essential component for developers building a mail sender or mail server. They simplify the development process and increase efficiency by providing developers with pre-built modules and functions that can be easily integrated into their projects. The codes provided for the project are a valuable resource, but there is always room for further improvement and refinement. By continuously improving and enhancing the mail toolboxes, developers can stay up-to-date with the latest technologies and create more effective and streamlined mail applications.

0.0.4.6

Imap Usage

from MailToolsBox.imapClient import ImapAgent

EMAIL_ACCOUNT = "myaddressgmail.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/')

0.0.3.1

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

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.