|
From: <jgr...@us...> - 2003-07-15 17:50:40
|
Update of /cvsroot/popfile/engine/Proxy
In directory sc8-pr-cvs1:/tmp/cvs-serv6005/Proxy
Modified Files:
Tag: b0/19/0
POP3.pm
Log Message:
Port v0.18.3 fixes to v0.19.1 branch
Index: POP3.pm
===================================================================
RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v
retrieving revision 1.55
retrieving revision 1.55.2.1
diff -C2 -d -r1.55 -r1.55.2.1
*** POP3.pm 14 May 2003 09:12:12 -0000 1.55
--- POP3.pm 15 Jul 2003 17:50:36 -0000 1.55.2.1
***************
*** 274,277 ****
--- 274,278 ----
my $class = $self->{classifier__}->classify_and_modify( $mail, undef, $download_count, 0, 1, '', 0 );
+ $self->flush_extra( $mail, $client, 0 );
if ( $self->echo_response_($mail, $client, $command ) ) {
|