House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / ColdFusion Talk (CF-Talk)

cfpop using hotmail

Author:
Javier Buzzi
12/01/2008 10:32 PM

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="***********@msn.com"   password="**********"   server="pop3.live.com"> <cfdump var="#test#"> I get a "mailbox for ="***********@msn.com 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.


Search cf-talk

March 22, 2010

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31