We are using a similar code for our pass.cfm template to process pop 
messages.  It seems to take a much longer time then e.g. Yahoo to 
retrieve the messages.  Anyone using IMS pop extensively and 
encountering similar issues ?

<cfquery name="getmail" datasource="#application.APPDS#">
select * from mail where folder=0 and accountnum=#getuser.accountnum#
</cfquery>

<cfoutput query="getmail">
popmail=#messageid#,#filename#
</cfoutput>





______________________________________________________
AVU's free email service is provided for promoting education.
Please report any misuse of AVU email services to [EMAIL PROTECTED]

Reply via email to