I have two related questions:

I am trying to pull in emails from a pop server using <cfpop> and database
them.  However, the account I need to pull from  has some 1600 emails in it.
<cfpop> doesn’t seem to want to cooperate.  It gives me the following error:


Error Occurred While Processing Request


Error Diagnostic Information

unknown exception condition
unknown error while executing a tag.
Date/Time: 05/17/01 15:13:45
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)
Remote Address: 66.80.49.128
HTTP Referer:
http://www.hospitalityadventures.com/admin/index.cfm?fuseaction=menu
Query String: fuseaction=getmessages&requesttimeout=300
Please inform the site administrator <mailto:[EMAIL PROTECTED]>  that
this error has occurred (be sure to include the contents of this page in
your message to the administrator).

Just a little cryptic, eh?  My code seems to work fine if I check my own
email account which is why I suspect it is the amount of messages it is
trying to pull.  I put maxes for the queries but I’m not certain that helps
the <cfpop> tag in the retrieval process.  Here’s my code:



<CFPOP  action="GETALL" name="Messages"
attachmentpath="#request.attachpath#" maxrows="50"
generateuniquefilenames="Yes" server="#request.messageserver#"
username="#request.messageusername#" password="#request.messagepassword#">



1)       What am I doing wrong here?  I even tried some of the custom POP
tags out there and they failed also.
2)       Someone mentioned pulling the cftalk mailing list messages from
outlook into a database through VB or VBA.  Does anyone know of this and
would it be a viable solution?

Thanks,
-Craig



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to