summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.c
Commit message (Collapse)AuthorAgeFilesLines
...
* - 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