summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make compile again when ZTS is enabled and imap-2000 is used. Bug #9762foobar2001-03-161-1/+3
* If php is compiled --with-imap-ssl, link in the SSL authenticator fromChuck Hagenbuch2001-03-011-0/+4
* # Bad patch job on the last commit by me. I take the BAD_CODER award forDan Kalowsky2001-02-261-10/+4
* Correctly checks for the proper header files, and excludes the QUOTA functionsDan Kalowsky2001-02-261-3/+8
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Updating the IMAP client to include quota support via the imap c-client2000 l...Dan Kalowsky2001-02-251-29/+95
* fix possible leak.Thies C. Arntzen2001-02-211-0/+8
* fixed a possible double-freeThies C. Arntzen2001-02-181-2/+17
* fixed possible leak in imap_searchThies C. Arntzen2001-02-121-0/+2
* Fix ZTS build which was broken by the last commitSascha Schumann2001-01-071-0/+2
* imap_user and imap_password were freed too early.foobar2001-01-071-3/+4
* Heads up people!Zeev Suraski2000-12-221-2/+2
* [whitespace] make this code a bit less dense.Chuck Hagenbuch2000-12-101-34/+36
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-9/+12
* add an optional parameter to imap_sort to specify a search program thatChuck Hagenbuch2000-10-191-11/+18
* fix imap_fetchstructure(). msgindex is not valid if we're using FT_UID;Chuck Hagenbuch2000-10-171-6/+6
* *** empty log message ***foobar2000-10-171-17/+31
* check the range of message numbers in imap_uid.Chuck Hagenbuch2000-09-091-1/+7
* - Fix IMAP build problemZeev Suraski2000-08-241-2/+2
* Fix a crash in imap_fetchheader(). FT_PREFETCHTEXT isn't the only flag thatChuck Hagenbuch2000-08-221-1/+1
* use estrndup and efree to hopefully avoid both munging of arguments andChuck Hagenbuch2000-08-181-1/+4
* prevent mail_criteria from munging the variable passed in containing theChuck Hagenbuch2000-08-171-1/+1
* Cut and paste error? :)Joey Smith2000-08-101-1/+1
* Added missing 'subject'-key in envelope.foobar2000-08-081-0/+4
* @- Fixed bug in imap_fetchheader() where using FT_PREFETCHTEXT didn't returnfoobar2000-08-011-3/+15
* @- Fixed bug in imap_compose_mail() which caused crashes. (Jani)foobar2000-07-291-37/+105
* column size for date in imap_headers increased (see bug id #5699)Hartmut Holzgraefe2000-07-211-3/+9
* (imap_mail) Fixed a sizing of the arg parameter array. Was causingMike Waychison2000-07-141-1/+1
* Unbreak imap by fixing the assignmentSascha Schumann2000-06-191-1/+1
* - Fixed problem in imap_fetch_overviewAndi Gutmans2000-06-191-3/+4
* Some protos fixed.Egon Schmid2000-06-181-1/+1
* retro-patch from // comments, theese where private experimental changesHartmut Holzgraefe2000-06-161-1/+0
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-0/+3