diff --git a/vendors/shells/firstpass.php b/vendors/shells/firstpass.php index c4f69570..8a382ed4 100644 --- a/vendors/shells/firstpass.php +++ b/vendors/shells/firstpass.php @@ -61,7 +61,7 @@ class FirstpassShell extends Shell { //for($i=1; $i <= $number_of_messages; $i++) { - for($i=1; $i <= 100; $i++) { + for($i=1; $i <= 1000; $i++) { $this_header = imap_headerinfo($mbox, $i); $message = $this->getMessage($mbox, $i, $this_header);