Skip to content

Commit

Permalink
comment on email options
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmanderson committed Sep 12, 2024
1 parent e78823a commit d33b013
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions indico/types/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@ class IncludeSections(BaseType):


class EmailOptions(BaseType):
"""
Email options
Args:
include_sections: Sections of the email to include after parsing (header, body, attachments)
unpack: Unpack an email and treat it as a multi-file Submission
preserve_body_whitespace: Preserve whitespace in the body of the email
"""

include_sections: Optional[IncludeSections]
unpack: Optional[bool]
preserve_body_whitespace: Optional[bool]
Expand Down

0 comments on commit d33b013

Please sign in to comment.