Hi Bob, I used the below code
<cfpop server="#server#" name="inbox" username="#username#" password="#password#" action="GetHeaderonly" timeout="60"> <cfoutput>Total Emails : #inbox.recordcount#</cfoutput><br> <cfoutput query="inbox"> #from#--#subject#<br> </cfoutput> It worked fine for me.If so please send a test email and check it,and als o make sure to find any problem with your mail server if so. Rgds Nagaraj ----- Original Message ----- From: "Bob Imperial" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 2:58 AM Subject: Re: CFPOP > Nagara, > > I am on a T1 behind a FW at the office and on a direct cable > connection from my home office. > > Bob > On Sun, 13 Jan 2002 16:26:55 +0530 > "nagraj" <[EMAIL PROTECTED]> wrote: > > Hi Bob, > > > > Are you using proxy server or connected directly to > > Internet connected > > system. > > > > Rgds > > Nagaraj > > ----- Original Message ----- > > From: "Bob Imperial" <[EMAIL PROTECTED]> > > To: "CF-Talk" <[EMAIL PROTECTED]> > > Sent: Sunday, January 13, 2002 2:24 AM > > Subject: CFPOP > > > > > > > Anybody out there have any luck with <CFPOP>? I'm > > playing > > > around with trying to build a webmail app just for the > > > experience ... I keep getting a CF error: > > > Connection Failure > > > > > > > > > The error occurred while processing an element with a > > > general identifier of (CFPOP), > > > > > > Here's the tag it craps out on: > > > <CFPOP SERVER="#server#" USERNAME="#user#" > > > PASSWORD="#password#"ACTION="GetHeaderOnly" > > > NAME="inbox"> > > > > > > Any help would be appreciated TIA > > > > > > > > > ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

