Questions tagged [yahoo-mail]

The Yahoo mail system.

Yahoo! mail is Yahoo!'s free web-based email service.

170 questions
4
votes
2 answers

Sending mail from yahoo id to other email ids using Javamail API

I am not able to send email from my yahoo id using Java mail API. I tried different options from Google,but fails. Please have a look my below code and let me know if I am missing something. In my point of view Yahoo does not provide the free…
Rajeev Sahu
  • 1,732
  • 6
  • 26
  • 39
4
votes
1 answer

JavaMail - Sender Address rejected: Access Denied

Ok, I don't know what else to do. This code worked perfectly fine a week ago when I wrote and tested it. Then I embedded it into my program and realised I kept getting exceptions. Everything seems normal. The sender address is legit. The recipient…
Akinwale Agbaje
  • 315
  • 3
  • 6
  • 17
3
votes
1 answer

Android How to fetch yahoo Contacts

i want to fetch the yahoo contacts from my android app, if i click the button it has to ask for log in to yahoo, after successful logging in we can able to fetch the contacts, is there any way to do like that or any sample code, please guide me,…
VKJ
  • 417
  • 2
  • 8
  • 17
3
votes
2 answers

PHP Invalid quoted-printable sequence, malformed q encoding from Yahoo

I came across the following error in PHP generated by an email forwarded from a Yahoo account: Notice: Unknown: Invalid quoted-printable sequence: =?UTF-8?Q?ck-off with Weekly Sale up to 90% off (errflg=3) in Unknown on line 0 I've spent hours…
John
  • 1
  • 13
  • 98
  • 177
3
votes
0 answers

credential error using imaplib with yahoo

I have the code below that I'm running in a jupyter notebook. I'm trying to login to a yahoo email account and download all the emails from a folder. I'm getting the error below when I try to run the code. When I just go to yahoo.com and login…
modLmakur
  • 531
  • 2
  • 8
  • 24
3
votes
2 answers

Yahoo Mobil view word-break getting removed/stripped

I am creating email template.In Yahoo mobile view, css word-break is getting removed/stripped while rendering. It is removed from inline-css as well as from head section. Any solution for this?
Nidheesh
  • 662
  • 1
  • 8
  • 18
3
votes
1 answer

Unable to get value of subject field of the draft using Webdriver in Yahoo draft mail

I've created draft letter in Yahoo mail and then get to this draft letter page. Now I'd like to get value of the Subject field using C# and Selenium Webdriver. I used the following code, but it returns empty string : string subjectLocator =…
Kiryl K
  • 55
  • 5
3
votes
0 answers

How do i get mail scope permissions for yahoo app?

I need my yahoo app to access user's emails via OAuth2.0 explicit grant flow. While looking at the document published by yahoo at "https://developer.yahoo.com/oauth2/guide/openid_connect/getting_started.html" and other blog…
Crystal Paladin
  • 579
  • 5
  • 26
3
votes
1 answer

No way to search Yahoo Mail programmatically with Java?

I have been working on a Java app that connects to Yahoo mail to enable a user to search through their Yahoo email. Recently, Yahoo suddenly (with only 5 weeks notice) discontinued Yahoo Mail API, which we were using and worked great. Then we…
rc1
  • 483
  • 4
  • 19
3
votes
0 answers

Yahoo outgoing mail server setting for the Javamail API?

I tried these setting for the sending mail from my application. It's work fine and after some days . It's not working. props.setProperty("mail.transport.protocol", "smtp"); props.setProperty("mail.host", "android.smtp.mail.yahoo.com");…
Akarsh M
  • 1,629
  • 2
  • 24
  • 47
2
votes
0 answers

Yahoo Mail Api with Java - Can't authorize

I try to authorize to yahoo api by example on http://developer.yahoo.com/mail/code/ for JAX-WS. I get an exception: Exception in thread "main" ua.com.stormlabs.gap.yahoomail.BrowserBasedAuthManager$AuthException: Signature mismatch at…
Hleb
  • 295
  • 1
  • 4
  • 15
2
votes
1 answer

Using Idle with Imap_tools and Yahoo

I am trying to test the idle functionality of imap_tools on my Yahoo mailbox. I have gone through the steps to allow third party apps, etc but I keep getting an error (included below). I am using the example given on Github. Is this an error in the…
James
  • 390
  • 1
  • 9
2
votes
0 answers

Writing a script that automatically forwards emails from a Yahoo Mail address

Starting 1/1/2021 Yahoo Mail is making automatic email forwarding a Premium/Paid Feature for all users. Quite a scummy thing to do in my opinion. I have looked through some Yahoo API documents, but they are either deprecated, or don't seem to offer…
Harrison Bergman
  • 169
  • 1
  • 12
2
votes
1 answer

href in anchor tag is removed by yahoo mail client

below is the email template snippet code that is sent in a mail:
Ashwin Soni
  • 173
  • 1
  • 9
2
votes
0 answers

yahoo mail converts img height to min-height

Images are distorted in Yahoo Mail as it, for some reason, chooses to convert height into min-height. I've done as instructed here but that does not help. Neither does this question. This is the code for the img…
BernardA
  • 1,391
  • 19
  • 48
1
2
3
11 12