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

Search cf-talk

July 04, 2009

<<   <   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   

Home /  Groups /  ColdFusion Talk (CF-Talk)

cfpop using hotmail

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
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.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Javier Buzzi
12/02/2008 01:51 PM

Bump. King.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Javier Buzzi
12/02/2008 01:52 PM

Bump. King.

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
C. Hatton Humphrey
12/02/2008 02:33 PM

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


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists