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
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
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
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
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
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
>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
>
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 .
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
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..
>
--
> 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
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
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,
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
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
15 matches
Mail list logo