Tempmail-python

Latest version: v2.3.3

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

Scan your dependencies

Page 2 of 2

2.1.0

Previous:
python
msg = email.wait_for_message()
print(type(msg.date)) <class 'str'>


Now:
python
msg = email.wait_for_message()
print(type(msg.date)) <class 'datetime.datetime'>
print(type(msg.date_str)) <class 'str'>


**Full Changelog**: https://github.com/cubicbyte/tempmail-python/compare/2.0.0...2.0.1

2.0.0

In this update, the package's API was revised and made simpler
by moving from functional programming principles to object based.

All documentation and examples are available in the README.md file

**Full Changelog**: https://github.com/cubicbyte/tempmail-python/compare/1.0.0...2.0.0

1.0.0

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.