Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-90890: New methods to access mailbox.Maildir message info and flags#103905

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gpshead merged 7 commits intopython:mainfromgildea:mailbox-maildir-get_flags
Nov 11, 2023

Conversation

@gildea
Copy link
Contributor

@gildeagildea commentedApr 26, 2023
edited by bedevere-bot
Loading

Add these new methods to mailbox.Maildir :
get_info, set_info, get_flags, set_flags, add_flag, remove_flag.

These methods speed up accessing a message's info and/or flags and are useful when it is not necessary to access the message's contents, as when iterating over a Maildir to find messages with specific flags.

get_info, set_info, get_flags, set_flags, add_flag, remove_flag.These methods speed up accessing a message's info and/or flags and areuseful when it is not necessary to access the message's contents,as when iterating over a Maildir to find messages with specific flags.
@gildeagildea requested a review froma team as acode ownerApril 26, 2023 23:07
@bedevere-bot
Copy link

Most changes to Pythonrequire a NEWS entry.

Please add it using theblurb_it web app or theblurb command-line tool.

@arhadthedevarhadthedev added stdlibStandard Library Python modules in the Lib/ directory topic-email labelsApr 27, 2023
@gpsheadgpshead self-assigned thisNov 11, 2023
@gpsheadgpshead added the type-featureA feature request or enhancement labelNov 11, 2023
@gpsheadgpshead removed the request for review froma teamNovember 11, 2023 17:23
@gpshead
Copy link
Member

(closing and reopening to re-trigger CI)

@gpsheadgpshead reopened thisNov 11, 2023
@gpsheadgpsheadenabled auto-merge (squash)November 11, 2023 17:34
@gpsheadgpshead merged commit38035fe intopython:mainNov 11, 2023
aisk pushed a commit to aisk/cpython that referenced this pull requestFeb 11, 2024
…d flags (python#103905)New methods to access mailbox.Maildir message info and flags:get_info, set_info, get_flags, set_flags, add_flag, remove_flag.These methods speed up accessing a message's info and/or flags and areuseful when it is not necessary to access the message's contents,as when iterating over a Maildir to find messages with specific flags.---------* Add more str type checking* modernize to f-strings instead of %Co-authored-by: Gregory P. Smith <greg@krypto.org>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull requestSep 2, 2024
…d flags (python#103905)New methods to access mailbox.Maildir message info and flags:get_info, set_info, get_flags, set_flags, add_flag, remove_flag.These methods speed up accessing a message's info and/or flags and areuseful when it is not necessary to access the message's contents,as when iterating over a Maildir to find messages with specific flags.---------* Add more str type checking* modernize to f-strings instead of %Co-authored-by: Gregory P. Smith <greg@krypto.org>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@gpsheadgpsheadgpshead approved these changes

Assignees

@gpsheadgpshead

Labels

stdlibStandard Library Python modules in the Lib/ directorytopic-emailtype-featureA feature request or enhancement

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@gildea@bedevere-bot@gpshead@arhadthedev

[8]ページ先頭

©2009-2025 Movatter.jp