All Versions
21
Latest Version
Avg Release Cycle
166 days
Latest Release
2879 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.1 Changes
July 19, 20180.7.1 - 2018-07-19
- π Fix issue related to Net::IMAP.format_date change (@mnohai-mdsol)
-
v0.7.0 Changes
July 19, 20180.7.0 - 2018-07-19
- β Add coveralls.io code coverage (@bootstraponline)
- π Fixes and clarifications to Readme (@kitlangton, @asiniy, @amoludage, @joshsoftware, @JoeNyland)
- β Add message_id to search params (#242) (@unkrich)
- β Add xoauth2 example to readme (#211) (@markgandolfo)
- π Fix Rubocop (@bootstraponline, @RustyNail)
- π Improve speed of archiving methods (#234) (@github0013)
- Exclude 'gmail' when attempting to display a message as_json (#259) (@lcpriest)
- β Remove Object monkey patch and use Net::IMAP.format_date (#260) (@tcaddy)
-
v0.6.0 Changes
August 24, 2015 -
v0.5.0 Changes
January 26, 20150.5.0 - 2015-01-26
- Migrate primary repo to https://github.com/gmailgem/gmail with new project governance (@johnnyshields, @bootstraponline)
- Create logo for project (@johnnyshields)
- Implement IMAP recorder for specs and get all specs passing (@jcarbo)
- β Add Rubocop to porject and fix offenses (@jcarbo)
- π Fix: #connect method not invoking a block (@jcarbo)
- π Support X-GM-RAW (raw Gmail search syntax) in filter query (@bootstraponline)
- π Bugfix: Improperly processing labels containing parentheses (@ryanlchan #82)
- β Add support for localizing labels (@ryanlchan #83)
- π Support for XOAuth2 Client (@KieranP)
- π Improve support for non-english labels and mailboxes (@KieranP)
- π Fix IMAP library patch on Ruby 2 (@bootstraponline, @johnnyshields, @awakia)
- Ability to search emails by a UID filter (@KieranP)
- β Add a way to disconnect the IMAP socket (@KieranP)
- π Better support for timezones (@KieranP)
- Add
emails_in_batchesmethod (@KieranP) - Gmail Message class: Include X-GM-THRID which is the thread id (@jcarbo)
- Gmail Message class: Include X-GM-MSGID which is a unique, non-changing email identifier (@KieranP)
- π Gmail Message class: Fetch values in bulk and cache them (performance) (@KieranP)
- Gmail Message class: Pull FLAGS to make #read? and #starred? methods work (@KieranP)
- Gmail Message class: Don't mark an email as read when accessing the message (@KieranP)
- Gmail Message class: Reorganisation and cleanup of method definitions (@KieranP)
- π Bugfix: Fix for XOAuth SMTP settings (@molsder #24)
- π· Implement Travis CI (@johnnyshields)
- β Remove legacy dependency on MIME gem (@johnnyshields)
- β¬οΈ Upgrade to RSpec 3.1 and remove Mocha dependency (@johnnyshields, @jcarbo #156)
-
v0.4.2 Changes
November 20, 2014- π Fix issue related to Mail gem version lock (@johnnyshields)
-
v0.4.1 Changes
May 26, 2014- n/a
-
v0.4.0 Changes
January 13, 2011- β Added XOAuth authentication method (Stefano Bernardi, Nicolas FouchΓ©)
- Separated clients
- π Fixed specs
-
v0.3.4 Changes
November 21, 2010- π Fixes in mailbox filters shortcuts (Benjamin Bock)
-
v0.3.3 Changes
November 21, 2010- β Added #expunge to Mailbox (Benjamin Bock)
- β Added more mailbox filters (Benjamin Bock)
- β Added shortcuts for mailbox filters
- π Minor bugfixes
-
v0.3.2 Changes
October 27, 2010- β Added envelope fetching
- π Minor bugfixes