[Bps-public-commit] r9404 - in Net-Server-IMAP: lib/Net/Server/IMAP

alexmv at bestpractical.com alexmv at bestpractical.com
Mon Oct 22 16:56:41 EDT 2007


Author: alexmv
Date: Mon Oct 22 16:56:37 2007
New Revision: 9404

Modified:
   Net-Server-IMAP/   (props changed)
   Net-Server-IMAP/lib/Net/Server/IMAP/Message.pm

Log:
 r23828 at zoq-fot-pik:  chmrr | 2007-10-22 16:54:27 -0400
  * 0-line messages exist, and need to show up correctly


Modified: Net-Server-IMAP/lib/Net/Server/IMAP/Message.pm
==============================================================================
--- Net-Server-IMAP/lib/Net/Server/IMAP/Message.pm	(original)
+++ Net-Server-IMAP/lib/Net/Server/IMAP/Message.pm	Mon Oct 22 16:56:37 2007
@@ -239,6 +239,7 @@
         my $lines;
         my $body = $mime->body_raw;
         if ( lc $data->{discrete} eq "text" ) {
+            $lines = 0;
             $lines++ while $body =~ /\n/g;
         }
         return [



More information about the Bps-public-commit mailing list