Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Unbreak imap by fixing the assignment | Sascha Schumann | 2000-06-19 | 1 | -1/+1 | |
| | ||||||
* | - Fixed problem in imap_fetch_overview | Andi Gutmans | 2000-06-19 | 1 | -3/+4 | |
| | ||||||
* | Some protos fixed. | Egon Schmid | 2000-06-18 | 1 | -1/+1 | |
| | ||||||
* | retro-patch from // comments, theese where private experimental changes | Hartmut Holzgraefe | 2000-06-16 | 1 | -1/+0 | |
| | ||||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -0/+3 | |
| | ||||||
* | patch from jtaskine@hit.fi - add deleted info to imap_mailboxmsginfo() and | Chuck Hagenbuch | 2000-06-15 | 1 | -6/+8 | |
| | | | | | fix some prototype info. | |||||
* | no c++ comments, please | Thies C. Arntzen | 2000-06-14 | 1 | -1/+1 | |
| | ||||||
* | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 | |
| | ||||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | name in proto should be name of real function, not alias | Hartmut Holzgraefe | 2000-05-17 | 1 | -1/+1 | |
| | ||||||
* | - Remove unneeded object_init(return_value) from three places | Andi Gutmans | 2000-05-11 | 1 | -3/+0 | |
| | ||||||
* | fix for segfault. patch from Jade Nicoletti <nicoletti@nns.ch>. | Chuck Hagenbuch | 2000-05-10 | 1 | -1/+1 | |
| | ||||||
* | #if COMPILE_DL | Sascha Schumann | 2000-05-02 | 1 | -1/+1 | |
| | | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME) | |||||
* | Replace the various get_module() functions with a uniform | Sascha Schumann | 2000-05-02 | 1 | -1/+1 | |
| | | | | | ZEND_GET_MODULE(name) macro. | |||||
* | Removed bug that prevented it to work on longer strings. | Ted Rolle Jr | 2000-04-28 | 1 | -26/+25 | |
| | | | | | Changed commenting to c-style commenting. | |||||
* | * typecast fs_give parameter to void** | Andrew Skalski | 2000-04-24 | 1 | -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 you | Chuck Hagenbuch | 2000-04-22 | 1 | -6/+6 | |
| | | | | | | called it twice on the same string, there were _strange_ side effects. This may be slower, but it works. | |||||
* | Compile fixes | Zeev Suraski | 2000-04-20 | 1 | -12/+7 | |
| | ||||||
* | - Add the zlib project to the php_modules workspace, and fix it's C-runtime ↵ | Zeev Suraski | 2000-04-20 | 1 | -5/+5 | |
| | | | | | | | definitions - Move IMAP to the high performance API | |||||
* | - CHange macro names from Z to Z_ | Zeev Suraski | 2000-04-20 | 1 | -143/+143 | |
| | ||||||
* | Fix, beautify and convert the IMAP module to the high performance API | Zeev Suraski | 2000-04-20 | 1 | -787/+775 | |
| | ||||||
* | Fix a couple of _ex()'s | Zeev Suraski | 2000-04-19 | 1 | -60/+59 | |
| | ||||||
* | - Fix many memory leaks in the IMAP module | Zeev Suraski | 2000-04-18 | 1 | -52/+63 | |
| | | | | | - Begin migrating to the high performance API | |||||
* | indent/beautify | Zeev Suraski | 2000-04-18 | 1 | -229/+301 | |
| | ||||||
* | fixed imap quota/relogin compilation errors | Andrew Skalski | 2000-04-17 | 1 | -4/+5 | |
| | ||||||
* | Removed some compiler warnings. | Ted Rolle Jr | 2000-04-07 | 1 | -6/+6 | |
| | ||||||
* | cleaning up some small off-by-one errors and argcount follies. Can someone | Chuck Hagenbuch | 2000-04-07 | 1 | -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 Viebrock | 2000-04-06 | 1 | -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 of | Chuck Hagenbuch | 2000-04-04 | 1 | -0/+2 | |
| | | | | | going on to crash. | |||||
* | update function protos. should all be there now | Chuck Hagenbuch | 2000-04-04 | 1 | -119/+101 | |
| | ||||||
* | @- Fix crash resulting from IMAP's error handling (Stanislav) | Zeev Suraski | 2000-04-03 | 1 | -1/+1 | |
| | ||||||
* | - Fix typo | Andi Gutmans | 2000-04-03 | 1 | -1/+1 | |
| | ||||||
* | @- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to | Zeev Suraski | 2000-04-02 | 1 | -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 Suraski | 2000-04-01 | 1 | -0/+3957 | |