Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | @- Made the IMAP and LDAP modules compilable under Windows and thread-safe ↵ | Zeev Suraski | 2000-04-01 | 1 | -3962/+0 |
| | | | | (Zeev) | ||||
* | imap_clearflag_full now returns true appropriately. | Chuck Hagenbuch | 2000-03-26 | 1 | -0/+1 |
| | |||||
* | Fixed a proto. | Egon Schmid | 2000-03-20 | 1 | -3/+2 |
| | |||||
* | Added new function: imap_mime_header_decode | Ted Rolle Jr | 2000-03-19 | 1 | -0/+90 |
| | | | | | Decodes mime header elements in accordance with RFC 2047. | ||||
* | I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!! | Hartmut Holzgraefe | 2000-03-14 | 1 | -1/+1 |
| | | | | | | I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!! I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!! | ||||
* | imap_utf7_encode didn't expand international characters to 16bit | Hartmut Holzgraefe | 2000-03-14 | 1 | -34/+67 |
| | | | | | | | | before coding imap_fetch_overview could crash when some fields where missing imap_fetch_overview will now take msg indices for default and UIDs by optional flag, as the other functions in the family | ||||
* | Adding imap_rfc822_parse_headers(). This function lets you grab mail headers | Chuck Hagenbuch | 2000-03-12 | 1 | -126/+168 |
| | | | | | | | | | | | | from anywhere - a saved message in an archive, a pop server, a database, etc - and parse them into an object similar to what imap_headerinfo() returns. It's just missing the flag info and other things that only come from the IMAP server. In the process of doing this, I seperated some more code out into a support function - _php_make_header_object() - since it was used in multiple functions. The module is slowly getting well organized. | ||||
* | - Guessing this is the problem | Andi Gutmans | 2000-03-12 | 1 | -1/+1 |
| | |||||
* | - Oops I commited a name change for consistency of Zend/modules.h to | Andi Gutmans | 2000-03-11 | 1 | -1/+1 |
| | | | | | Zend/zend_modules.h before it being finished. Revert it | ||||
* | - Don't define DEBUG anymore. Everyone should use PHP_DEBUG. | Andi Gutmans | 2000-03-11 | 1 | -4/+4 |
| | | | | | | | | There are 2-3 third-party libs in PHP which use DEBUG and I left them this way (primary example is pcrelib). - Please test things and Andrei, can you check that pcrelib stopped printing the warning messages? | ||||
* | Change extension names in all extensions' zend_module_entry to their | Stig Bakken | 2000-03-06 | 1 | -1/+1 |
| | | | | | directory name. | ||||
* | adding the fix for bug #3685 to php4 as well. | Chuck Hagenbuch | 2000-03-03 | 1 | -3/+3 |
| | |||||
* | Fix compile warnings. | Chuck Hagenbuch | 2000-03-01 | 1 | -23/+28 |
| | |||||
* | Add _php_imap_parse_address(), which replaces a lot of duplicated, | Chuck Hagenbuch | 2000-03-01 | 1 | -543/+379 |
| | | | | | | | hard-to-follow code in imap_headerinfo(). This code also happened to be broken, causing the $h->to, $h->from, etc arrays to contain only the first address, not every address. This is fixed now. | ||||
* | Fix Bug #3632 - sanity check to not access a message that doesn't exist. | Chuck Hagenbuch | 2000-02-29 | 1 | -46/+46 |
| | |||||
* | fixing segfaults in imap_getmailboxes and imap_getsubscribed. | Chuck Hagenbuch | 2000-02-28 | 1 | -21/+22 |
| | |||||
* | fixing imap_undelete to accept 2 or 3 arguments, not 3 or 4. | Chuck Hagenbuch | 2000-02-26 | 1 | -2/+2 |
| | |||||
* | More protos. | Egon Schmid | 2000-02-22 | 1 | -2/+1 |
| | |||||
* | being accountable for the imap and mcal work that I've done (and adding an | Chuck Hagenbuch | 2000-02-21 | 1 | -0/+1 |
| | | | | | MCAL credits line) | ||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | fixing imap_delete. All of the argcount checks were against one integer too | Chuck Hagenbuch | 2000-02-18 | 1 | -2/+2 |
| | | | | | high. | ||||
* | - Update .dsp's | Zeev Suraski | 2000-02-18 | 1 | -1/+4 |
| | | | | | | - Fix a possible crash bug in failed file open error message - Fix SAPI initialization issue that could lead to a crash | ||||
* | adding a missing PHP_FALIAS to imap_listsubscribed() | Chuck Hagenbuch | 2000-02-15 | 1 | -1/+2 |
| | |||||
* | imap_delet(),imap_undelete() and imap_move() will now optionaly accept UDIs | Hartmut Holzgraefe | 2000-02-14 | 1 | -16/+17 |
| | |||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -2/+2 |
| | |||||
* | - A few more | Andi Gutmans | 2000-02-10 | 1 | -2/+2 |
| | |||||
* | Change string->str where possible; string is basic a C++ class, so gdb ↵ | Zeev Suraski | 2000-02-08 | 1 | -18/+18 |
| | | | | | | | can't look inside variables named 'string'. | ||||
* | another re-sync with the PHP3 tree | Hartmut Holzgraefe | 2000-02-07 | 1 | -4/+440 |
| | | | | | | | imap_mail deactivated for win builds, as the files win32/imap_sendmail.c win32/imap_sendmail.h from PHP3 are still missing | ||||
* | Get Win32 IMAP DLL to compile | Zeev Suraski | 2000-02-05 | 1 | -3/+4 |
| | |||||
* | Fix | Zeev Suraski | 2000-02-05 | 1 | -5/+3 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | non-ZTS fix | Thies C. Arntzen | 1999-12-28 | 1 | -2/+2 |
| | |||||
* | ZTS fix | Thies C. Arntzen | 1999-12-23 | 1 | -0/+2 |
| | |||||
* | Corrected some protos. | Egon Schmid | 1999-12-20 | 1 | -32/+17 |
| | |||||
* | IMAP should now be in sync with its PHP3 counterpart | Hartmut Holzgraefe | 1999-12-20 | 1 | -110/+829 |
| | |||||
* | replaced PHP_FE by PHP_FALIAS in imap_functions[] where appropriate | Hartmut Holzgraefe | 1999-12-19 | 1 | -7/+9 |
| | |||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-18 | 1 | -53/+52 |
| | |||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -39/+39 |
| | |||||
* | merged in imap_search() from the PHP3 tree | Hartmut Holzgraefe | 1999-12-17 | 1 | -2/+118 |
| | | | | | more ( like imap_lasterror() ) will follow | ||||
* | # Oops | Rasmus Lerdorf | 1999-11-30 | 1 | -1/+1 |
| | |||||
* | Kill some warnings | Rasmus Lerdorf | 1999-11-30 | 1 | -5/+5 |
| | |||||
* | Trying to clean up the last of the body->id/body->description confusion. | Chuck Hagenbuch | 1999-11-01 | 1 | -1/+1 |
| | |||||
* | Fix typo found by hholzgra@media-engineering.de | Rasmus Lerdorf | 1999-10-29 | 1 | -1/+1 |
| | |||||
* | cjh: closing bug #2407. | Chuck Hagenbuch | 1999-09-29 | 1 | -1/+1 |
| | |||||
* | Tiny fixes | Zeev Suraski | 1999-08-27 | 1 | -2/+2 |
| | |||||
* | lets not make global functions unless we need to..actually this should be ↵ | Mark Musone | 1999-08-27 | 1 | -1/+1 |
| | | | | taken out someday | ||||
* | cjh: fixing the imap_add_body crash in php4. | Chuck Hagenbuch | 1999-08-18 | 1 | -1/+1 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -85/+85 |
| | | | | | php3_compat.h) | ||||
* | More symbol work. | Andrey Hristov | 1999-08-02 | 1 | -3/+3 |
| |