summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Collapse)AuthorAgeFilesLines
* - Do the ssl_onceonlyinit() as last. This is how c-client createsfoobar2002-04-241-6/+9
| | | | | the linkage.c (used by Pine).
* Be a bit more verbose about what was not found.foobar2002-04-021-1/+1
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-7/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* - fix bug #16008Derick Rethans2002-03-111-4/+4
|
* Maintain headers.Sebastian Bergmann2002-02-282-3/+3
|
* Fixed segfault in imap_bodystruct() when called with an invalid messageVlad Krupin2002-01-121-0/+5
| | | | | number. Now it fails with a warning instead.
* Update headers.Sebastian Bergmann2001-12-112-3/+3
|
* fix #13801 (imap_rfc822_parse_adrlist changes arg1)Thies C. Arntzen2001-12-071-0/+1
|
* Enable imap_mail() on win32Frank M. Kromann2001-12-042-14/+23
|
* - Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn'tAndi Gutmans2001-12-031-57/+57
| | | | | - change something I wasn't supposed to. It should be fine IMO.
* 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
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 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 ↵Jeroen van Wolffelaar2001-09-251-28/+28
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* nuke some apparently harmful spacesSascha Schumann2001-08-211-1/+1
|
* add tail pointer to speed up imap_search (submitted by Rob SiemborskiChuck Hagenbuch2001-08-162-22/+27
| | | | | <rjs3@andrew.cmu.edu>).
* - 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-102-0/+32
|
* Changed the old skool resource stuff to use the Zend macros.foobar2001-08-082-601/+308
|
* Another TSRM fix.foobar2001-08-071-18/+18
|
* Beutifying. Also made a check for IMAP-2001.foobar2001-08-073-366/+418
|
* - This is not supposed to be used, from c-client docs (formats.txt):foobar2001-08-061-1/+1
| | | | | | | | | | | | | | | | | #"The following file/message formats are supported by c-client as of # the time of this writing: # #. mx This is an experimental format, and may be removed in a future # release. An mx format mailbox has a .mxindex file which holds # the message status and unique identifiers. Messages are # stored in Internet standard CF LF form, so the file size of # the message file equals the size of the message. # # mx is somewhat inefficient; the entire directory must be read # and each file stat()'d. We found it intolerable for a # moderate sized mailbox (2000 messages) and have more or less # abandoned it."
* 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
|
* calling mail_open() causes a SEGFAULT when using imap-2000c. mail_open(0,"",0);Thies C. Arntzen2001-08-041-1/+1
| | | | | seems to work.
* Don't blindly assume -lc-client when linking 'conftest'.Jon Parise2001-08-031-1/+1
|
* Changed the PHP_ADD_LIBRARY_DEFER() to work when buildingfoobar2001-08-031-19/+36
| | | | | | standalone extensions. Also improved the checks for SSL and Kerberos in IMAP extension configure.
* Add missing header.foobar2001-08-031-0/+30
|
* not too sure about this:Thies C. Arntzen2001-08-021-1/+1
| | | | | | | | | | | | the uw-imap lib is usually called libc-client.a - kde comes with a libimap.a which (when used instead of libc-client.a) will break the build. so i have reversed the detection for the imap-libs - 1st look for the variations of libc-client and (if 'em are not found) try -limap. i hope this breaks nobodies setup! we should really add a AC_TRY_COMPILE for all extensions that get added thru configure!
* Added help texts for --with-imap-ssl|kerberos.foobar2001-07-311-2/+2
|
* 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-282-36/+12
|
* Fix an inlineZeev Suraski2001-07-151-1/+1
|
* This test won't work without these libs. Also, it might fail for otherfoobar2001-06-261-2/+2
| | | | | reasons too.
* 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
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Include the To: address in the overview information (already in theChuck Hagenbuch2001-05-301-0/+6
| | | | | envelope; it doesn't cost us anything).
* imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>.Chuck Hagenbuch2001-05-292-0/+102
|
* 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
| | | | | (Johan Ekenberg <johan@ekenberg.se>)
* this fixes a few apache can not start bugs.foobar2001-05-221-2/+2
|
* @- Fix for bug 2181. Now zero is returned instead of an unset value forVlad Krupin2001-05-141-4/+4
| | | | | | | @ 7-bit encoding and plain text body type. Also, bogus types and encodings will not be returned any longer. Function imap_bodystruct() is also fixed in the same manner.
* Fixed problems which were caused by the previous patches.foobar2001-05-111-1/+7
| | | | | #And the usage of PHP_ADD_LIBRARY_DEFER is clear to me now..:)