summaryrefslogtreecommitdiff
path: root/ext/imap/imap.c
Commit message (Collapse)AuthorAgeFilesLines
* @- Made the IMAP and LDAP modules compilable under Windows and thread-safe ↵Zeev Suraski2000-04-011-3962/+0
| | | | (Zeev)
* 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
| | | | | Decodes mime header elements in accordance with RFC 2047.
* I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!Hartmut Holzgraefe2000-03-141-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 16bitHartmut Holzgraefe2000-03-141-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 headersChuck Hagenbuch2000-03-121-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 problemAndi Gutmans2000-03-121-1/+1
|
* - Oops I commited a name change for consistency of Zend/modules.h toAndi Gutmans2000-03-111-1/+1
| | | | | Zend/zend_modules.h before it being finished. Revert it
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-111-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 theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* 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
| | | | | | | 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 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
| | | | | MCAL credits line)
* 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
| | | | | high.
* - Update .dsp'sZeev Suraski2000-02-181-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 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 ↵Zeev Suraski2000-02-081-18/+18
| | | | | | | can't look inside variables named 'string'.
* another re-sync with the PHP3 treeHartmut Holzgraefe2000-02-071-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 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
| | | | | you start counting at 0 or 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_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-39/+39
|
* merged in imap_search() from the PHP3 treeHartmut Holzgraefe1999-12-171-2/+118
| | | | | more ( like imap_lasterror() ) will follow
* # 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 ↵Mark Musone1999-08-271-1/+1
| | | | taken out someday
* 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
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-08-021-3/+3
|