Search bar offers the following options:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.
foo~1
Results provided by Lunr.js
twisted.mail.interfaces.IMessageIMAPFile
twisted
mail
interfaces
IMessageIMAPFile
class IMessageIMAPFile(Interface): (source)
View In Hierarchy
Optional message interface for representing messages as files.
If provided by message objects, this interface will be used instead the more complex MIME-based interface.
open
Return a file-like object opened for reading.
Reading from the returned file will return all the bytes of which this message consists.