[Bps-public-commit] Net-IMAP-Server branch, master, updated. 1.24-2-g0e40f88
Alex M Vandiver
alexmv at bestpractical.com
Thu Oct 22 10:42:01 EDT 2009
The branch, master has been updated
via 0e40f88de7c9c61d9aae71d27285b742f3d7d840 (commit)
from 089e84a6958e1ed829e6ac7c847ddb80cfdd7644 (commit)
Summary of changes:
lib/Net/IMAP/Server/Command/Uid.pm | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 0e40f88de7c9c61d9aae71d27285b742f3d7d840
Author: Dan Keder <keder at fi.muni.cz>
Date: Thu Oct 22 13:56:12 2009 +0200
Fixed a bug: UID COPY sent tagged OK response 2x.
diff --git a/lib/Net/IMAP/Server/Command/Uid.pm b/lib/Net/IMAP/Server/Command/Uid.pm
index eb5859f..6a5266e 100644
--- a/lib/Net/IMAP/Server/Command/Uid.pm
+++ b/lib/Net/IMAP/Server/Command/Uid.pm
@@ -105,8 +105,6 @@ sub copy {
my $sequence = join(",",map {$_->uid} @messages);
my $uids = join(",",map {$_->uid} @new);
$self->ok_command("[COPYUID @{[$mailbox->uidvalidity]} $sequence $uids] COPY COMPLETED");
-
- $self->ok_completed;
}
sub expunge {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list