summaryrefslogtreecommitdiff
path: root/ext/imap/imap.c
Commit message (Expand)AuthorAgeFilesLines
* @- Made the IMAP and LDAP modules compilable under Windows and thread-safe (Z...Zeev Suraski2000-04-011-3962/+0
* 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-191-0/+90
* 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-121-126/+168
* - Guessing this is the problemAndi Gutmans2000-03-121-1/+1
* - Oops I commited a name change for consistency of Zend/modules.h toAndi Gutmans2000-03-111-1/+1
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-4/+4
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* adding the fix for bug #3685 to php4 as well.Chuck Hagenbuch2000-03-031-3/+3
* Fix compile warnings.Chuck Hagenbuch2000-03-011-23/+28
* Add _php_imap_parse_address(), which replaces a lot of duplicated,Chuck Hagenbuch2000-03-011-543/+379
* Fix Bug #3632 - sanity check to not access a message that doesn't exist.Chuck Hagenbuch2000-02-291-46/+46
* fixing segfaults in imap_getmailboxes and imap_getsubscribed.Chuck Hagenbuch2000-02-281-21/+22
* fixing imap_undelete to accept 2 or 3 arguments, not 3 or 4.Chuck Hagenbuch2000-02-261-2/+2
* More protos.Egon Schmid2000-02-221-2/+1
* being accountable for the imap and mcal work that I've done (and adding anChuck Hagenbuch2000-02-211-0/+1
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* fixing imap_delete. All of the argcount checks were against one integer tooChuck Hagenbuch2000-02-181-2/+2
* - Update .dsp'sZeev Suraski2000-02-181-1/+4
* adding a missing PHP_FALIAS to imap_listsubscribed()Chuck Hagenbuch2000-02-151-1/+2
* imap_delet(),imap_undelete() and imap_move() will now optionaly accept UDIsHartmut Holzgraefe2000-02-141-16/+17
* Fine tune Andi's patchZeev Suraski2000-02-111-2/+2
* - A few moreAndi Gutmans2000-02-101-2/+2
* Change string->str where possible; string is basic a C++ class, so gdb can't...Zeev Suraski2000-02-081-18/+18
* another re-sync with the PHP3 treeHartmut Holzgraefe2000-02-071-4/+440
* Get Win32 IMAP DLL to compileZeev Suraski2000-02-051-3/+4
* FixZeev Suraski2000-02-051-5/+3
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* non-ZTS fixThies C. Arntzen1999-12-281-2/+2
* ZTS fixThies C. Arntzen1999-12-231-0/+2
* Corrected some protos.Egon Schmid1999-12-201-32/+17
* IMAP should now be in sync with its PHP3 counterpartHartmut Holzgraefe1999-12-201-110/+829
* replaced PHP_FE by PHP_FALIAS in imap_functions[] where appropriateHartmut Holzgraefe1999-12-191-7/+9
* More php3_ cleanupZeev Suraski1999-12-181-53/+52
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-39/+39
* merged in imap_search() from the PHP3 treeHartmut Holzgraefe1999-12-171-2/+118
* # OopsRasmus Lerdorf1999-11-301-1/+1
* Kill some warningsRasmus Lerdorf1999-11-301-5/+5
* Trying to clean up the last of the body->id/body->description confusion.Chuck Hagenbuch1999-11-011-1/+1
* Fix typo found by hholzgra@media-engineering.deRasmus Lerdorf1999-10-291-1/+1
* cjh: closing bug #2407.Chuck Hagenbuch1999-09-291-1/+1
* Tiny fixesZeev Suraski1999-08-271-2/+2
* lets not make global functions unless we need to..actually this should be tak...Mark Musone1999-08-271-1/+1
* cjh: fixing the imap_add_body crash in php4.Chuck Hagenbuch1999-08-181-1/+1
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-85/+85
* More symbol work.Andrey Hristov1999-08-021-3/+3