Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

Questions tagged [yahoo-mail]

The Yahoo mail system.

yahoo-mail
0 votes
0 answers
35 views

One Click Unsubscribe For Yahoo Not Working

We have implemented a one-click unsubscribe option for our emails. We can see the unsubscribe link in both Yahoo and Gmail. However, when a Yahoo user clicks the link, we are not receiving the POST ...
Mahesh Shankarrao Sawant's user avatar
1 vote
1 answer
41 views

Python code for counting the number of Yahoo emails maxes out at 10,000 emails, how to fix?

I have code that uses Python to programmatically count the number of emails in each of the mailboxes of my Yahoo email account. The issue is that it maxes out at 10,000 even though some of my inboxes ...
user321627's user avatar
  • 2,504
0 votes
0 answers
103 views

How to access yahoo mailbox imap using oauth2?

I am trying to access yahoo mailbox, I have created a yahoo application for the same purpose. After allowing permission to access mailbox, I have access_token and refresh_token for oauth. I am trying ...
Damies Nikolas's user avatar
0 votes
0 answers
17 views

Yahoo/Google Email Message Copy after sending message through a website contact form

This is a workflow automation question. I have a Yahoo/Google email(non-employer email). I want to send a message using a contact form on a website. This could be any website. On the contact form, I ...
DktPhl2018's user avatar
0 votes
2 answers
233 views

How to register Yahoo Mail `mailto` protocol handler in Chrome?

how can i register the mailto: protocol handler for the Yahoo Mail web client? I know the javascript to run should be smt like this: navigator.registerProtocolHandler('mailto', 'https://compose.mail....
aetonsi's user avatar
  • 218
0 votes
0 answers
163 views

Emails are not accepted because of domain's\n550-5.7.26 DMARC policy on gmail

We are using external remote server to send mails which requires autentification. Mails are sent through Laravel application. On every mail client emails pass regullary except google and yahoo mail ...
Marko Pavlovic's user avatar
0 votes
0 answers
110 views

INVALID_INPUT client secret cannot be empty, Yahoo Auth error

Working on a email client , where I have implement auth for some email providers to access user email with net.openid:appauth android client sdk. Following example for a outlook mail auth clientId = ...
NITIN DUDA's user avatar
1 vote
1 answer
148 views

Opening Yahoomail app from a flutter app using urllauncher not working

Trying to launch yahoo mail app with URL launcher package but it is not working. Trying to launch yahoo mail app with URL launcher package but it is not working. Tried all possibilties but not working,...
Subin Saji's user avatar
0 votes
0 answers
194 views

Unable to send more than 10 emails with nodemailer with yahoo smtp server

I have been trying to send bulk emails (around 10 - 20 emails a day) with nodemailer. But I found that my code always generate 554 6.6.0 Error sending message for delivery. May I get some insights ...
Chun Ting Fung's user avatar
0 votes
1 answer
628 views

Unable to Send an email via python- Error- smtplib.SMTPServerDisconnected: Connection unexpectedly closed

port = 465 # For SSL smtp_server = "smtp.mail.yahoo.com" sender_email = "[email protected]" # Enter your address password = input("Type your password and press enter:&...
Gaarrud's user avatar
0 votes
0 answers
295 views

How the "References" field in MIME email messages are used in practice?

Per RFC 2046: The inclusion of a "References" field in the headers of the second and subsequent pieces of a fragmented message that references the Message-Id on the previous piece may be of ...
user1424739's user avatar
  • 13.1k
0 votes
1 answer
550 views

No MESSAGE-ID and get imap_tools work for imap.mail.yahoo.com

The question is twofold, about getting MESSAGE-ID, and using imap_tools. For an email client ("handmade") in Python I need to lessen the data amount read from the server (presently it takes ...
Vladimir Zolotykh's user avatar
0 votes
0 answers
239 views

IMAP session unexpectedly finishes

I work with yahoo imap server. Everything works fine for some time, then several LIST queries return with error imapclient got NO in response: Server returns NO for "A00393 LIST "" &...
mouse_00's user avatar
  • 643
0 votes
0 answers
76 views

Imap FetchError Yahoomail

I am trying to fetch email from Yahoo mail. msg = imap.fetch(str(fromMail[-1]), "(RFC822)") When the above code it throws the following error but the the same is working for Gmail. Any clue ...
J R Dinesh's user avatar
2 votes
1 answer
742 views

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 ...
James's user avatar
  • 490

15 30 50 per page
1
2 3 4 5
12