class Mail::CommentsField

:nodoc:
#=> [‘This is a comment’, “This is another comment”]<br>mail.map { |c| c.to_s }
mail.comments = “This is another comment”<br><br>mail #=> ‘#<Mail::Field:0x180e5e8 @field=#<Mail::CommentsField:0x180e1c4<br>mail #=> ’#<Mail::Field:0x180e5e8 @field=#<Mail::CommentsField:0x180e1c4<br>mail #=> ‘#<Mail::Field:0x180e5e8 @field=#<Mail::CommentsField:0x180e1c4
mail.comments #=> ’This is a comment’
mail.comments = ‘This is a comment’
mail = Mail.new
== Examples:
limit, the comments field is also optional (that is, no comment is needed)
An email header can have as many comments fields as it wants. There is no upper
has a CommentsField as its field type.
Sending comments to a mail message will instantiate a Mail::Field object that
header field in the email.
The Comments field inherits from UnstructuredField and handles the Comments:
= Comments Field