We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78823a commit d33b013Copy full SHA for d33b013
indico/types/dataset.py
@@ -143,6 +143,15 @@ class IncludeSections(BaseType):
143
144
145
class EmailOptions(BaseType):
146
+ """
147
+ Email options
148
+
149
+ Args:
150
+ include_sections: Sections of the email to include after parsing (header, body, attachments)
151
+ unpack: Unpack an email and treat it as a multi-file Submission
152
+ preserve_body_whitespace: Preserve whitespace in the body of the email
153
154
155
include_sections: Optional[IncludeSections]
156
unpack: Optional[bool]
157
preserve_body_whitespace: Optional[bool]
0 commit comments