|
Mailing Lists
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
cfpop using hotmail
Bump.Javier Buzzi 12/02/08 01:51 P Bump.Javier Buzzi 12/02/08 01:52 P Two things:C. Hatton Humphrey 12/02/08 02:33 P 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. Two things: 1) There's no need to "bump" a message twice in the span of a minute. 2) If you're getting that error message that means a few things: a) the port is correct b) CF is communicating correctly with the "MSN Live" server c) From the brief Google searches that I did ("Hotmail POP3", "MSN POP3") I found the following: http://mailcall.spaces.live.com/Blog/cns!CC9301187A51FE33!44348.entry The most telling thing is this line: "PS - please note that I said Hotmail Plus users and not MSN Premium users. We are working to offer everyone POP access eventually, but for now, Hotmail Plus users are the only ones that can do so." Try accessing the email from Outlook or some other client and see if you can. If that works then there's a problem with your code, otherwise you may be out of luck for a while. Hatton
|
March 18, 2010
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||