gmail
gmail copied to clipboard
A Pythonic interface for Google Mail
This module is very useful for me, but this version of module does not support to send mail. Another module is needed to send mail via google SMTP, so sending...
This pull request has code changes to handle a separate SMTP session apart from the existing IMAP session. This allows the user to send mails. Currently, this implementation supports only...
Hello, How is it possible to get the sender Info to a string in format `Some Name `, the date it was sent and if there any other recipients (cc)?...
I want to find out how many mails I reply back. Is it possible now?
Hi I have a script that fetches my emails (more than 5000) and there is an issue with a specific email (maybe also with some others ?). Sorry I can...
If there is a mail with attachment in uuencode format in my mailbox, the gmail message shows that there is not attachment and returns body with uuencoded attachment in it....
Adding cc
Gmail support "Search X-GM-RAW ..." command, which we can use `gmail.imap.uid('SEARCH', 'X-GM-RAW', .....)` to fetch email; but I need the result to be wrapped as the `Message` object. Which means,...
This is an excellent module and I'd like to base some work on it to create a client, but is the development still ongoing ?