Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Aug 19, 2023
1 parent 8b21dd5 commit 59d03d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MailKit/Net/Imap/ImapEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2842,7 +2842,6 @@ void ProcessListNamespaceResponse (ImapCommand ic, List<ImapFolder> list)
/// Queries the namespaces.
/// </summary>
/// <returns>The command result.</returns>
/// <param name="doAsync">Whether or not asynchronous IO methods should be used.</param>
/// <param name="cancellationToken">The cancellation token.</param>
public ImapCommandResponse QueryNamespaces (CancellationToken cancellationToken)
{
Expand Down Expand Up @@ -2876,7 +2875,6 @@ public ImapCommandResponse QueryNamespaces (CancellationToken cancellationToken)
/// Asynchronously queries the namespaces.
/// </summary>
/// <returns>The command result.</returns>
/// <param name="doAsync">Whether or not asynchronous IO methods should be used.</param>
/// <param name="cancellationToken">The cancellation token.</param>
public async Task<ImapCommandResponse> QueryNamespacesAsync (CancellationToken cancellationToken)
{
Expand Down

0 comments on commit 59d03d1

Please sign in to comment.