[PHP-DEV] [patch] Implement IMAP DELETEACL command

2008-03-28 Thread Thomas Jarosch
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

[PHP-DEV] [patch] imap_getacl PHP4 backport + comment typo fix

2005-06-02 Thread Thomas Jarosch
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

[PHP-DEV] [patch] new imap_status_current() function

2005-06-01 Thread Thomas Jarosch
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