foobar
dc080a5db6
- Always look into /usr/local before /usr
...
- Added breaks to make sure the preferred value is used.
2003-10-01 02:53:23 +00:00
Ilia Alshanetsky
526a3d9ce2
Always prefer user specified paths over the default /usr /usr/local.
...
This may fix compilation problems with on systems with multiple copies of
the same library.
2003-09-30 22:36:43 +00:00
Hartmut Holzgraefe
92b237f4c3
proto fix
2003-09-16 19:45:22 +00:00
Jon Parise
da7facc21b
Register the TYPEMODEL constant from c-client's mail.h.
2003-09-04 07:47:58 +00:00
Ilia Alshanetsky
9d9727aac5
Fixed compiler warnings.
2003-08-28 19:17:34 +00:00
Ilia Alshanetsky
93bcd55eaf
emalloc -> safe_emalloc
2003-08-12 00:58:52 +00:00
Ilia Alshanetsky
4151fd0453
One more typo ;)
2003-06-17 14:13:17 +00:00
Ilia Alshanetsky
4426338bf6
Fixed a typo in the check
2003-06-17 13:59:44 +00:00
Ilia Alshanetsky
df32619d63
Fixed bug #24150 (crash in imap_fetch_overview() &
...
imap_rfc822_write_address())
2003-06-16 17:41:52 +00:00
Andrey Hristov
9e9bd915aa
proto fix
2003-06-16 13:39:56 +00:00
Ilia Alshanetsky
d75d52a571
Busted by the CS police.
2003-06-13 15:01:18 +00:00
Ilia Alshanetsky
de6c599504
Added missing function proto
2003-06-13 14:56:07 +00:00
Ilia Alshanetsky
17861b93bf
Fixed bug #24161 (No timeout value for imap functions)
...
Added imap_timeout() that allows the user to specify as well as retrieve
timeout values and set default timeout values based on the
default_socket_timeout ini setting.
2003-06-13 14:39:22 +00:00
Ilia Alshanetsky
a17c5a5fbc
Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a charset)
2003-06-12 19:46:44 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +00:00
Dan Kalowsky
53c90b2344
Adding imap_getacl, patch provided by Holger Burbach
...
(holger.burbach@gonicus.de )
@ Adding imap_getacl functionality. Function provided by Holger Burbach
2003-05-20 17:37:53 +00:00
Dan Kalowsky
99a616b0b9
NIL, NULL, same thing, but changing for consistency sake
2003-05-20 16:34:04 +00:00
Rasmus Lerdorf
e4ff6a5e8b
Grr.. Who changed this file from tabs to spaces?
2003-05-10 17:14:47 +00:00
Rasmus Lerdorf
d9eab20c00
MFB
2003-05-10 17:13:58 +00:00
foobar
58491116fc
- Fixed bug #23371 (configure falsely detects c-client using SSL)
2003-04-30 10:34:47 +00:00
Ilia Alshanetsky
56e44a4fc2
Fixed bug #22939 (crash in imap_header_info()).
2003-04-16 00:58:30 +00:00
Moriyoshi Koizumi
383808e9d3
Fixed proto to sync with the documentation
2003-03-31 20:36:46 +00:00
foobar
98b19bbe7e
Fixed bug #22616 (Wrong order of -lssl and -lcrypto with IMAP)
2003-03-11 02:11:57 +00:00
foobar
de54cd0a08
Fix for bug #22353
2003-02-23 08:14:25 +00:00
Wez Furlong
0a18a9d744
A add much more useful select(2) implementation than is provided by
...
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.
This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.
Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.
2003-02-16 03:48:49 +00:00
Ilia Alshanetsky
246a075624
Fixed bug #22048 (crash in imap_headers when the e-mail contains an
...
abnormally large number of special characters).
2003-02-11 22:57:22 +00:00
Ilia Alshanetsky
065e4d6550
Fixed bug #22022 (Crash in imap_mail_compose() if the body is an empty array).
2003-02-03 21:24:32 +00:00
Ilia Alshanetsky
453368afdf
Removed pointless checks.
2003-01-30 02:33:16 +00:00
foobar
68ffe71a12
fix some typos
2003-01-28 06:56:32 +00:00
foobar
4dfc7cc87c
- Fixed stupid typo..
...
# I will test before commit, I will test before commit...
2003-01-24 10:12:55 +00:00
foobar
e1c985d9a7
Fix bug: #21817 (only enable this if --with-kerberos is used)
2003-01-23 16:29:49 +00:00
Ilia Alshanetsky
053023a71e
quota function fixes. Thanks Wez.
2003-01-20 21:28:09 +00:00
Ilia Alshanetsky
20925f97b9
Changed php_error to php_error_docref.
...
Removed pointless memory allocation checks.
Memory leak fix inside quota functions.
2003-01-20 19:41:58 +00:00
foobar
83e9f23182
Fix bug: #21687 , imap extension does not include gss authentication mechanism
2003-01-18 07:00:47 +00:00
Ilia Alshanetsky
fb6517e8ab
Fixed memory leaks in imap_get_quota & imap_get_quotaroot.
...
Removed pointless checks around array_init().
2003-01-17 16:07:39 +00:00
Marcus Boerger
fff1c67b56
Fix ZTS-ZE2 build
2003-01-04 20:06:32 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Sascha Schumann
955b27cd64
Fix order of library additions, so that the imap extension now builds
...
successfully with static imap/ssl libs. configure was already failing
before.
2002-12-28 15:33:25 +00:00
Frank M. Kromann
7f3783ec15
fixing code style
2002-12-07 06:05:06 +00:00
Frank M. Kromann
0d812352be
Fixing a possible strcat on a NULL pointer
2002-12-06 22:52:31 +00:00
Frank M. Kromann
7afd92792b
Fix the use of "personal" information in To and Cc headers
2002-11-30 21:49:20 +00:00
Frank M. Kromann
7abdf90a0e
free alocated mem.
...
minor changes in the layout
2002-11-27 18:52:31 +00:00
Frank M. Kromann
a2bf03ccea
Avoid , at the end of each string (to, cc and bcc)
2002-11-26 07:04:31 +00:00
Hartmut Holzgraefe
8bd550825f
email address change
2002-11-25 12:30:28 +00:00
foobar
4dabb162d0
- Added searching for Kerberos libs in default locations if no path is
...
given for --with-kerberos.
# Marcus, please try this. :)
2002-11-01 16:45:59 +00:00
Sascha Schumann
2909e5c9c9
centralize #include "build-defs.h" and drop (sometimes inconsistent) other
...
instances
2002-10-24 13:15:49 +00:00
Markus Fischer
121d4d1ef0
- Fix protos (resource instead of int for stream_id, fix some return protos,
...
consistent usage of options instead of flags).
- Make imap_ping,imap_setquota and imap_setacl return a real (bool) now.
2002-10-09 09:20:46 +00:00
Ilia Alshanetsky
e672ce4ccc
Fixed bug #19280
2002-10-08 20:07:52 +00:00
Dan Kalowsky
25a908f41a
white space fix
2002-09-19 02:32:48 +00:00
Dan Kalowsky
3ae9127b46
Patch for Bug #19402 provided by Kevin Way (kevin.way@overtone.org)
2002-09-18 11:57:17 +00:00
Dan Kalowsky
e1fe1e189c
missed one section for #15630
2002-09-09 21:01:33 +00:00
Dan Kalowsky
7ac1397636
Correcting english in config
2002-08-20 23:08:24 +00:00
foobar
2ae84184d3
ws fixes
2002-08-16 23:25:53 +00:00
Dan Kalowsky
26e044a143
Silence a compiler warning, and returns the SUCCESS value on PHP_MINIT
2002-08-16 16:56:55 +00:00
Dan Kalowsky
c55d024c29
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
2002-08-14 20:55:11 +00:00
Dan Kalowsky
61fc6e766f
Removing the imap_popen command... because as Jani puts it "it never worked
...
and it never will work" until IMAP servers support this feature.
2002-08-05 21:53:09 +00:00
Dan Kalowsky
d4ec2c30a0
Cleaning up the imap_get_quotaroot return array to remove useless data
2002-08-03 14:48:47 +00:00
Dan Kalowsky
f08a51f05a
Adding in some BC for users to imap_get_quota() function
2002-08-01 14:47:48 +00:00
Dan Kalowsky
7f30227181
removing the useless +1's on sizeof() and adding the mail_parameter for the
...
getquot inside the imap_get_quotaroot function. thank Jani.
2002-07-31 01:03:31 +00:00
Dan Kalowsky
579d1b6a28
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".
2002-07-30 23:16:11 +00:00
Dan Kalowsky
b53b76335f
forgot to make the same change to imap_get_quota...
2002-07-26 17:08:05 +00:00
Dan Kalowsky
05f3881995
Minor memory fix suggested by Zeev
2002-07-26 16:59:11 +00:00
Dan Kalowsky
9f3f613642
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
2002-07-26 16:26:01 +00:00
Dan Kalowsky
0ccc2207bf
(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)
2002-07-26 16:22:43 +00:00
foobar
df3ae7ca85
Fixed bug: #18561 .
2002-07-25 11:33:21 +00:00
foobar
7b0b6d0b8c
Bail out the given path does not have the libraries in it.
2002-07-12 22:11:54 +00:00
foobar
93f9acbffa
Make configure stop if something is wrong with libraries/linking.
2002-07-12 12:13:45 +00:00
Frank M. Kromann
d305126002
Make sure To addresses are parsed correct with RFC822.
2002-07-02 23:45:32 +00:00
Frank M. Kromann
407a0ec66a
Switch from imap_sendmail.* to sendmail.c under Win32
2002-07-02 19:29:15 +00:00
Derick Rethans
ea7653f667
- Fix TSRM gotcha
2002-06-28 14:35:20 +00:00
Derick Rethans
b7ffa6033b
Unify error messages
2002-06-28 10:52:11 +00:00
foobar
c8f3357586
- Fixed bug: #15595 (and possibly others too)
2002-06-27 22:16:53 +00:00
foobar
e6921a7b23
- Cleaning up the mess..these are NOT zvals.
2002-06-27 01:47:36 +00:00
foobar
7eb0741a68
- 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.
2002-06-26 23:28:31 +00:00
Sterling Hughes
8a04592352
standardize a bit (we know its enabled :)
2002-06-23 22:44:29 +00:00
Derick Rethans
1233f27eec
- Fix for bug #14410 (Patch by C. McCohy <mccohy@kyberdigi.cz>).
2002-06-13 06:32:14 +00:00
Stefan Roehrich
506282af5c
WS change to make very old compilers/preprocessors (e.g. HP/UX 9)
...
happy (thanks to Andreas Ley for recognizing this).
2002-06-01 20:14:58 +00:00
Derick Rethans
b049f9bf17
- Fix for bug #17503
2002-05-29 08:40:43 +00:00
Jon Parise
9ec5aa9a92
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>
2002-05-13 00:29:22 +00:00
Jon Parise
066d417d69
@Improve IMAP performance when dealing with large mailboxes.
...
Submitted by: Rob Siemborski <rjs3@andrew.cmu.edu>
2002-05-12 20:53:25 +00:00
foobar
0d7b1a4e94
- Do the ssl_onceonlyinit() as last. This is how c-client creates
...
the linkage.c (used by Pine).
2002-04-24 15:29:52 +00:00
foobar
8d151063d3
Be a bit more verbose about what was not found.
2002-04-02 00:04:53 +00:00
jim winstead
d3400b2b5f
the 'setup' script was removed more than two years ago.
...
these can be safely removed from the 4.2 branch, too.
2002-03-16 00:21:40 +00:00
Sascha Schumann
5cba3a99c2
extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed
2002-03-12 16:44:00 +00:00
Derick Rethans
ddf0fac996
- fix bug #16008
2002-03-11 23:11:04 +00:00
Sebastian Bergmann
90613d2282
Maintain headers.
2002-02-28 08:29:35 +00:00
Vlad Krupin
8df03e2814
Fixed segfault in imap_bodystruct() when called with an invalid message
...
number. Now it fails with a warning instead.
2002-01-12 05:39:07 +00:00
Sebastian Bergmann
38933514e1
Update headers.
2001-12-11 15:32:16 +00:00
Thies C. Arntzen
9fff2f7bbe
fix #13801 (imap_rfc822_parse_adrlist changes arg1)
2001-12-07 16:48:36 +00:00
Frank M. Kromann
08978fc3f4
Enable imap_mail() on win32
2001-12-04 18:47:32 +00:00
Andi Gutmans
67122717a4
- Nuke REGISTER_MAIN_*. Extension maintainers please make sure I didn't
...
- change something I wasn't supposed to. It should be fine IMO.
2001-12-03 20:54:23 +00:00
Zeev Suraski
9950eaecd7
Honor error_reporting (in general and @ in particular) for IMAP notices
2001-11-24 15:32:00 +00:00
Stig Bakken
689252082c
* zend_module_entry change: apino, debug and zts are moved first,
...
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
2001-10-11 23:33:59 +00:00
Jeroen van Wolffelaar
21f2b9277f
3rd run in back-substitutin Z_* macro's. The val->Z_ cases are all solved now.
2001-09-26 08:35:48 +00:00
Jeroen van Wolffelaar
c033288573
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
2001-09-25 21:58:48 +00:00
Derick Rethans
78747bd2df
- Don't wrap lines... this is annoying while coding.
2001-09-09 13:29:31 +00:00
Sascha Schumann
8ab1c2aa44
nuke some apparently harmful spaces
2001-08-21 11:02:42 +00:00
Chuck Hagenbuch
c1a8854993
add tail pointer to speed up imap_search (submitted by Rob Siemborski
...
<rjs3@andrew.cmu.edu>).
2001-08-16 20:13:27 +00:00
Andi Gutmans
9a3d4e736c
- More ZE2 fixes
2001-08-13 16:13:25 +00:00
Zeev Suraski
f6f6c4d7e6
Whitespace
2001-08-11 16:39:07 +00:00