|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-06-21 04:15 UTC] elnar at azdata dot net
Size of mailbox: 200MB C-Client updated to the newest stable available now, something kind of 2000 phpinfo() shows IMAP 4.1 1) What is IMAP 4.1. What IMAP libraries does line meen? 2) imap_sort function failes on such huge mailbox accounts it shows "fuction call failed" and nothing more. No reason of this falure given. And what is strange that only imap_sort function fails! But at the same time it perfectly works at accounts not larger than 50MB I really need help about that Thanks, Elnar C Hajiev PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 18:00:02 2025 UTC |
IMAP 4.1 is the IMAP protocol version as specified uin RFC2060 and regarding imap_sort() i'd guess that it runs into a timeout or that the number of messages in your mailbox is so high that it runs out of buffer space remember: IMAP sorting and searching is done by the IMAP server, not the client i don't have the c-client code at hand, but i'm rather sure the "function call failed" message is *not* produced by php