diff --git a/MimeKit/IO/Filters/ArmoredFromFilter.cs b/MimeKit/IO/Filters/ArmoredFromFilter.cs index b6c776cc6e..d8bc8090b5 100644 --- a/MimeKit/IO/Filters/ArmoredFromFilter.cs +++ b/MimeKit/IO/Filters/ArmoredFromFilter.cs @@ -33,11 +33,12 @@ namespace MimeKit.IO.Filters { /// Quoted-Printable encoding. /// /// - /// From-armoring is a workaround to prevent receiving clients (or servers) - /// that uses the mbox file format for local storage from munging the line - /// by prepending a ">", as is typical with the mbox format. + /// From-armoring is a workaround to prevent receiving clients and/or servers + /// that use the mbox file format for local storage from munging every line of the + /// message content beginning with "From " by prepending a ">" to each of those lines, + /// as is typical with software using the mbox format. /// This armoring technique ensures that the receiving client will still - /// be able to verify S/MIME signatures. + /// be able to verify PGP/MIME and S/MIME signatures. /// public class ArmoredFromFilter : MimeFilterBase {