File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,12 @@ namespace MimeKit.IO.Filters {
33
33
/// Quoted-Printable encoding.
34
34
/// </summary>
35
35
/// <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>
39
40
/// <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>
41
42
/// </remarks>
42
43
public class ArmoredFromFilter : MimeFilterBase
43
44
{
You can’t perform that action at this time.
0 commit comments