This library helps to dump letters from outlook to some local folder in human readable format.
Project description
Short Overview.
outlook_mail_loader is a python package (py>=3.6) which helps in handling outlook letters
This library helps to dump letters from outlook to some local folder in human readable format.
Installation via pip:
pip install outlook_mail_loader
Usage
Dump letters from outlook to local directory
from outlook_mail_loader import MailFolderDumper
mail_loader_obj = MailFolderDumper(
str_folder_to_get="inbox",
str_path_dir_where_to_save="mails",
)
mail_loader_obj.dump_new(<int_max_last_letters_to_dump>)
Links
Project local Links
Contacts
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file outlook_mail_loader-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: outlook_mail_loader-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b2dfd47782b91fa0be8a9df8670ed3e5cf45a479b1d434ea1156c30be83bce6 |
|
MD5 | 88d1300b35b68177b5b89c899b8b7de1 |
|
BLAKE2b-256 | ec747a05c2673577958c2aa6e5287b96b739689ddd266c9c3da89e3eed3b9c3a |