Uh oh!
There was an error while loading. Please reload this page.
gh-90890: Add method mailbox.Maildir.get_flags - #31302
Closed
gildea wants to merge 0 commit into
Closed
Conversation
vassilit
commented
Apr 16, 2023
What about having fast set_flags, get_info, set_info methods to Maildir as well ? |
gildea
requested review from
a team, AlexWaygood, FFY00, Fidget-Spinner, JelleZijlstra, barneygale, berkerpeksag, cjw296, corona10, encukou, ericvsmith, erlend-aasland, ethanfurman, gpshead, gvanrossum, hauntsaninja, isidentical, jaraco, lysnikolaou, pablogsal, pganssle, rhettinger and terryjreedy
as code ownersApril 26, 2023 05:02
gildeaforce-pushed
the
mailbox-maildir-get_flags
branch
from
April 26, 2023 05:08
fde0567 to
31acfd7Comparebedevere-bot
commented
Apr 26, 2023
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
arhadthedev
removed request for
a team, 1st1, JelleZijlstra, abalkin, asvetlov, barneygale, berkerpeksag, brettcannon, cjw296, encukou, ericsnowcurrently, ericvsmith, gpshead, hugovk, iritkatriel, jaraco, methane, ncoghlan, pganssle, tiran, vsajip and warsawApril 26, 2023 05:15
gildea
commented
Apr 26, 2023
ContributorAuthor
Superceded by #103905 |
gildea
commented
May 10, 2023
ContributorAuthor
I have added the additional methods vassilit suggested: set_flags, add_flag, remove_flag, get_info, set_info. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New method mailbox.Maildir.get_flags speeds up iterating
over a Maildir to find messages with specific flags.
https://bugs.python.org/issue46734