Skip to content

Commit b0d742d

Browse files
committed
Improved ArmoredFromFilter docs
1 parent 3fc0437 commit b0d742d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

MimeKit/IO/Filters/ArmoredFromFilter.cs

+5-4
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,12 @@ namespace MimeKit.IO.Filters {
3333
/// Quoted-Printable encoding.
3434
/// </summary>
3535
/// <remarks>
36-
/// <para>From-armoring is a workaround to prevent receiving clients (or servers)
37-
/// that uses the mbox file format for local storage from munging the line
38-
/// by prepending a ">", as is typical with the mbox format.</para>
36+
/// <para>From-armoring is a workaround to prevent receiving clients and/or servers
37+
/// that use the mbox file format for local storage from munging every line of the
38+
/// message content beginning with "From " by prepending a ">" to each of those lines,
39+
/// as is typical with software using the mbox format.</para>
3940
/// <para>This armoring technique ensures that the receiving client will still
40-
/// be able to verify S/MIME signatures.</para>
41+
/// be able to verify PGP/MIME and S/MIME signatures.</para>
4142
/// </remarks>
4243
public class ArmoredFromFilter : MimeFilterBase
4344
{

0 commit comments

Comments
 (0)