|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-01-07 19:57 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 20:00:02 2025 UTC |
Description: ------------ It appears, as of imap-2002, the following 3 LATT_* constants are now defined (this code is from imap-2002e/c-client/mail.h:476-481): /* name has referral to remote mailbox */ #define LATT_REFERRAL (long) 0x10 /* has selectable inferiors */ #define LATT_HASCHILDREN (long) 0x20 /* has no selectable inferiors */ #define LATT_HASNOCHILDREN (long) 0x40 These bitmasks are correctly applied (if using imap-2002+) to the 'attributes' results returned from imap_getmailboxes() and imap_getsubscribed() - there is just no corresponding constant in PHP yet. It would probably be good to define these constants if the underlying c-client supports them.