Skip Menu |

This queue is for tickets about the Net-IMAP-Client CPAN distribution.

Report information
The Basics
Id: 64138
Status: new
Priority: 0/
Queue: Net-IMAP-Client

People
Owner: Nobody in particular
Requestors: GANGLION [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Hangs when flagging 2000+ messages
I just attempted to mark for deletion about 2,000 messages. This code hangs with ongoing network traffic. $imap->select('Trash'); my $messages = $imap->search('ALL'); $imap->add_flags($messages, '\\Deleted'); $imap->expunge;