w10schools
Login
Register
In current category
Only my posts
Home
Tutorials
HTML, CSS
HTML, HTML5
CSS, CSS3
XML
JavaScript, AJAX
PHP
Ruby on Rails
Ruby
Rails
ASP.NET
ASP
C# .NET
Java
JSP
Databases
MySQL
MSSQL Server
Oracle
Web Server
Windows
Linux
Apache
IIS
Design
Dreamweaver
Flash
Photoshop
Fireworks
CorelDRAW
Illustrator
References
HTML
Bootstrap
CSS
CSS Selectors
Sass
JavaScript
Mobile Apps
Cordova
Ruby on Rails
Ruby
Rails
PHP
Function
Language
CodeIgniter
Phalcon
PHPUnit
Symfony
Drupal
Yii
Laravel
Perl
Perl
Python
Python
Django
NumPy
Pandas
scikit-image
scikit-learn
Statsmodels
Matplotlib
Lua
Lua
C, C++
C
C++
Server
Docker
Apache HTTP Server
Nginx
Database
PostgreSQL
Big Data
TensorFlow
Game Development
Phaser
LÖVE
Articles
News
General
Website Promotion
Online Advertising
Make Money Online
Editorials
Interviews
Web Roundups
Resources
Design
Fonts
Graphics
Vectors
Templates
UI (User Interface)
Brushes
Patterns, Backgrounds
Textures
Web Development
HTML, CSS
XML
JavaScript, AJAX
Ruby on Rails
PHP
Java
.NET
Python
Perl
Flash
Mobile Application Development
Mobile Development Tools
Swift
Online Services
Online Storage
Web Hosting
Tools
Generators
Edit
Toggle Dropdown
In Place Editing
Advanced Editing
References
Python
Python
Internet Data
Language
Default
Markdown
mailbox.MaildirMessage.set_flags()
set_flags(flags)
Set the flags specified by
flags
and unset all others.
Links:
https://docs.python.org/3.5/library/mailbox.html#mailbox.MaildirMessage.set_flags
doc_python
2016-10-07 17:36:46
Comments
Leave a Comment
Please
login
to continue.
Popular Articles
mailbox.MaildirMessage.set_info()
set_info(info) Set “info” to info, which should be a string.
mailbox.MaildirMessage.set_subdir()
set_subdir(subdir) Set the subdirectory the message should be stored in. Parameter subdir must be either “new” or “cur”.
mailbox.MaildirMessage.set_date()
set_date(date) Set the delivery date of the message to date, a floating-point number representing seconds since the epoch.
mailbox.MaildirMessage.remove_flag()
remove_flag(flag) Unset the flag(s) specified by flag without changing other flags. To remove more than one flag at a time, flag maybe a string of
mailbox.MaildirMessage.get_flags()
get_flags() Return a string specifying the flags that are currently set. If the message complies with the standard Maildir format, the result is t
Return to View
Please login to continue.