Please remember to include the mailing list in replies, others may find it useful.
>>> Having a problem moving or deleting messages with version 1.4.3a, >>> 1.4.4 and 1.4.5. >>> Message reads: * ERROR : Could not complete request.* >>> Query: COPY 4 "Drafts" >>> Reason Given: List index out of bounds (3) >> This kind of error looks like a Windows error. Chances are your IMAP >> server returned this error for some odd reason. > Thanks, > It appears your right about it being a IMAP server error. > It seems that Argosoft moves messages with the UID COPY command and > doesn't understand the COPY command. I make an assumption here but it > looks like Squirrelmail 1.5 uses the UID COPY command because that works. SquirrelMail tries to follow RFC3501 as close as possible. It would appear if your IMAP server doesn't support UID COPY, then the IMAP server is not RFC3501 compliant (see section 6.4.8 RFC3501 about UID <command>.) The other possibility is that the UID of the message is changing, or the underlying message base is changing. Usually "list index out of bounds" is caused by trying to access an index in a list that doesn't exist. I see this quite a bit in Visual Basic apps where the author doesn't check that the index exists before attempting to use it, ie you have a list of 5 items, and attempt to access item 6. This could suggest that the IMAP server is doing something similar, and the UID 4 in this case no longer exists. -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
