[PHP] Re: WebMail client

2006-10-02 Thread Man-wai Chang
Do you have any suggestion on WebMail clients written in PHP that is good and easy to install? do a search in http://freshmeat.net -- .~. Might, Courage, Vision, SINCERITY. http://www.linux-sxs.org / v \ Simplicity is Beauty! May the Force and Farce be with you! /( _ )\ (Ubuntu 6.06)

[PHP] Re: webmail without imap functions???

2002-09-03 Thread nicos
Hi, There are many webmails that don't use imap but just POP3. You should check at them. -- Merci de nous avoir choisi. - Thanks you for your choice. Nicos - CHAILLAN Nicolas [EMAIL PROTECTED] [EMAIL PROTECTED] www.GroupAKT.com - Hébergement Group. www.WorldAKT.com - Hébergement de sites

Re: [PHP] Re: webmail without imap functions???

2002-09-03 Thread ask
Thnx - could you please guide me to an example, all I can find use the imap_open() like: $mbox = imap_open ({localhost/pop3:110}INBOX, user_id, password); But my ISP does not support these imap functions. [EMAIL PROTECTED] said: Hi, There are many webmails that don't use imap but just

[PHP] Re: Webmail

2002-03-05 Thread Mike Eheler
It's really quite simple. Here's a quick script that will dump all variables sent in a form to an email address: $email = '[EMAIL PROTECTED]'; $subject = 'Form Posted on ' . date('r'); $from = 'Your Website [EMAIL PROTECTED]'; $message = ''; // PHP up to 4.0.6 foreach ($HTTP_POST_VARS as $key =

[PHP] RE: WebMail Client

2001-10-02 Thread Andrew Chase
You might want to take a look at Netmania. (http://www.netmania.org) Caveats: I helped install Netmania at a former employer back in February 2001, and with the then-current distribution we had all kinds of trouble setting it up until we realized that it depended on having *all* error handling

[PHP] Re: webmail

2001-07-10 Thread Adrian D'Costa
Hi, Thanks. I found it and installed it. Maybe I need to hack around it to add more functions such as address book and attachement like squirrelmail. Adrian On Mon, 9 Jul 2001, Bleue wrote: There is a really good simple pop email client called rymo. Im not sure where I found it, but it