0.0.3
- Renamed the library to gmail_client
- Added documentation
- Renamed
Message.unstar
toMessage.un_star
0.0.4
- Adding
Message
flags are "lazy" - A lot of
Message
methods return self to allow chaining - Adding & Removing
Message
flags/labels is "lazy" Message
Flags and Labels are sets instead of lists- A bunch of
Message
methods were turned into properties - Added
Message.add_flag
andMessage.remove_flag
- Added
Message.forced_fetch
Attachment.save
now returns the path where it was saved
0.0.7
- New email parser, with nested fetching of attachments
- Bug fixes
Message.has_attachments
property added