charlierguo / gmail

A Pythonic interface for Google Mail
MIT License
1.77k stars 386 forks source link

Add support for SMTP #63

Open pankajb64 opened 8 years ago

pankajb64 commented 8 years ago

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 text messages. Support for HTML and attachments can be added later.