awangga / outlook

Python library to read email from live, hotmail, outlook, office365 or any microsoft email service
335 stars 136 forks source link

Migrate to python3.7 #24

Open fernandocastrovilar opened 4 years ago

fernandocastrovilar commented 4 years ago

Due to the end of support of python 2.x, will be a good point to refactor to python3.X

FethiAmari commented 4 years ago

I'm waiting for this migration too

theja-m commented 3 years ago

I'm also waiting for this @awangga

almolinagithub commented 3 years ago

I see another user named wesinator has made a fork of the library with fixes for Python3. You can look through the changes here: https://github.com/awangga/outlook/compare/master...wesinator:master

If you're happy with the changes you could install the forked version by running pip install https://github.com/wesinator/outlook/archive/master.zip.