Skip to content

Conversation

@projectdelphai
Copy link

I'm not sure if this project is still active or if the devs want to port over to python 3, however, for a personal project, I used this this repo. I use python3 so I ported it over while I was at it.

I think I converted most things over however there's always a possibility that I missed something.

Hope it helps.

projectdelphai and others added 5 commits December 15, 2017 00:17
The `encoded subject` is a string like `=?ISO-8859-1?Q?a?= =?Latin-1?Q?b?=` which wraps pairs each chunk with its encoding. decode_headers returns the chunks with their encodings so instead of ignoring the encodings or treating them all as utf-8 (#1), decode them with the specified encoding.
decode parts of subject according to specified encoding
For now, installation is manual (`pip` support not yet implemented) and the only requirement is to use Python 2 (2.7+ to be precise):
For now, installation is manual (`pip` support not yet implemented) and the only requirement is to use Python 3

git clone git://github.com/charlierguo/gmail.git

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReeeTaaa

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReeeTaaa

For now, installation is manual (`pip` support not yet implemented) and the only requirement is to use Python 2 (2.7+ to be precise):
For now, installation is manual (`pip` support not yet implemented) and the only requirement is to use Python 3

git clone git://github.com/charlierguo/gmail.git

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ReeeTaaa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants