Remove api doc headers
[pyi2ncommon] / src / mail_utils.py
2022-05-19 Christian HerdtweckRemove api doc headers
2022-05-19 Christian HerdtweckFix errors in api doc creation
2022-05-19 Plamen DimitrovDeprecate any arnied wrapper cnfvar functionality
2022-05-19 Plamen DimitrovDrop any cnfvar manipulation from the generic mail...
2022-05-19 Christian HerdtweckChange creation of mail users to dynamic
2022-04-21 Christian HerdtweckClean up, remove compat with py < 3.6
2019-08-08 Christian HerdtweckAdd option to parse newer EmailMessage type from mails
2019-08-08 Christian HerdtweckParse email from bytes instead of text
2019-08-08 Christian HerdtweckMinor fixes for mail_utils
2019-08-08 Christian HerdtweckMove MailValidator into own module
2019-08-08 Christian HerdtweckCreate ImapMailbox, a wrapper around python's IMAP4
2019-08-08 Christian HerdtweckCreate mail_util parse_mail_date
2019-08-08 Christian HerdtweckCreate function get_user_mail_files
2019-04-16 Christian HerdtweckFix a bug in mail_utils.send_email_with_files
2019-02-07 Christian HerdtweckCreate new mail_utils option: get headers+attachments
2019-02-07 Christian Herdtweckpylint/pydocstyle compliance for mail_utils
2019-02-07 Christian HerdtweckCreate new mail util function to get body text(s)
2019-02-07 Christian HerdtweckAdd function to decode non-ascii attachment names from...
2018-11-14 Christian HerdtweckEnsure all opened files/sockets are closed in mail_utils
2018-11-05 Plamen DimitrovRestrict the logging to pyi2ncommon namespace
2018-11-05 Plamen DimitrovAdapt all internal imports in relative fashion
2018-11-05 Plamen DimitrovAdd GPLv2 licensing headers to all migrated utilities
2018-11-05 Plamen DimitrovMigrate utilities from the autotest-intra2net repo