A NOTE has been added to this issue. ====================================================================== http://www.dbmail.org/mantis/view.php?id=1068 ====================================================================== Reported By: Emilio Gargiulo Assigned To: ====================================================================== Project: DBMail Issue ID: 1068 Category: IMAP daemon Reproducibility: always Severity: major Priority: normal Status: new target: ====================================================================== Date Submitted: 20-Mar-15 12:05 CET Last Modified: 20-Mar-15 13:15 CET ====================================================================== Summary: very low performances in IMAP APPEND after upgrade from 3.1.7 to 3.2.3 Description: >From imap client, select 10-20 messages and move or copy in another imap folder, it takes about 3-5 seconds per messages. ======================================================================
---------------------------------------------------------------------- (0003695) Emilio Gargiulo (reporter) - 20-Mar-15 13:15 http://www.dbmail.org/mantis/view.php?id=1068#c3695 ---------------------------------------------------------------------- To reproduce the issue, run this from a php command line: <?php $imap = imap_open('{imap4.example.com:143}', 'userid', 'password'); $check = imap_check($imap); for ($i = 1; $i <= 100; $i++) { imap_append($imap,$check->Mailbox,"From: m...@example.com\r\nTo: y...@example.com\r\nDate: " . date("d-M-Y H:i:s") . "\r\nSubject: test\r\n\r\nthis is a test message, please ignore\r\n"); } imap_close($imap); ?> Issue History Date Modified Username Field Change ====================================================================== 20-Mar-15 12:05 Emilio GargiuloNew Issue 20-Mar-15 13:15 Emilio GargiuloNote Added: 0003695 ====================================================================== _______________________________________________ Dbmail-dev mailing list Dbmail-dev@dbmail.org http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev