Hello together,
PHP already features imap_getacl() and imap_setacl().
imap_deleteacl() was somehow missing. Attached patch
implements it (it's a stripped-down copy of imap_setacl).
imap_deleteacl() already contains the fix from here:
http://bugs.php.net/?id=44557
Please CC: comments, I'm not on
Hi,
attached patch backports PHP5's imap_getacl function to PHP4.
I also noticed a small typo in PHP5's mail_getacl() comment.
Please CC: comments.
Best regards,
Thomas Jarosch
diff -u -r php-5.0.4/ext/imap/php_imap.c php-5.0.4.typo/ext/imap/php_imap.c
--- php-5.0.4/ext/imap/php_imap
le by other means on the selected
mailbox, the STATUS command SHOULD NOT be used on the
currently selected mailbox.
Maybe it should be added to the documentation to use only
the new imap_status_current() function for the current folder.
Please CC: comments, I'm not on the list.
Best regar