Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HeaderId to clarify the difference between Autosubmitted and Auto-Submitted #1083

Merged
merged 3 commits into from
Oct 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions MimeKit/HeaderId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,18 @@
/// <summary>
/// The Auto-Submitted header field.
/// </summary>
/// <remarks>
/// The header as defined in <see href="https://www.rfc-editor.org/rfc/rfc3834">RFC3834</see>
rklec marked this conversation as resolved.
Show resolved Hide resolved
/// </remarks>
AutoSubmitted,

/// <summary>
/// The Autosubmitted header field.
/// </summary>
/// <remarks>
/// <b>Important:</b> This is more a legacy header as defined in <see href="https://datatracker.ietf.org/doc/html/rfc2156"/>RFC2156</see>. <br>

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'

Check warning on line 133 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'see' does not match the start tag 'remarks'.'
/// Usually, you likely want to use <see cref="AutoSubmitted"/> instead.
/// </remarks>

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (ubuntu-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Release)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / Analyze (csharp)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'

Check warning on line 135 in MimeKit/HeaderId.cs

View workflow job for this annotation

GitHub Actions / ci (windows-latest, Debug)

XML comment has badly formed XML -- 'End tag 'remarks' does not match the start tag 'br'.'
Autosubmitted,

/// <summary>
Expand Down
Loading