Can anyone help me with emptying my Yahoo inbox? A2
Unconfigured Ad Widget
Collapse
|
|
|
|
|
|
|
|
Empty my Yahoo.com inbox, how? iPad.
Collapse
X
-
Check mark a whole page delete and then repeat it might take a while but faster than one at a time. -
You should link your yahoo to the mail app and delete it all from there.Comment
-
Do you use the Yahoo app on your phone, or the native Apple mail app? I know with the Yahoo mail app on iPad you can select a month at a time by scrolling down a bit and choosing the little circle next to the month name.
One thing you could do is access your mailbox once via POP (with Outlook for instance) and it will pull all the mail and delete them if you select the option to delete them. Or you could log in to the pop port with OpenSSL and issue the delete command (DELE 1) repeatedly, while incrementing the number with a script.
POP (Post Office Protocol) downloads copies of your Yahoo Mail emails to a desktop mail client or mobile app. Here's how to set it up.
You could also try mail2web which will let you delete everything without setting up a mail client or scripting, it should work against the Yahoo POP server if you pick POP and SSL
I don’t know if it still works. You might change your Yahoo mail password after using it.
For the server name try pop.mail.yahoo.com or pop.mail.yahoo.com:995Last edited by SkyHawk; 04-04-2020, 9:42 PM.Comment
-
Why deal with POP3 when IMAP is running:
Allow less secure (although still secure) logins:
Log in with OpenSSL
openssl s_client -connect imap.mail.yahoo.com:993
. login USERNAME PASSWORD
. select INBOX
. store 1:* +FLAGS \Deleted
. expunge
. logout
(Not responsible if you delete more than you want, this is simply an example)Comment
-
If they offer free access to IMAP that is easier, no scripting. Just be sure you really want to nuke the inbox
Comment
Calguns.net Statistics
Collapse
Topics: 1,863,162
Posts: 25,102,764
Members: 355,945
Active Members: 4,916
Welcome to our newest member, glocksource.
What's Going On
Collapse
There are currently 5853 users online. 157 members and 5696 guests.
Most users ever online was 239,041 at 10:39 PM on 02-14-2026.


Comment