summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Expand)AuthorAgeFilesLines
* MFHfoobar2002-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
* Fix an inlineZeev Suraski2001-07-151-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-57/+23
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-2/+11
* Include the To: address in the overview information (already in theChuck Hagenbuch2001-05-301-0/+6
* imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>.Chuck Hagenbuch2001-05-291-0/+101
* This is not needed. ssl_onceonlyinit() is enough.foobar2001-05-271-2/+1
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* make it possible to set the CHARSET parameter with imap_mail_compose()Chuck Hagenbuch2001-05-241-0/+16
* @- Fix for bug 2181. Now zero is returned instead of an unset value forVlad Krupin2001-05-141-4/+4
* Fix broken buildSascha Schumann2001-05-061-1/+1
* Beutify phpinfo() output.foobar2001-05-061-2/+10
* Removed usused variables.foobar2001-05-061-2/+0
* Add support for in_reply_to header, and fix erealloc usage ("Johan Ekenberg"Chuck Hagenbuch2001-05-041-9/+8
* add crash guard (valid message number check) to imap_body().Chuck Hagenbuch2001-05-031-6/+20
* removing references to IMSP module, which will probably never be ported toChuck Hagenbuch2001-05-031-23/+4
* Fix for #8359. imap_fetchheader should never return the full message; theChuck Hagenbuch2001-05-031-11/+1
* - More strncpy() -> strlcpy() changes. mm_login() doesn't seem to be usedAndi Gutmans2001-05-021-6/+6
* fix whitespace pollutionChuck Hagenbuch2001-05-021-1/+1
* Fixes and improvements to imap_mail_compose (Johan EkenbergChuck Hagenbuch2001-05-021-31/+120
* Add support for cram-md5 authentication in imap_open().Chuck Hagenbuch2001-05-021-0/+1
* - Fix crash bugs when rfc822_qprint and rfc822_base64 return NULLAndi Gutmans2001-04-301-0/+11
* Fix for bug 9908: check that the result of mail_sort is not 0 before tryingChuck Hagenbuch2001-04-231-7/+12
* Use tabs instead of spaces.Jon Parise2001-04-081-15/+15