summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Expand)AuthorAgeFilesLines
* 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-172-19/+33
* Add --with-imap-ssl to support SSL'ized imap library in RH7 and othersRasmus Lerdorf2000-10-021-0/+17
* check the range of message numbers in imap_uid.Chuck Hagenbuch2000-09-091-1/+7
* - Fix IMAP build problemZeev Suraski2000-08-241-2/+2
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-1/+1
* 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
* Enable building PHP against kerberized IMAP librariesSascha Schumann2000-08-011-0/+19
* @- 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
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-2/+2
* imap_sendmail.[ch] are missing... Whomever added them, please cvs add them an...Zeev Suraski2000-06-251-8/+0
* 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
* patch from jtaskine@hit.fi - add deleted info to imap_mailboxmsginfo() andChuck Hagenbuch2000-06-151-6/+8
* no c++ comments, pleaseThies C. Arntzen2000-06-141-1/+1
* making imap module compile on win32 with new directory structureFrank M. Kromann2000-06-121-2/+2
* patch for redhat 6.2 from Teodor Cimpoesu <teo@digiro.net>.Chuck Hagenbuch2000-06-011-0/+2
* Making imap module compile on win32 and include imap_mail() function)Frank M. Kromann2000-05-303-6/+115
* Make imap extension buildable as shared module.Sascha Schumann2000-05-232-15/+17
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-4/+4
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* name in proto should be name of real function, not aliasHartmut Holzgraefe2000-05-171-1/+1
* - Remove unneeded object_init(return_value) from three placesAndi Gutmans2000-05-111-3/+0
* fix for segfault. patch from Jade Nicoletti <nicoletti@nns.ch>.Chuck Hagenbuch2000-05-101-1/+1
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+1
* Large test commit IISascha Schumann2000-05-011-0/+2
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
* Debian 2.2 puts rfc822.h in /usr/include/c-client, check that place too.Jouni Ahto2000-04-301-0/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-6/+1
* Improve imap-lib checkSascha Schumann2000-04-281-6/+9
* Removed bug that prevented it to work on longer strings.Ted Rolle Jr2000-04-281-26/+25
* * typecast fs_give parameter to void**Andrew Skalski2000-04-241-47/+39