[PHP] PHP Webmail Solutions?

2003-06-06 Thread Richard Lynch
I'm taking a survey of Webmail Solutions at:

http://l-i-e.com/compare/

It's a crude grid of Solution and Feature with user-voted ratings.

If you love a particular solution and care to vote, have at it.

If you think I've missed some crucial feature, add it.

If you think I've missed some wonderful solution, add it.

There's nothing to stop you other than you honor if you want to vote 
a zillion times for anything.

I did get rid of some idiot's JavaScript kiddie hack.  Sigh.  Do 
something nice and free for people, and what do you get?

I have a vested interest in finding the features I've pre-populated, 
but it's an Open Resource for all to use to add features and 
solutions to the grid and let the buyer decide which features are 
important to them.

Thus, there is no final score nor average score across 
feature-comparisons -- which would be meaningless unless you thought 
all features everybody liked were equally important.

Nor do I stop taking the survey at any particular point in time -- 
As with the other surveys (see bottom of page), you can add/vote at 
any time.

Perhaps some day I'll provide visitor-flexibility to rank features 
and compute a weighted score.  Not today.

Maybe I'll even make it look pretty.  Not this year.  Stricly form 
follows function for now, baby.

Please feel free to forward this to fans/developers of various 
webmail solutions.  The more the merrier.

--
Like Music?
http://l-i-e.com/artists.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] php webmail

2001-11-11 Thread Colm Rafferty

Dear all
can I view a pop3 mail account without using IMAP?
If there is can someone point me to such a resource
the function imap_open() will not work on my cgi server
Thanks
Colm Rafferty




-Original Message-
From: Christian Dechery [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 11, 2001 01:35
To: HEW Staff; [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: Re: [PHP] Random Row From Database


try this...

select * from tablename order by rand() limit 1

it works perfectly... at least for my needs...

At 15:18 11/11/01 +1100, HEW Staff wrote:
Hi,

I'm trying to pull a random row from my database and display the contents.

I know that the code:
SELECT * FROM TABLENAME WHERE RAND() LIMIT 1
should work.

However, there are 19 rows in the database and only the first row ever
shows
up.

Is there a way to do this to ensure uniqueness?

The code I am using at the moment also filters so that rows are pulled from
the database given certain other criteria such as:

SELECT * FROM TABLENAME WHERE PayerID=$id AND RAND() LIMIT 1

All of the rows in the database contain the same PayerID and this column is
not the Primary Key.

Any help much appreciated.
Jonathan S Hardiman
President/CEO
Hardiman Enterprises Worldwide



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] php webmail

2001-11-11 Thread Richard Heyes

 can I view a pop3 mail account without using IMAP?
 If there is can someone point me to such a resource
 the function imap_open() will not work on my cgi server

http://phpclasses.upperdesign.com has a number of pop3 access classes iirc.
-- 
Richard Heyes
If you have any trouble sounding condescending,
find a Unix user to show you how it's done. - Scott Adams 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php/webmail question

2001-07-13 Thread Adrian D'Costa

Hi,

I am writing a webmail in php using pop3 as the ones I downloaded do not
do what I want.

Assuming I am able to connect and get the list of messages and sizes.  Now
I have a couple of attachments on some mails.  When I read the message it
just displays the base64 encoded message (trying to build on rymo webmail
rymo.sourceforge.net).

I did the following:  I check if the Content-Type is MULTIPART and got the
BOUNDARY but don't know how to proceed from there on.  How do I read the
body of the message seperating each attachment and giving an
option do download or view (something like squirrelmail).  Any example
would be great

TIA

Adrian


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]