Questions tagged [hotmail]

Outlook.com replaced Hotmail. Use the Outlook.com tag.

Hotmail was one of the first webmail services on the Internet in 1996. Microsoft acquired it in 1997 for an estimated $400 million and launched it as MSN Hotmail, later rebranded to Windows Live Hotmail as part of the Windows Live suite of products. Microsoft released the final version of Hotmail in October 2011 and it was replaced by Outlook.com in 2012.

368 questions
0
votes
1 answer

How to get contact list from yahoo in rails using OAuth

I can successfully get the contacts from google using OAuth gem in rails. my gmail configuration is : :google=>{ :key=>"***", :secret=>"***", :expose => true, :scope=>"https://www.google.com/m8/feeds/" } now i want to get…
Anand Soni
  • 5,070
  • 11
  • 50
  • 101
0
votes
1 answer

PHPMailer is not working

Good day! I downloaded PHPMailer class from the Google code page: http://code.google.com/a/apache-extras.org/p/phpmailer/. I'm running this with: PHP 5.2.14 (cli) (built: Jul 27 2010 10:49:36) Copyright (c) 1997-2010 The PHP Group Zend Engine…
Jori
  • 1,122
  • 2
  • 18
  • 36
0
votes
2 answers

Can't connect to Hotmail with JavaMail

First, let me appoligize if this is a duplicate question. Over the last couple of calendar months, I have been attempting to send email, using JavaMail; via my Hotmail account. I have used the numerious tips and code snipits that have been posted…
AstarAndy
  • 121
  • 1
  • 8
0
votes
1 answer

Is there anyway to get the Hotmail email contacts not the email hash in asp.net using C#?

How to get the Hotmail email contacts not the email hash in asp.net using C#?
Indra
  • 21
  • 3
0
votes
1 answer

Analysing email header from hotmail for message marked as spam

I have a simple PHP script which generates a single email to a user on my site. For some reason, most messages are getting sent to user's spam folders. I set up a hotmail account to test this, and I'm now trying to analyse the header to check why…
Nick
  • 4,304
  • 15
  • 69
  • 108
0
votes
3 answers

IMAP for Hotmail equivalent

We need to build a client for Hotmail, which doesn't support IMAP. To my understanding you have to use exchange w/ POP3 but POP3 doesn't support moving mail from one folder to another. We need the features: be able to read mail without marking it…
djechlin
  • 59,258
  • 35
  • 162
  • 290
0
votes
2 answers

Hotmail SMTP not working with javamail

I am trying to write a simple Java program to send emails from my hotmail account using JavaMail API. Here is my code : import java.util.Properties; import javax.mail.Message; import javax.mail.MessagingException; import…
yashdosi
  • 1,186
  • 1
  • 18
  • 40
0
votes
1 answer

LiveSDK XMPP android sample not working

I try to implement LiveSDK XMPP android sample for messenger service of Hotmail chat. I got the authentication token, as shown in LogCat preview, 07-05 09:52:06.408: I/onPageFinished(21312): com.ms.wlm.WLMActivity$MyWebViewClient 319 Page -…
Dipali
  • 374
  • 2
  • 5
  • 22
0
votes
0 answers

send an e-mail with delphi with hotmail SMTP

im trying to send an email with hotmail sever using delphi using this code : SMTP.Username := 'MYEMAIL@hotmail.com'; SMTP.Password := 'PASSWORD'; SMTP.Host := 'smtp.live.com'; SMTP.Port := 25; SMTP.IOHandler :=…
Ouerghi Yassine
  • 1,835
  • 7
  • 43
  • 72
0
votes
1 answer

How does a hotmail cluster data storage work?

As per this article, every cluster has its own storage. " A cluster hosts millions of users (how many depends on the age of the hardware) and is a self-contained set of servers including: Frontend servers – Servers that that check for viruses and…
developer747
  • 15,419
  • 26
  • 93
  • 147
0
votes
1 answer

Hotmail - HTML Email Table image gap

Hotmail appears to be the only client which produces an unwanted gap in-between two tables carrying images. They should be nested directly against each other. The 'display:block;' (within the img tag) is not the solution because I have multiple…
Achimmer
  • 15
  • 5
0
votes
1 answer

calculate email hash for email using sha256

I am trying to retrieve contacts from hotmail in asp.net mvc. The response of hotmail api contains email as email hash and i know we cannot decrypt that email address hash. and There i saw one more field name field that contains actual contact email…
Karthik Bammidi
  • 1,851
  • 9
  • 31
  • 65
0
votes
1 answer

How to query Hotmail for new email

I'm looking for the best way to check if new email has arrived in a Hotmail account without accessing the web interface or using a mail client. I couldn't find any Hotmail mail API and looking at a Firefox add-on it seems that querying the site…
joshu
  • 851
  • 2
  • 9
  • 18
0
votes
1 answer

Cannot receive attachment from Hotmail with Javamail

I can access Hotmail with Javamail.jar on Android. I want to receive a mail's attachment with Hotmail, this code is working for Gmail but with Hotmail is not working. Why it is not filling the disposition, so "dosyaIsmiEkDurumu" is not filling and…
Merve Gül
  • 1,377
  • 6
  • 23
  • 40
0
votes
1 answer

How to get the latest mail from hotmail account using TcpClient and SslStream

I have created a windows test app in which i am connecting to my hotmail account and checking the unread mails there.Currently through my app ,i m getting the last mail from my hotmail account. How can i get the latest mail and whether is it…
Vipin Nair
  • 517
  • 4
  • 9
  • 33