Unconfigured Ad Widget

Collapse

Empty my Yahoo.com inbox, how? iPad.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • USMCM16A2
    Banned
    • Jul 2006
    • 4941

    Empty my Yahoo.com inbox, how? iPad.

    Can anyone help me with emptying my Yahoo inbox? A2
    Last edited by USMCM16A2; 04-04-2020, 4:26 PM.
  • #2
    ENTHUSIAST
    Veteran Member
    • Feb 2008
    • 4440

    Check mark a whole page delete and then repeat it might take a while but faster than one at a time.

    Comment

    • #3
      USMCM16A2
      Banned
      • Jul 2006
      • 4941

      Enthusiast,


      It’s on my iPad. I can do it one at a time, but no more than one at a time. A2

      Comment

      • #4
        Master_Prestige
        Senior Member
        • Aug 2019
        • 1016

        You should link your yahoo to the mail app and delete it all from there.

        Comment

        • #5
          etwinam
          Veteran Member
          • Mar 2016
          • 3223

          Use a friend's real laptop and then log out when you're done, then go home sell your Ipad and get a Gmail account.

          jk..... well not really.
          God, Guns & Integrity. Prioritize your Priorities.

          Comment

          • #6
            SkyHawk
            I need a LIFE!!
            • Sep 2012
            • 23503

            Originally posted by USMCM16A2
            Enthusiast,


            It’s on my iPad. I can do it one at a time, but no more than one at a time. A2
            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:995
            Last edited by SkyHawk; 04-04-2020, 9:42 PM.
            Click here for my iTrader Feedback thread: https://www.calguns.net/forum/market...r-feedback-100

            Comment

            • #7
              Robotron2k84
              Senior Member
              • Sep 2017
              • 2013

              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

              • #8
                SkyHawk
                I need a LIFE!!
                • Sep 2012
                • 23503

                If they offer free access to IMAP that is easier, no scripting. Just be sure you really want to nuke the inbox
                Click here for my iTrader Feedback thread: https://www.calguns.net/forum/market...r-feedback-100

                Comment

                Working...
                UA-8071174-1