Skip to content

Commit

Permalink
Last touches before v0.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcparker committed Dec 16, 2009
1 parent 2391a74 commit dd129e4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
17 changes: 15 additions & 2 deletions History.txt
@@ -1,10 +1,23 @@
=== 0.0.5 / 2009-12-16

* 1 bugfix

* Fixed IMAP initializer to work with Ruby 1.9's net/imap

* 4 minor enhancements

* Better logout depending on the IMAP connection itself
* Added MIME::Message#text and MIME::Message#html for easier access to an email body
* Improved the MIME-parsing API slightly
* Added some tests

=== 0.0.4 / 2009-11-30

* 4 minor enhancement

* Added label creation (thanks to Justin Perkins / http://github.com/justinperkins)
* Made the gem login automatically when first needed
* Added an optional block on the Gmail.new object that will login and logout for you.
* Added an optional block on the Gmail.new object that will login and logout for you
* Added several search options (thanks to Mikkel Malmberg / http://github.com/mikker)

=== 0.0.3 / 2009-11-19
Expand All @@ -21,7 +34,7 @@

* 1 minor enhancement

* Made all of the examples in the README possible.
* Made all of the examples in the README possible

=== 0.0.1 / 2009-11-18

Expand Down
1 change: 0 additions & 1 deletion test/test_helper.rb
@@ -1,5 +1,4 @@
require 'test/unit'
require 'rubygems'
require 'mocha'
#$LOAD_PATH = File.expand_path(File.join(File.dirname(__FILE__), '../lib/'))
require 'gmail'

0 comments on commit dd129e4

Please sign in to comment.