Re: [PHP-DEV] [PATCH] add imap_myrights

2008-08-26 Thread Diego Woitasen
On Tue, August 26, 2008 11:12 am, Jani Taskinen wrote: > Diego Woitasen wrote: >> On Wed, August 20, 2008 10:55 pm, Jani Taskinen wrote: >>> Diego Woitasen kirjoitti: Hi, I attach the patch that adds imap_myrights function to IMAP module. MYRIGHTS is a standard IMAP command defi

Re: [PHP-DEV] [PATCH] add imap_myrights

2008-08-26 Thread Jani Taskinen
Diego Woitasen wrote: On Wed, August 20, 2008 10:55 pm, Jani Taskinen wrote: Diego Woitasen kirjoitti: Hi, I attach the patch that adds imap_myrights function to IMAP module. MYRIGHTS is a standard IMAP command defined in RFC 2086. diff -u -r php-5.2.6/ext/imap/php_imap.c php-myrights/ext/

Re: [PHP-DEV] [PATCH] add imap_myrights

2008-08-26 Thread Diego Woitasen
On Wed, August 20, 2008 10:55 pm, Jani Taskinen wrote: > Diego Woitasen kirjoitti: >> Hi, >> I attach the patch that adds imap_myrights function to IMAP module. >> MYRIGHTS is a standard IMAP command defined in RFC 2086. >> >> diff -u -r php-5.2.6/ext/imap/php_imap.c >> php-myrights/ext/imap/p

Re: [PHP-DEV] [PATCH] add imap_myrights

2008-08-20 Thread Jani Taskinen
Diego Woitasen kirjoitti: Hi, I attach the patch that adds imap_myrights function to IMAP module. MYRIGHTS is a standard IMAP command defined in RFC 2086. diff -u -r php-5.2.6/ext/imap/php_imap.c php-myrights/ext/imap/php_imap.c --- php-5.2.6/ext/imap/php_imap.c Thu Apr 17 13:04:49 200

[PHP-DEV] [PATCH] add imap_myrights

2008-08-20 Thread Diego Woitasen
Hi, I attach the patch that adds imap_myrights function to IMAP module. MYRIGHTS is a standard IMAP command defined in RFC 2086. diff -u -r php-5.2.6/ext/imap/php_imap.c php-myrights/ext/imap/php_imap.c --- php-5.2.6/ext/imap/php_imap.c Thu Apr 17 13:04:49 2008 +++ php-myrights/ext/imap/