summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Expand)AuthorAgeFilesLines
* Silence a compiler warning, and returns the SUCCESS value on PHP_MINITDan Kalowsky2002-08-161-0/+1
* Comming a fix for a compile error found in Bug #15630Dan Kalowsky2002-08-141-4/+10
* Removing the imap_popen command... because as Jani puts it "it never workedDan Kalowsky2002-08-051-219/+11
* Cleaning up the imap_get_quotaroot return array to remove useless dataDan Kalowsky2002-08-031-19/+0
* Adding in some BC for users to imap_get_quota() functionDan Kalowsky2002-08-011-0/+6
* removing the useless +1's on sizeof() and adding the mail_parameter for theDan Kalowsky2002-07-311-11/+8
* fixes a typo in the word "limit", adds the null character to the strlen,Dan Kalowsky2002-07-301-13/+15
* forgot to make the same change to imap_get_quota...Dan Kalowsky2002-07-261-6/+2
* Minor memory fix suggested by ZeevDan Kalowsky2002-07-261-6/+2
* Adding initial support for PHP imap_get_quotarootDan Kalowsky2002-07-261-0/+58
* (PHP imap_get_quota) updated to properly reflect the RFC 2087 as perDan Kalowsky2002-07-261-11/+30
* Make sure To addresses are parsed correct with RFC822.Frank M. Kromann2002-07-021-3/+27
* Switch from imap_sendmail.* to sendmail.c under Win32Frank M. Kromann2002-07-021-3/+48
* - Fix TSRM gotchaDerick Rethans2002-06-281-2/+2
* Unify error messagesDerick Rethans2002-06-281-34/+34
* - Fixed bug: #15595 (and possibly others too)foobar2002-06-271-39/+74
* - Cleaning up the mess..these are NOT zvals.foobar2002-06-271-17/+17
* - Fixed bug: #17999foobar2002-06-261-11/+12
* standardize a bit (we know its enabled :)Sterling Hughes2002-06-231-1/+0
* - Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>).Derick Rethans2002-06-131-0/+3
* - Fix for bug #17503Derick Rethans2002-05-291-2/+2
* Instead of calling mail_fetchheader_full() to retrieve the complete headerJon Parise2002-05-131-10/+3
* @Improve IMAP performance when dealing with large mailboxes.Jon Parise2002-05-121-31/+44
* - Do the ssl_onceonlyinit() as last. This is how c-client createsfoobar2002-04-241-6/+9
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Fixed segfault in imap_bodystruct() when called with an invalid messageVlad Krupin2002-01-121-0/+5
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* fix #13801 (imap_rfc822_parse_adrlist changes arg1)Thies C. Arntzen2001-12-071-0/+1
* Enable imap_mail() on win32Frank M. Kromann2001-12-041-10/+3
* - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn'tAndi Gutmans2001-12-031-57/+57
* Honor error_reporting (in general and @ in particular) for IMAP noticesZeev Suraski2001-11-241-0/+3
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+4
* 3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.Jeroen van Wolffelaar2001-09-261-8/+8
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-28/+28
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* add tail pointer to speed up imap_search (submitted by Rob SiemborskiChuck Hagenbuch2001-08-161-22/+26
* - More ZE2 fixesAndi Gutmans2001-08-131-2/+2
* WhitespaceZeev Suraski2001-08-111-55/+55
* Made use of the resource macros here too. And some beutifying.foobar2001-08-101-13/+5
* Add imap_setacl() function (Brian Masney <masneyb@seul.org>).Chuck Hagenbuch2001-08-101-0/+31
* Changed the old skool resource stuff to use the Zend macros.foobar2001-08-081-599/+308
* Another TSRM fix.foobar2001-08-071-18/+18
* Beutifying. Also made a check for IMAP-2001.foobar2001-08-071-356/+389
* - This is not supposed to be used, from c-client docs (formats.txt):foobar2001-08-061-1/+1
* Some cleanup. Removed unnecessary duplicate #ifndef's.foobar2001-08-061-27/+12
* removed unused function. (seems like a copy of imap_body)foobar2001-08-061-28/+0
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-7/+7
* Zend compatibility patchZeev Suraski2001-07-301-1/+0
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-25/+11