#
c55d024c |
| 14-Aug-2002 |
Dan Kalowsky |
Comming a fix for a compile error found in Bug #15630 # NOTE this is NOT the supplied patch in said bug for fixing imap_utf7_decode
|
Revision tags: dev |
|
#
61fc6e76 |
| 05-Aug-2002 |
Dan Kalowsky |
Removing the imap_popen command... because as Jani puts it "it never worked and it never will work" until IMAP servers support this feature.
|
#
d4ec2c30 |
| 03-Aug-2002 |
Dan Kalowsky |
Cleaning up the imap_get_quotaroot return array to remove useless data
|
#
f08a51f0 |
| 01-Aug-2002 |
Dan Kalowsky |
Adding in some BC for users to imap_get_quota() function
|
#
7f302271 |
| 31-Jul-2002 |
Dan Kalowsky |
removing the useless +1's on sizeof() and adding the mail_parameter for the getquot inside the imap_get_quotaroot function. thank Jani.
|
#
579d1b6a |
| 30-Jul-2002 |
Dan Kalowsky |
fixes a typo in the word "limit", adds the null character to the strlen, and seems to make imap_get_quotaroot return the correct values despite cclients claim of "getquotaroot list improper".
|
#
b53b7633 |
| 26-Jul-2002 |
Dan Kalowsky |
forgot to make the same change to imap_get_quota...
|
#
05f38819 |
| 26-Jul-2002 |
Dan Kalowsky |
Minor memory fix suggested by Zeev
|
#
9f3f6136 |
| 26-Jul-2002 |
Dan Kalowsky |
Adding initial support for PHP imap_get_quotaroot # apparently c-client does not like Cyrus's GETQUOTAROOT return list this # is still be worked out, but all functionality should be there
Adding initial support for PHP imap_get_quotaroot # apparently c-client does not like Cyrus's GETQUOTAROOT return list this # is still be worked out, but all functionality should be there # Return array is still not very organized
show more ...
|
#
0ccc2207 |
| 26-Jul-2002 |
Dan Kalowsky |
(PHP imap_get_quota) updated to properly reflect the RFC 2087 as per bug #14673 @- imap_get_quota now allows multiple resource values to be returned, as per RFC 2087, closes bug #1467
(PHP imap_get_quota) updated to properly reflect the RFC 2087 as per bug #14673 @- imap_get_quota now allows multiple resource values to be returned, as per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann)
show more ...
|
Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt |
|
#
d3051260 |
| 02-Jul-2002 |
Frank M. Kromann |
Make sure To addresses are parsed correct with RFC822.
|
#
407a0ec6 |
| 02-Jul-2002 |
Frank M. Kromann |
Switch from imap_sendmail.* to sendmail.c under Win32
|
Revision tags: php-4.3.0dev_zend2_alpha2 |
|
#
ea7653f6 |
| 28-Jun-2002 |
Derick Rethans |
- Fix TSRM gotcha
|
#
b7ffa603 |
| 28-Jun-2002 |
Derick Rethans |
Unify error messages
|
#
c8f33575 |
| 27-Jun-2002 |
foobar |
- Fixed bug: #15595 (and possibly others too)
|
#
e6921a7b |
| 27-Jun-2002 |
foobar |
- Cleaning up the mess..these are NOT zvals.
|
#
7eb0741a |
| 26-Jun-2002 |
foobar |
- Fixed bug: #17999 - The errors should always be stored, but they are not supposed to be shown at request shutdown unless E_NOTICES are allowed.
|
#
8a045923 |
| 23-Jun-2002 |
Sterling Hughes |
standardize a bit (we know its enabled :)
|
Revision tags: php-4.3.0dev, php5_5_0 |
|
#
1233f27e |
| 13-Jun-2002 |
Derick Rethans |
- Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>).
|
Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002 |
|
#
b049f9bf |
| 29-May-2002 |
Derick Rethans |
- Fix for bug #17503
|
Revision tags: RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1 |
|
#
9ec5aa9a |
| 13-May-2002 |
Jon Parise |
Instead of calling mail_fetchheader_full() to retrieve the complete header information just to extract the message envelope, call mail_fetchenvelope(), which returns just what we need.
Instead of calling mail_fetchheader_full() to retrieve the complete header information just to extract the message envelope, call mail_fetchenvelope(), which returns just what we need. This is simpler, faster, and saves the IMAP server some work. Submitted by: Adam Kauffman <adam.kauffman@mindspring.com>
show more ...
|
Revision tags: php-4.2.1 |
|
#
066d417d |
| 12-May-2002 |
Jon Parise |
@Improve IMAP performance when dealing with large mailboxes. Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu>
|
Revision tags: php-4.2.1RC2, php-4.2.1RC1 |
|
#
0d7b1a4e |
| 24-Apr-2002 |
foobar |
- Do the ssl_onceonlyinit() as last. This is how c-client creates the linkage.c (used by Pine).
|
Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help |
|
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers.
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
8df03e28 |
| 12-Jan-2002 |
Vlad Krupin |
Fixed segfault in imap_bodystruct() when called with an invalid message number. Now it fails with a warning instead.
|