Skip to content

Commit

Permalink
I think when this test does more stuff I'll release as 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Jun 10, 2009
1 parent dc02398 commit 02b2138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.1900: Wed Jun 10 18:19:53 EDT 2009
- It took me forever to figure out why the append command
wouldn't work. Bug submitted to Net::IMAP::Server

1.1810: Sun Jun 7 10:52:30 EDT 2009
- made $imap->select return "0E0" when 0 messages are found
after an otherwise successful select.
Expand Down
2 changes: 1 addition & 1 deletion Simple.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Carp;
use IO::File;
use IO::Socket;

our $VERSION = "1.1810";
our $VERSION = "1.1900";

sub new {
my ( $class, $server, %opts ) = @_;
Expand Down

0 comments on commit 02b2138

Please sign in to comment.