Hi, Im working on a prof of concept using the pop service on hotmail. I've 
found info on Google saying that hotmail give pop access to premium access 
users - i have a one of those accounts. I heard that it does SSL only and cfpop 
does not right off the bat, so i did some digging and found this:

<cfset javaSystem = createObject("java", "java.lang.System") />
<cfset javaSystemProps = javaSystem.getProperties() />
<cfset javaSystemProps.setProperty("mail.pop3.socketFactory.class", 
"javax.net.ssl.SSLSocketFactory") />

<cfset javaSystemProps.setproperty("mail.pop3.port",995) />
<cfset javaSystemProps.setProperty("mail.pop3.socketFactory.port", 995) />

Now, the port may be wrong or not but when i finish writing the statement:

<cfpop name="test"
        action="GETHEADERONLY" 
        username="[EMAIL PROTECTED]"
        password="**********"
        server="pop3.live.com">

<cfdump var="#test#">

I get a "mailbox for ="[EMAIL PROTECTED] is not available". Please help, no one 
even mentions hotmail and cfpop online, its as if im the only one thats even 
attempted to do this.

King. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316095
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to