Update of /cvsroot/popfile/engine/Services/IMAP
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11775/Services/IMAP
Modified Files:
Tag: b0_22_2
Client.pm
Log Message:
Fix typo that in a part of the code that is not yet covered by our tests.
Index: Client.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Services/IMAP/Attic/Client.pm,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Client.pm 20 Nov 2007 14:25:14 -0000 1.1.2.2
--- Client.pm 26 Nov 2007 11:12:39 -0000 1.1.2.3
***************
*** 379,383 ****
# Check for lost connections:
if ( $response eq '' && ! defined $buf ) {
! $self->baild_out( "The connection to the IMAP server was lost while trying to get a response to command '$self->{last_command}'." );
}
--- 379,383 ----
# Check for lost connections:
if ( $response eq '' && ! defined $buf ) {
! $self->bail_out( "The connection to the IMAP server was lost while trying to get a response to command '$self->{last_command}'." );
}
|