[PHP] Re: IMAP extension causing delays

2006-10-20 Thread Colin Guthrie
Edward Kay wrote: Thanks for your suggestions John. At the moment, I do need to run it as a CGI as I need different php.ini files for each virtual host. For what it's worth, when you use PHP as a module, you can change almost all settings in php ini on a per-virtual host basis using the Apache

Re: [PHP] Re: Imap and attachments

2005-03-11 Thread Evert | Rooftop Solutions
Jim Plush wrote: here is a script I use to get jpg attachments with IMAP.. good luck ?php [snip] Thanx Jim, Unfortunaly some e-mail clients send the headers in ways the imap-functions can't read. So I figured something out using regular expressions. If anyone needs this, mail me (in total

[PHP] Re: Imap and attachments

2005-03-10 Thread Jim Plush
here is a script I use to get jpg attachments with IMAP.. good luck ?php //--+-- ---+-- -- - # view the contents of an array in html format #--- -+- // return the email account of the user so we can assign it to a user account function get_phone_address($i) {

[PHP] Re: IMAP und Umlaute

2004-03-09 Thread Michael Kunze
Jochen Kaechelin wrote: Wie kann ich denn in den Betreffzeilen möglich Umlaute entfernen? hi, first of all (if you would have read any postings on this list before asking) you would have noticed that the main language is english. anyway. have you read the manual? you may wonna check this

[PHP] Re: imap

2002-11-25 Thread Thomas Seifert
On Mon, 25 Nov 2002 14:14:54 -0500 [EMAIL PROTECTED] (Greg) wrote: Can I user php to create IMAP mailboxes? I'm using Cyrus and php and apache are running on the same computer as Cyrus. Thanks! -Greg Maybe something like that would fit your needs: http://www.delouw.ch/linux/web-cyradm/

[PHP] Re: imap

2002-11-25 Thread Greg
When trying to imap_connect to my local imap server, I get this error: Warning: Couldn't open stream {localhost:143} in /var/www/html/user/mail.php on line 2 can't connect: Any ideas? Thanks Greg [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Can I user php to

[PHP] Re: imap connection problem

2002-07-18 Thread Richard Lynch
when i try to connect to my local imap server by php i get the message (standard ie message) that the page can't be shown. with another server (imap.web.de) everything works fine. with outlook i can access my server without any problems and also mtest seems to work without any errors. what's

[PHP] Re: IMAP and I make... and what do I get recursion :)

2002-06-18 Thread Jason Morehouse
Do you have OpenSSL = 0.9.5 installed? If so, try putting the install dir in the configure: --with-ssl-imap=/usr -J On Wed, 19 Jun 2002 11:51:15 +1200, Php User wrote: At this point in the make I get this error related to --with-imap and --with-ssl-imap ...I believe Making all in .

[PHP] Re: IMAP quota support

2002-05-29 Thread Luiz Lima
Just found out that the bug is known... Anyone care to came with a patch? :-) Guess it's time to quit php and start learning C to fix it... :-)) http://bugs.php.net/bug.php?id=14673 -- Luiz Lima Image Link Internet http://www.imagelink.com.br Luiz Lima [EMAIL PROTECTED] escreveu na mensagem

[PHP] Re: imap extensions..

2002-01-01 Thread LaserJetter
This sounds similar to the problem I had but with other extensions. Does the IMAP extenstion need any dlls from the c:\php\dlls folder to work? (You can find out this somewhere on www.php.net). If it does then you need to copy these to your system folder. (system32 folder probably). Better still,

Re: [PHP] Re: imap extensions..

2002-01-01 Thread Philip Jeffs
, January 01, 2002 8:32 PM Subject: [PHP] Re: imap extensions.. This sounds similar to the problem I had but with other extensions. Does the IMAP extenstion need any dlls from the c:\php\dlls folder to work? (You can find out this somewhere on www.php.net). If it does then you need to copy

Re: [PHP] Re: imap extensions..

2002-01-01 Thread LaserJetter
01, 2002 8:32 PM Subject: [PHP] Re: imap extensions.. This sounds similar to the problem I had but with other extensions. Does the IMAP extenstion need any dlls from the c:\php\dlls folder to work? (You can find out this somewhere on www.php.net). If it does then you need to copy these

Re: [PHP] Re: imap extensions..

2002-01-01 Thread Philip Jeffs
I just re-installed php from scratch. It seems to have done the trick. Thanks for the help! - Original Message - From: LaserJetter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 01, 2002 8:59 PM Subject: Re: [PHP] Re: imap extensions.. http://www.php.net/manual/en

[PHP] Re: imap?

2001-09-03 Thread Shi
it still dosen't work Help Shimon Richard Lynch [EMAIL PROTECTED] wrote in message 00f701c133ef$b52b5200$6401a8c0@Lynchux100">news:00f701c133ef$b52b5200$6401a8c0@Lynchux100... You're missing a closing ) on the final print() statement... -- WARNING [EMAIL PROTECTED] address

[PHP] Re: imap?

2001-09-02 Thread Richard Lynch
You're missing a closing ) on the final print() statement... -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL PROTECTED] Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm Volunteer a little time: http://chatmusic.com/volunteer.htm - Original