summaryrefslogtreecommitdiff
path: root/ext/imap
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moving output files to common folderFrank M. Kromann2000-04-231-2/+2
* back off from high-performance api in imap_rfc822_parse_adrlist. if youChuck Hagenbuch2000-04-221-6/+6
* Compile fixesZeev Suraski2000-04-201-12/+7
* Add .txt files to .dsp'sZeev Suraski2000-04-201-0/+4
* - Add the zlib project to the php_modules workspace, and fix it's C-runtime d...Zeev Suraski2000-04-201-5/+5
* - 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
* indent/beautifyZeev Suraski2000-04-181-229/+301
* fixed imap quota/relogin compilation errorsAndrew Skalski2000-04-172-6/+7
* 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
* More phpinfo() prettying.Colin Viebrock2000-04-061-6/+6
* return false after determining that a message number is bad, instead ofChuck Hagenbuch2000-04-041-0/+2
* 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
* *** empty log message ***Zeev Suraski2000-04-031-2/+7
* - Fix typoAndi Gutmans2000-04-031-1/+1
* @- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible toZeev Suraski2000-04-021-6/+6
* *** empty log message ***Zeev Suraski2000-04-011-3/+2
* Oh yeah, committing these would be a good idea:)Zeev Suraski2000-04-013-1/+4146
* Several fixesZeev Suraski2000-04-011-10/+11
* @- Made the IMAP and LDAP modules compilable under Windows and thread-safe (Z...Zeev Suraski2000-04-014-4167/+37
* Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth)Zeev Suraski2000-03-311-1/+1
* imap_clearflag_full now returns true appropriately.Chuck Hagenbuch2000-03-261-0/+1
* Fixed a proto.Egon Schmid2000-03-201-3/+2
* Added new function: imap_mime_header_decodeTed Rolle Jr2000-03-192-0/+91
* I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!Hartmut Holzgraefe2000-03-141-1/+1
* imap_utf7_encode didn't expand international characters to 16bitHartmut Holzgraefe2000-03-141-34/+67
* Adding imap_rfc822_parse_headers(). This function lets you grab mail headersChuck Hagenbuch2000-03-122-126/+169