Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
0078ceec |
| 15-Jul-2001 |
Zeev Suraski |
Fix an inline |
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions |
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions |
Revision tags: php-4.0.6RC2 |
|
#
093a807c |
| 30-May-2001 |
Chuck Hagenbuch |
Include the To: address in the overview information (already in the envelope; it doesn't cost us anything). |
#
8f279456 |
| 29-May-2001 |
Chuck Hagenbuch |
imap_thread(), from Rob Siemborski <rjs3@andrew.cmu.edu>. |
#
d1735d5e |
| 27-May-2001 |
foobar |
This is not needed. ssl_onceonlyinit() is enough. |
#
1beda9ee |
| 24-May-2001 |
Stig Bakken |
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) |
#
9434da33 |
| 24-May-2001 |
Chuck Hagenbuch |
make it possible to set the CHARSET parameter with imap_mail_compose() (Johan Ekenberg <johan@ekenberg.se>) |
Revision tags: php-4.0.6RC1 |
|
#
2331bbe4 |
| 14-May-2001 |
Vlad Krupin |
@- Fix for bug 2181. Now zero is returned instead of an unset value for @ 7-bit encoding and plain text body type. Also, bogus types and encodings will not be returned any longer. Functi
@- Fix for bug 2181. Now zero is returned instead of an unset value for @ 7-bit encoding and plain text body type. Also, bogus types and encodings will not be returned any longer. Function imap_bodystruct() is also fixed in the same manner.
show more ...
|
#
eba7a8c8 |
| 06-May-2001 |
Sascha Schumann |
Fix broken build |
#
9ce12307 |
| 06-May-2001 |
foobar |
Beutify phpinfo() output. |
#
8d99685a |
| 06-May-2001 |
foobar |
Removed usused variables. |
#
2f8eef81 |
| 04-May-2001 |
Chuck Hagenbuch |
Add support for in_reply_to header, and fix erealloc usage ("Johan Ekenberg" <johan@ekenberg.se>). |
#
3fc7a7ae |
| 03-May-2001 |
Chuck Hagenbuch |
add crash guard (valid message number check) to imap_body(). |
#
d0af2440 |
| 03-May-2001 |
Chuck Hagenbuch |
removing references to IMSP module, which will probably never be ported to php4 (lack of a publically available library implementing it). |
#
5c0791fc |
| 03-May-2001 |
Chuck Hagenbuch |
Fix for #8359. imap_fetchheader should never return the full message; the FT_PREFETCHTEXT flag is just a hint to c-client that you'll be asking for the message text next. |
#
7c5a45d6 |
| 02-May-2001 |
Andi Gutmans |
- More strncpy() -> strlcpy() changes. mm_login() doesn't seem to be used though. |
#
ec1f342f |
| 02-May-2001 |
Chuck Hagenbuch |
fix whitespace pollution |
#
0ae4591e |
| 02-May-2001 |
Chuck Hagenbuch |
Fixes and improvements to imap_mail_compose (Johan Ekenberg <johan@ekenberg.se>) |
#
9cb85f99 |
| 02-May-2001 |
Chuck Hagenbuch |
Add support for cram-md5 authentication in imap_open(). |
Revision tags: php-4.0.5 |
|
#
1d3ef307 |
| 30-Apr-2001 |
Andi Gutmans |
- Fix crash bugs when rfc822_qprint and rfc822_base64 return NULL |
Revision tags: php-4.0.5RC8 |
|
#
029cd8a8 |
| 23-Apr-2001 |
Chuck Hagenbuch |
Fix for bug 9908: check that the result of mail_sort is not 0 before trying to dereference the pointer. :) Also, free sort programs - this might have been a memory leak. |
Revision tags: php-4.0.5RC7 |
|
#
99b5477b |
| 08-Apr-2001 |
Jon Parise |
Use tabs instead of spaces. |
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2 |
|
#
21d15822 |
| 16-Mar-2001 |
foobar |
Make compile again when ZTS is enabled and imap-2000 is used. Bug #9762 |
Revision tags: php-4.0.5RC1 |
|
#
e2f632e1 |
| 01-Mar-2001 |
Chuck Hagenbuch |
If php is compiled --with-imap-ssl, link in the SSL authenticator from c-client so that we can use php to make ssl imap connections. |