[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 [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 it's a b

[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 from[0]->mailbox."@".$header->from[0]->host.''; return $header->from[0]->mailbox."@".$header->from[0]->host; } function get_structure($mbox,$i) { $structure = imap_fetchstructure($mbox, $i); return $structure; } function no_at

[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 pag

[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 ph

[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-cyr

[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

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.. >

Re: [PHP] Re: imap extensions..

2002-01-01 Thread LaserJetter
-- > From: "LaserJetter" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, 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 exte

Re: [PHP] Re: imap extensions..

2002-01-01 Thread Philip Jeffs
t;[EMAIL PROTECTED]> Sent: Tuesday, 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 ww

[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,

[PHP] Re: imap?

2001-09-02 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] ad

[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 Me