Skip to content

Commit

Permalink
Handle a wide variety of non-RFC Message-ID formats
Browse files Browse the repository at this point in the history
Handle Message-ID formats such as:

  * <id_left@id_right...
  * <id_left...
  * <id_left>
  * id_left@id_right
  * id_left

Handle comma-separated message IDs.

Closes #607
  • Loading branch information
peterkovacs authored and jeremy committed Nov 2, 2017
1 parent 714e429 commit a83fcfa
Show file tree
Hide file tree
Showing 6 changed files with 4,472 additions and 2,090 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Breaking changes:
* 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)
* Handle a wide variety of non-RFC Message-ID formats. (peterkovacs)


== Version 2.7.0 (2017-10-31)
Expand Down
Loading

0 comments on commit a83fcfa

Please sign in to comment.