summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | fix some prototype info.
* no c++ comments, pleaseThies C. Arntzen2000-06-141-1/+1
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
|
* 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
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* Removed bug that prevented it to work on longer strings.Ted Rolle Jr2000-04-281-26/+25
| | | | | Changed commenting to c-style commenting.
* * typecast fs_give parameter to void**Andrew Skalski2000-04-241-47/+39
| | | | | | | * removed wide-character treatment from imap_utf7_encode * suggestion to #include "linkage.c" rather than link in auth/mail drivers manually
* back off from high-performance api in imap_rfc822_parse_adrlist. if youChuck Hagenbuch2000-04-221-6/+6
| | | | | | called it twice on the same string, there were _strange_ side effects. This may be slower, but it works.
* Compile fixesZeev Suraski2000-04-201-12/+7
|
* - Add the zlib project to the php_modules workspace, and fix it's C-runtime ↵Zeev Suraski2000-04-201-5/+5
| | | | | | | definitions - Move IMAP to the high performance API
* - CHange macro names from Z to Z_Zeev Suraski2000-04-201-143/+143
|
* Fix, beautify and convert the IMAP module to the high performance APIZeev Suraski2000-04-201-787/+775
|
* Fix a couple of _ex()'sZeev Suraski2000-04-191-60/+59
|
* - Fix many memory leaks in the IMAP moduleZeev Suraski2000-04-181-52/+63
| | | | | - Begin migrating to the high performance API
* indent/beautifyZeev Suraski2000-04-181-229/+301
|
* fixed imap quota/relogin compilation errorsAndrew Skalski2000-04-171-4/+5
|
* Removed some compiler warnings.Ted Rolle Jr2000-04-071-6/+6
|
* cleaning up some small off-by-one errors and argcount follies. Can someoneChuck Hagenbuch2000-04-071-48/+59
| | | | | | | take a look at the errors imap_mime_header_decode() generates when compiling? I took a quick look, but don't have time to puzzle through that code.
* More phpinfo() prettying.Colin Viebrock2000-04-061-6/+6
| | | | | | | Can someone check my code for the interbase support, and I need someone else to decode the LDAP stuff ... it's beyond me.
* return false after determining that a message number is bad, instead ofChuck Hagenbuch2000-04-041-0/+2
| | | | | going on to crash.
* update function protos. should all be there nowChuck Hagenbuch2000-04-041-119/+101
|
* @- Fix crash resulting from IMAP's error handling (Stanislav)Zeev Suraski2000-04-031-1/+1
|
* - Fix typoAndi Gutmans2000-04-031-1/+1
|
* @- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible toZeev Suraski2000-04-021-6/+6
| | | | | | @ retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[] (Zeev) - Changed IMAP Win32 definitions
* Oh yeah, committing these would be a good idea:)Zeev Suraski2000-04-011-0/+3957