Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IMAP select command
#1
Lightbulb 
How can I change this IMAP select command from "INBOX" to "any" on a Yahoo mailbox?

I want to search ALL mailboxes.

############### Set Mailbox Yahoo mail #############
resp_code, mail_count = imap_ssl.select(mailbox="INBOX", readonly=True)
Reply
#2
I don't use this package, but found the following which may (or may not) be of use to you: https://stackoverflow.com/a/25329682
Linh_lee likes this post
Reply
#3
(Aug-19-2022, 01:18 PM)Larz60+ Wrote: I don't use this package, but found the following which may (or may not) be of use to you: https://stackoverflow.com/a/25329682

It's a start, thank you Larz60! :)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Recommendations for IMAP Push/IDLE library MikeFlorida 0 839 Jul-15-2023, 05:19 PM
Last Post: MikeFlorida
  Select correct item from list for subprocess command pythonnewbie138 6 3,330 Jul-24-2020, 09:09 PM
Last Post: pythonnewbie138
  SQL select join operation in python(Select.. join) pradeepkumarbe 1 2,252 Feb-14-2019, 08:34 PM
Last Post: woooee
  How to use list (structure) in the SQL Select command? pyuser1 2 2,935 Apr-27-2018, 02:33 PM
Last Post: pyuser1

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020