|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-10-27 12:49 UTC] william dot bessat at gmail dot com
-Summary: imap not valid with RFC 3501
+Summary: imap_search not valid with RFC 3501
[2010-10-27 12:49 UTC] william dot bessat at gmail dot com
[2010-10-27 21:50 UTC] william dot bessat at gmail dot com
-Summary: imap_search not valid with RFC 3501
+Summary: imap_search not valid with RFC 3501 (still stuck with
IMAPv2)
[2010-10-27 21:50 UTC] william dot bessat at gmail dot com
[2010-10-29 12:44 UTC] aharvey@php.net
-Status: Open
+Status: Wont fix
[2010-10-29 12:44 UTC] aharvey@php.net
[2011-03-10 19:34 UTC] dkarp at zimbra dot com
[2011-03-10 19:51 UTC] scottmac@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 13:00:01 2025 UTC |
Description: ------------ Hi, The imap_search function is not compliant with the RFC 3501. We can not search messages using their UID. Example : imap_search("UID 200:*, $link); The output goes in the error_log with this message : [27-Oct-2010 12:34:35] PHP Notice: Unknown: Unknown search criterion: UID (errflg=2) in Unknown on line 0 Imo, this functionnality should be implemented for building advanced webmails. This is not a real *bug*, but more a lack of functionnality.