diff --git a/MailKit/Net/Imap/ImapFolder.cs b/MailKit/Net/Imap/ImapFolder.cs index 4edb530c56..c9614dc6c9 100644 --- a/MailKit/Net/Imap/ImapFolder.cs +++ b/MailKit/Net/Imap/ImapFolder.cs @@ -907,7 +907,7 @@ async Task CreateAsync (ImapCommand ic, string encodedName, bool sp /// is null. /// /// - /// is empty. + /// is empty or invalid. /// /// /// The has been disposed. @@ -954,7 +954,7 @@ public override IMailFolder Create (string name, bool isMessageFolder, Cancellat /// is null. /// /// - /// is empty. + /// is empty or invalid. /// /// /// The has been disposed. @@ -1061,7 +1061,7 @@ ImapCommand QueueCreateCommand (string name, IEnumerable specialU /// is null. /// /// - /// is empty. + /// is empty or invalid. /// /// /// The has been disposed. @@ -1113,7 +1113,7 @@ public override IMailFolder Create (string name, IEnumerable spec /// is null. /// /// - /// is empty. + /// is empty or invalid. /// /// /// The has been disposed.