Hi All,

Im adding a component onto my intranet, so i can check mails and then 
assign to tasks.

My problem that im getting is .

TypeApplicationDetailConnect failedTag 
ContextCFPOP3<http://openbd.org/manual/?/tag/CFPOP3>(C:/Users/Glenn/Desktop/intranet/component/mail/inbox.cfm,
 Line=21, 
Column=1)Source

18: 
19: <body>
20: <p>Inbox</p>21: <cfpop action="getall" name="getmails" messagenumber="100" 
attachmentpath="c:/Users/Glenn/Desktop/intranet/component/mail/attach" 
startrow="1" server="*******" port="25" timeout="10000" username="********" 
password="***********" generateuniquefilenames="yes">
22: <cfoutput>#getmails.recordcount#</cfoutput>


This is the code ::


<cfpop action="getall" name="getmails" messagenumber="100" 
attachmentpath="c:/Users/Glenn/Desktop/intranet/component/mail/attach" 
startrow="1" server="***********" port="25" timeout="10000" 
username="************" password="****************" 
generateuniquefilenames="yes">
<cfoutput>#getmails.recordcount#</cfoutput>


The server,username,password fields should be ok, as they are the same as 
the ones used in my mail client. 

Ive never used cfpop before, as all my clients only needed sending of 
mails, so i may be missing something obvious.

Not sure if this info is needed, but its running on a OpenBD 2.0.1 desktop.

Any help would be greatly appreciated.

Thanks

Glenn

-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to