Skip to content

Commit

Permalink
Updated some doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Sep 14, 2023
1 parent f77398e commit 73ddd22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MailKit/Net/Imap/IImapClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public interface IImapClient : IMailStore
ImapCapabilities Capabilities { get; set; }

/// <summary>
/// Gets the maximum size of a message that can be appended to a folder.
/// Get the maximum size of a message that can be appended to a folder.
/// </summary>
/// <remarks>
/// <para>Gets the maximum size of a message, in bytes, that can be appended to a folder.</para>
Expand All @@ -67,7 +67,7 @@ public interface IImapClient : IMailStore
uint? AppendLimit { get; }

/// <summary>
/// Gets the internationalization level supported by the IMAP server.
/// Get the internationalization level supported by the IMAP server.
/// </summary>
/// <remarks>
/// <para>Gets the internationalization level supported by the IMAP server.</para>
Expand Down
4 changes: 2 additions & 2 deletions MailKit/Net/Imap/ImapClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public ImapCapabilities Capabilities {
}

/// <summary>
/// Gets the maximum size of a message that can be appended to a folder.
/// Get the maximum size of a message that can be appended to a folder.
/// </summary>
/// <remarks>
/// <para>Gets the maximum size of a message, in bytes, that can be appended to a folder.</para>
Expand All @@ -191,7 +191,7 @@ public uint? AppendLimit {
}

/// <summary>
/// Gets the internationalization level supported by the IMAP server.
/// Get the internationalization level supported by the IMAP server.
/// </summary>
/// <remarks>
/// <para>Gets the internationalization level supported by the IMAP server.</para>
Expand Down

0 comments on commit 73ddd22

Please sign in to comment.