RE: [PHP-DEV] imap_mail_compose() for 4.2.3?

2002-08-26 Thread Lukas Smith
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On > Behalf Of Jani Taskinen > Sent: Monday, August 26, 2002 3:59 AM > > On Sun, 25 Aug 2002, Lukas Smith wrote: > > >Anyways with the current version of php we have some problems with the > >imap support. Mainly with imap_mail_compose(). Thos

Re: [PHP-DEV] imap_mail_compose() for 4.2.3?

2002-08-25 Thread Jani Taskinen
On Sun, 25 Aug 2002, Lukas Smith wrote: >Anyways with the current version of php we have some problems with the >imap support. Mainly with imap_mail_compose(). Those issues seem to be >fixed in the cvs version of php 4.3, but that fix is not in 4.2.3 (we >tried and it did not work). > >I think Ja

[PHP-DEV] imap_mail_compose() for 4.2.3?

2002-08-25 Thread Lukas Smith
Hi, I know I am late to the game. Anyways with the current version of php we have some problems with the imap support. Mainly with imap_mail_compose(). Those issues seem to be fixed in the cvs version of php 4.3, but that fix is not in 4.2.3 (we tried and it did not work). I think Jani Taskinen

RE: [PHP-DEV] imap_mail_compose()

2002-07-22 Thread Lukas Smith
ing List' > Subject: Re: [PHP-DEV] imap_mail_compose() > > > Try the HEAD..I just fixed some leftovers by someone > who's name I won't utter here. Those _might_ have > caused some unexpected results.. > > Anyway, there propably are still s

Re: [PHP-DEV] imap_mail_compose()

2002-06-28 Thread Jani Taskinen
Try the HEAD..I just fixed some leftovers by someone who's name I won't utter here. Those _might_ have caused some unexpected results.. Anyway, there propably are still some probs. Just tell your co-worker to come up with some test script. Maybe someone will look at i

[PHP-DEV] imap_mail_compose()

2002-06-28 Thread Lukas Smith
Hi, Is anyone still actively maintaining the IMAP extension? Several options for the array listed over at http://www.php.net/manual/en/function.imap-mail-compose.php in the user comments do not seem to work for one of my co-workers. (The documented stuff works as advertised) However they would

[PHP-DEV] imap_mail_compose()

2001-05-14 Thread RomAsm
Hi, I have a code from www.php.net for imap_mail_compose(): Problem is, when I'm reading mail with attachment in Outlook Express 5.0, content of filename is OK but name of filename is absent: (I think there would be: basename($filename)) Please help me! Thanx, Roman -- PHP Developme

Re: [PHP-DEV] imap_mail_compose(): suggested bugfixes and improvements. Patch included

2001-04-29 Thread Andi Gutmans
Please also address the maintainers (written on the top of the .c file) to make sure this gets the right attention. Andi At 01:24 AM 4/30/2001 +0200, Johan Ekenberg wrote: >Hi! > >I've been working a lot with the imap_*() functions in PHP lately, and have >discovered a few shortcomings in the i

[PHP-DEV] imap_mail_compose(): suggested bugfixes and improvements. Patch included

2001-04-29 Thread Johan Ekenberg
Hi! I've been working a lot with the imap_*() functions in PHP lately, and have discovered a few shortcomings in the imap_mail_compose() function. Attached is a suggested patch against current CVS (2001-04-29), ext/imap/php_imap.c. Feel free to comment on this. I'm hoping that, after you've revie