Skip to content

Commit d33b013

Browse files
comment on email options
1 parent e78823a commit d33b013

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

indico/types/dataset.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,15 @@ class IncludeSections(BaseType):
143143

144144

145145
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+
146155
include_sections: Optional[IncludeSections]
147156
unpack: Optional[bool]
148157
preserve_body_whitespace: Optional[bool]

0 commit comments

Comments
 (0)