X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmail_fetch%2Fclass.POP3.php;h=981ff0dcbd2afb57dcbc74b184ebcf2abec4c7cf;hp=ba8cd77b613e74e19409c6ec417f2422601c5ae3;hb=2e82f6c4b0509eb3ac12a0563a9df1b79d57f42d;hpb=d622d38af6c2101b24c27851caf30866070c90c1 diff --git a/plugins/mail_fetch/class.POP3.php b/plugins/mail_fetch/class.POP3.php index ba8cd77..981ff0d 100644 --- a/plugins/mail_fetch/class.POP3.php +++ b/plugins/mail_fetch/class.POP3.php @@ -1,14 +1,23 @@ -BUFFER,"integer"); if( !empty($server) ) { // Do not allow programs to alter MAILSERVER @@ -583,7 +592,7 @@ class POP3 { } else { - $UIDLArray[$count] = "deleted"; + $UIDLArray[$count] = 'deleted'; } $count++; $line = fgets($fp,$buffer);