Antony Dovgal
|
6bf4579f82
|
fix it in an other way
|
2006-09-05 11:24:23 +00:00 |
|
Antony Dovgal
|
fcea7b3273
|
fix leak in imap_utf8(), avoid extra strlen() call
add test
|
2006-09-05 11:16:06 +00:00 |
|
Antony Dovgal
|
a10691e3b9
|
last portion of z/Z fixes
|
2006-08-31 16:14:43 +00:00 |
|
Ilia Alshanetsky
|
cd6521ce30
|
PHP 6 does not have safe_mode
|
2006-08-11 18:06:28 +00:00 |
|
Ilia Alshanetsky
|
bf4b74eb01
|
MFB: Extend safe_mode/open_basedir checks to imap_reopen() as well.
|
2006-08-11 15:09:43 +00:00 |
|
Ilia Alshanetsky
|
f2136c69c6
|
MFB: Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
imap_body()).
|
2006-08-04 20:34:37 +00:00 |
|
Dmitry Stogov
|
943960c324
|
Added automatic module globals management
|
2006-06-13 13:12:20 +00:00 |
|
Andi Gutmans
|
1efe984d08
|
- Get rid of using ENFORCE_SAFE_MODE.
|
2006-02-19 04:29:42 +00:00 |
|
Michael Wallner
|
ec942cb2a6
|
MF51: use free()
|
2006-01-28 08:08:48 +00:00 |
|
Michael Wallner
|
ea5c551162
|
MF_5_1
|
2006-01-27 20:22:48 +00:00 |
|
Michael Wallner
|
a04e63543d
|
- add imap_savebody()
|
2006-01-27 19:44:40 +00:00 |
|
Ilia Alshanetsky
|
501c081a80
|
MFB51: Fixed bug #35669 (imap_mail_compose() crashes with
multipart-multiboundary-email).
|
2006-01-05 00:51:34 +00:00 |
|
foobar
|
251c5173fd
|
bump year and license version
|
2006-01-01 13:10:10 +00:00 |
|
foobar
|
a208d9a966
|
- Nuke php3 legacy
|
2005-12-06 02:28:26 +00:00 |
|
Ilia Alshanetsky
|
4f1520912c
|
Fixed bug #32589 (possible crash inside imap_mail_compose() function).
|
2005-08-30 22:02:43 +00:00 |
|
foobar
|
df5cfe27b4
|
- Fixed bug #29334 (mail() provides incorrect message time header)
|
2005-08-07 22:06:29 +00:00 |
|
foobar
|
23e671a51e
|
- Bumber up year
|
2005-08-03 14:08:58 +00:00 |
|
Edin Kadribasic
|
d8cf02edb3
|
Allow building against the latest cclient
|
2005-08-01 20:55:31 +00:00 |
|
foobar
|
a20383ba06
|
- Unify the "configure --help" texts
|
2005-05-29 23:17:16 +00:00 |
|
Ilia Alshanetsky
|
2fae7f1e71
|
Missing part of the patch for bug #32589
|
2005-04-08 15:04:34 +00:00 |
|
Ilia Alshanetsky
|
cb8d20760c
|
Fixed bug #32589 (Possible crash inside imap_mail_compose, with charsets).
|
2005-04-05 14:47:47 +00:00 |
|
Ilia Alshanetsky
|
1aab604198
|
Simplify Code.
|
2005-02-20 18:23:33 +00:00 |
|
Antony Dovgal
|
c404bdb9f8
|
check body for NULL before using and prevent segfaults
|
2005-01-25 14:20:02 +00:00 |
|
Antony Dovgal
|
5e1b127864
|
destruct return_value
|
2005-01-21 10:55:41 +00:00 |
|
Antony Dovgal
|
84a8849a3a
|
fix error message
|
2005-01-20 18:08:08 +00:00 |
|
Antony Dovgal
|
4f3e113e38
|
fix segfault in imap_sort() - it segfaults when options is less than 0.
it looks like c-client bug, but we still need a workaround.
also, convert_to_string search criteria.
|
2005-01-20 18:03:35 +00:00 |
|
Antony Dovgal
|
9812f55289
|
fix segfault in imap_headerinfo() when fromlength or subjectlength are less than 0
+ fix protos
|
2005-01-20 14:04:50 +00:00 |
|
Ilia Alshanetsky
|
c78db34489
|
Fixed bug #31142 (crash, memory leak and data loss by imap_mail_compose).
|
2005-01-18 23:36:08 +00:00 |
|
Ilia Alshanetsky
|
023c1bccb3
|
Fixed bug #31480 (Possible infinite loop in imap_mail_compose()).
|
2005-01-18 16:32:53 +00:00 |
|
foobar
|
b298098307
|
- Added check for IMAP 2005 version
|
2005-01-11 04:56:06 +00:00 |
|
foobar
|
5ac375a40d
|
- Fixed bug #31101 (missing kerberos header file path with --with-openssl)
|
2004-12-30 14:50:06 +00:00 |
|
foobar
|
69eec3f3b9
|
MFB_4_3: Quote macro names in AC_DEFUN()
|
2004-12-30 07:08:39 +00:00 |
|
foobar
|
57eddbd7d0
|
- Fixed the crash and leak.
|
2004-12-30 05:31:55 +00:00 |
|
Ilia Alshanetsky
|
a7bc501d90
|
MFH: A leak is better(?) then a crash.
|
2004-12-30 04:39:17 +00:00 |
|
Ilia Alshanetsky
|
4bef3dde2d
|
MFB: fixed test case
|
2004-12-30 04:11:33 +00:00 |
|
Ilia Alshanetsky
|
8f7f00178f
|
Fixed typo.
|
2004-12-29 21:56:42 +00:00 |
|
Ilia Alshanetsky
|
ed64463bdb
|
Fixed memory leaks.
|
2004-12-29 21:33:03 +00:00 |
|
Ilia Alshanetsky
|
742f8c2502
|
MFB: don't perform pointless operations.
|
2004-12-29 21:25:00 +00:00 |
|
Ilia Alshanetsky
|
b19e666946
|
Fixed bug #31142 (imap_mail_compose() fails to generate correct output).
|
2004-12-22 17:27:39 +00:00 |
|
Ilia Alshanetsky
|
4ab69902dc
|
Fixed possible crash in imap_mail_compose().
|
2004-12-21 15:47:14 +00:00 |
|
Ilia Alshanetsky
|
ec83570232
|
Fixed bug #31103 (Better error message when c-client cannot be found).
|
2004-12-19 18:16:50 +00:00 |
|
Joe Orton
|
2685ca935f
|
Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib
to support multi-ABI platforms.
|
2004-11-03 14:32:52 +00:00 |
|
Chuck Hagenbuch
|
6639ab8469
|
More spaces -> tabs.
|
2004-08-12 19:31:36 +00:00 |
|
Ilia Alshanetsky
|
5b58b9af6b
|
Properly fix the msgno check inside imap_fetchbody().
|
2004-08-12 19:20:15 +00:00 |
|
Chuck Hagenbuch
|
0bf1525bc8
|
fix.
|
2004-08-12 18:01:45 +00:00 |
|
Ilia Alshanetsky
|
1c2a22025d
|
Fixed bug #29209 (imap_fetchbody() doesn't check message index).
# Initial Patch by tony2001 at phpclub dot net
|
2004-07-21 21:57:03 +00:00 |
|
Ilia Alshanetsky
|
a41a54f7fa
|
Fixed bug #28963 (Missing space for \0 in address allocation).
|
2004-07-04 16:52:59 +00:00 |
|
Ilia Alshanetsky
|
d6ba95c618
|
Fixed various possible memory leaks.
|
2004-05-12 20:17:19 +00:00 |
|
foobar
|
0bf907b1e6
|
- Added PHP_TEST_BUILD macro which can be used to test whether build
works / would work with current LIBS (+ additional extra-libs)
|
2004-02-23 03:24:58 +00:00 |
|
foobar
|
f4983c0d3f
|
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
|
2004-01-17 13:00:38 +00:00 |
|