Skip to content

Commit

Permalink
Handle comma separated Message IDs
Browse files Browse the repository at this point in the history
Many mailers in the wild will use comma-separated lists of message IDs
in the References field.

Closes #606
  • Loading branch information
peterkovacs authored and jeremy committed Nov 2, 2017
1 parent ca76e1e commit 714e429
Show file tree
Hide file tree
Showing 5 changed files with 2,931 additions and 2,917 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Breaking changes:
* Passing unparsed headers to Mail::Field.new is no longer supported. Use Mail::Field.parse. (jeremy)
* Removed long-deprecated features: Message#register_for_delivery_notification, #has_transfer_encoding?, #add_transfer_encoding, #transfer_encoding, #message_content_type, #mime_parameters, #encode!, and Part#inline_content_id. (jeremy)

Compatibility:
* Support nonstandard comma-separated lists of message IDs in the References field. (peterkovacs)


== Version 2.7.0 (2017-10-31)

Expand Down
Loading

0 comments on commit 714e429

Please sign in to comment.