IMAP writes takes forever

AndrĂ© Deblire <[email protected]> Wed, 25 Jan 2006 00:02:48 +0100
Newsgroups gmane.comp.lang.perl.modules.mail-box
Organization Synersoft
Message-ID <20060124230249.A64E4C78C6@p1>
On 2005-06-03 19:15:50 GMT, Raul Dias wrote:

> Doing a strace in the script process I saw that it did thousands of
> FETCH( <TONS of UID> ) FLAGS and SEARCH to the IMAP server.
> Then <TONS of UID> seems to be one UID foreach message in the IMAP
> folder.  So if there is 40000 messages in the folder it will keep doing
> FETCH for every UID.
>=20
> As I said I have not look into the source to findout if this is really
> happening into Mail::Box or Mail::IMAPClient.  But I suspect this is
> happening at Mail::Transport::IMAP4.
>=20
> Raul Dias

Hi Raul,

I'm just experimenting the same problem.

I haven't seen any follow-up to your message. Did you finally manage to ins=
ert=20
messages in big IMAP folders ?=20

Andr=E9