hotmail

import contacts from gmail/hotmail/yahoo to php

ぃ、小莉子 提交于 2019-12-06 03:02:57
i would like to import contacts from gmail/hotmail/yahoo to my php applications just like those found in social network. i've read how gmail does it but im still not very clear about it. it says i would need to do a http request like this https://www-opensocial.googleusercontent.com/api/people/@me/@self but how should i send this info?? i tried running this on the browser and it returns "Cannot make anonymous request without explicit user ID in the URL" so how can i pass the correct user ID then?? for yahoo, the Yahoo! Address Book API is deprecated and now we should use Contacts API. have

Python Exchange ActiveSync Library

主宰稳场 提交于 2019-12-05 08:44:37
Is anyone familiar with an Exchange ActiveSync library or open source client for python? I've done preliminary searching with little to no success. I've seen some examples for C#, but I figured I'd ask around here before my attempt to port anything over. In case you're curious. This would be an extension of an already existing linux based IMAP / POP3 client. Moving to Windows / C# this late in the game isn't really an option. This is a Python ActiveSync client, built on Twisted: https://code.google.com/p/py-eas-client/ On Debian 9: apt-get install mercurial python-twisted hg clone https:/

javax.mail.AuthenticationFailedException: 535 5.0.0 Authentication Failed

℡╲_俬逩灬. 提交于 2019-12-05 03:34:27
I don't understand why i am getting this exception. This is the code that attempts to send email message. public void sendAsHotmail() { final String username = jTextField14.getText(); final String password = jPasswordField4.getText(); String subject = jTextField16.getText(); String Cc = jTextField17.getText(); String Bcc = jTextField18.getText(); String recipient = jTextArea5.getText(); Properties props = new Properties(); props.put( "mail.smtp.host" , "smtp.live.com"); props.put( "mail.smtp.user" , username ); // Use TLS props.put("mail.smtp.auth" , "true" ); props.put( "mail.smtp.starttls

hotmail get contacts with curl using api

久未见 提交于 2019-12-04 21:37:42
function tratar_hotmail(){ $client_id = '0xxxxxxxxxxxxxxxx2'; $client_secret = 'Wyyyyyyyyyyyyyyyyyp'; $redirect_uri = 'http://example.com/'; $auth_code = $_GET["code"]; $fields=array( 'code'=> urlencode($auth_code), 'client_id'=> urlencode($client_id), 'client_secret'=> urlencode($client_secret), 'redirect_uri'=> urlencode($redirect_uri), 'grant_type'=> urlencode('authorization_code') ); $post = ''; foreach($fields as $key=>$value) { $post .= $key.'='.$value.'&'; } $post = rtrim($post,'&'); $curl = curl_init(); curl_setopt($curl,CURLOPT_URL,'https://login.live.com/oauth20_token.srf'); curl

Hotmail not showing html or css background

孤街醉人 提交于 2019-12-04 21:17:48
I had problems with backgrounds not showing in most E-Mail clients such as GMail or Yahoo Mail but I found this thread and problem solved by replacing (although I lost some properties like background-repeat and position) <table style="background: url('bg.png');"> to <table background="bg.png"> . But now I'm facing the same problem in Hotmail and none of the above form of codes seems to work. This page is the reference of answers to most similar questions in stackoverflow, and it says that Outlook.com (new hotmail) does not support css background and I should use background attribute instead,

Windows live api get email contact vs email hash

懵懂的女人 提交于 2019-12-04 18:11:52
I am trying to get email contact from hotmail with php or javascript. I have read that windows live api return only hash of the email contact, and it is proved by the code example: http://isdk.dev.live.com/ISDK.aspx But some web site like facebook can retrieve the plaintext of email contact from hotmail. How it is possible? Thanks a lot. You can test this code (dont forget to [SECRET API KEY] with your api key) : <?php function isEmail($email) { return filter_var($email, FILTER_VALIDATE_EMAIL); } function unfucked_base_convert ($numstring, $frombase, $tobase) { $chars =

Non Standard Web Address Format

泪湿孤枕 提交于 2019-12-04 14:59:39
We sent mails to customers in our application which has a link in it. In yahoo and Hotmail, whenever the customer clicks on the link it displays following warning alt text http://img691.imageshack.us/img691/5402/warningp.jpg The URL is long encrypted query string. Is there any way to suppress this popup? Or How to intimate the mail server that this is not a harmful site. Sri, that's the problem - Yahoo, Hotmail, etc. don't like IP addresses in URLs because they're non-standard and spammers who create spoof emails often use them. See http://www.myp2pforum.eu/website-forum/10495-when-i-confirmed

Cannot send email through Hotmail / live.com / outlook.com

不打扰是莪最后的温柔 提交于 2019-12-04 13:48:05
I have read other answers on the stackoverflow. but none of the solutions work for me. I'm trying to send email through live.com, but unable to it. The error message: mailbox unavailable. The server response was: 5.7.3 requested action aborted; user not authenticated or error message: System.Net.Mail.SmtpException: Service not available, closing transmission channel. The server response was: Cannot connect to SMTP server 65.55.176.126 (65.55.176.126:587), NB connect error 1460 The code: MailMessage mail = new MailMessage(); mail.From = new MailAddress("email@live.com"); mail.To.Add("someone

How-to Import contacts from hotmail, live, gmail, yahoo

南楼画角 提交于 2019-12-03 16:16:28
I wounder if soemone know which APIs I need to use if I want to create a importer, just like the one in facebook. importing users and their e-mails. Joel Verhagen I'll have you know right from the start, this is general knowledge about these APIs and not specified to asp.net. I have gotten contact importing to work on my web app for all of these services and more. Here's a break-down about each service. If you want some confirmation, you can check out this similar post . Before I tell you anything, you'd better have a good understanding of how OAuth works and all about three-legged

Link to Hotmail / Windows Live email compose — maintaining BCC

大憨熊 提交于 2019-12-03 14:13:34
My app creates a mailto-esque link that takes the end user to a Hotmail compose screen with various attributes pre-filled. Most of the functionality I need is working: to, cc, subject, body. However, Hotmail seems to be stripping out any BCC attributes that I pass into the URL. For example, this link works as advertised: http://mail.live.com/mail/EditMessageLight.aspx?n=&to=bcc_for_privacy@email.com&cc=add1@email.com;%20add2@email.com&subject=the%20subject&body=the%20body I get the one email address in the To field and two in the CC field. But when I try the exact same URL except substituting