pkgsrc/mail/ruby-mail/PLIST
taca a9b66a9dd8 Update ruby-mail to 2.5.4.
== Version 2.5.4 - Tue May 14 14:45:00 +1100 2013 Mikel Lindsaar
   	   	   <mikel@lindsaar.net>

Features:
* Save settings passed to TestMailer#new (svanderbleek)
* Allow the setting of envelope from directly (jeremy)
* Accept other IETF/IANA-registered Content-Types and
  Content-Transfer-Encodings (jeremy)
* Alias shift-jis charset to Shift_JIS Ruby encoding (jeremy)
* Add support for ks_c_5601-1987 charset, aliased to CP949 Ruby encoding
  (jeremy)
* Don't allow colons in header names (jeremy)
* Can assign arrays of Message-IDs to References and In-Reply-To (jeremy)
* Setting the html_ or text_part sets a default text/html or text/plain
  content type (jeremy)
* Setting the html_ or text_part to nil removes it (jeremy)
* Addresses without a parsable email or display name still format as their raw
  text (jeremy)
* Close pull request 504 - Alias GB2312 charset to GB18030 Ruby encoding (bpot)
* Close pull request 399 - Accept :ca_path and :ca_file options for SMTP
  delivery (ndbroadbent)
* Close pull request 389 - Don't add superfluous message headers to MIME parts
  (djmaze, jeremy)

Performance:
* Close pull request 488 - Speed up field construction & comparison (bpot)

Bugs:
* Don't include separating semicolon in paramter value when sanitizing (bpot)
* Fix fencepost encoding problem with binhex strings and only one token (drasch)
* Fix sendmail delivery to addresses with a leading hyphen (lifo, jeremy)
* Correctly format mbox From headers per RFC4155 (bpot, jeremy)
* Fix bogus '=' at the end of some quoted-printable messages (jeremy)
* Shouldn't be fooled into encoding strings on 1.8 by unrelated Encoding
  constant (emiellohr, jeremy)
* Header encoding should be US-ASCII, not the default external encoding (jeremy)
* Address elements should return decoded display names by default (jeremy)
* Fix up tests that depend on utf-8 external encoding; read fixtures as binary
  (jeremy)
* Capture stderr from Sendmail and Exim deliveries (jeremy)
* RFC2822 quoted_string content may be empty (jeremy)
* Calling #to_s on a field with a nil value returns an empty string instead of
  nil (jeremy)
* The Received header may contain zero name/value pairs, qmail-style (jeremy)
* Fix that setting an attachment with a :mime_type and :encoding would
  override the :encoding (jeremy)
* Fix that declaring an html_part but no text_part would use
  multipart/alternative anyway (jeremy)
* Close pull request 508 - Don't add an extra CRLF to MIME parts; split MIME
  parts on correct CRLF boundaries (Aalanar)
* Close pull request 506 - Escape backslashes in quoted strings (ConradIrwin)
* Close pull request 496 - Correctly handle quoted-printable line breaks
  (jeremy)
* Close pull request 493 - Repair misencoded quoted-printable line breaks
  (jeremy)
* Close pull request 487 - Extract comments from group email addresses (bpot)
* Close pull request 481 - Correctly quote filename attributes (bpot)
* Close pull request 480 - Support mixed encodings in a single header body
  (adamvaughan)
* Close pull request 471 - Fix Ruby 1.8 build when UTF16/32 default to
  little-endian (kennyj)

Coping with third-party bugs:

* Parse multipart boundary from Content-Type headers containing extra
  semicolons (jeremy)
* Close pull request 389 - Only add Content-ID to inline attachments to
  appease Outlook (djmaze, jeremy)

Housekeeping:
* Add development gem dependency on rdoc (jeremy)
* Refresh Bundler dependencies & setup (jeremy)
* Remove i18n dependency and last vestiges of activesupport dependency in
  specs (jeremy)
* Clarify that Sender is a single address, not an address list (jeremy)
* Add an MIT-LICENSE file to make licensing clear & obvious; update to 2013
  (jeremy)
* Close pull request 501 - Tighten up header/body whitespace splitting
  (ConradIrwin)
* Close pull request 499 - Clean up some dead code (ConradIrwin)
* Close pull request 489, 495 - Docs typos (JackDanger, francois)
* Close pull request 485 - Be explicit about unsupported address parsing (bpot)
* Close pull request 484 - Remove #tree specs in preparation for deprecation
  removal (bpot)
* Close pull request 482 - Update address field specs to reflect to
  #initialize API (bpot)
* Close pull request 475 - Shush warning on Object#blank? redefinition
  (amatsuda)
* Close pull request 472 - Clean up UTF8/UTF-8 internals (kennyj)
2013-06-16 17:05:56 +00:00

145 lines
6.7 KiB
Text

@comment $NetBSD: PLIST,v 1.8 2013/06/16 17:05:56 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.rdoc
${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/Dependencies.txt
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/TODO.rdoc
${GEM_LIBDIR}/lib/VERSION
${GEM_LIBDIR}/lib/load_parsers.rb
${GEM_LIBDIR}/lib/mail.rb
${GEM_LIBDIR}/lib/mail/attachments_list.rb
${GEM_LIBDIR}/lib/mail/body.rb
${GEM_LIBDIR}/lib/mail/check_delivery_params.rb
${GEM_LIBDIR}/lib/mail/configuration.rb
${GEM_LIBDIR}/lib/mail/core_extensions/nil.rb
${GEM_LIBDIR}/lib/mail/core_extensions/object.rb
${GEM_LIBDIR}/lib/mail/core_extensions/smtp.rb
${GEM_LIBDIR}/lib/mail/core_extensions/string.rb
${GEM_LIBDIR}/lib/mail/core_extensions/string/access.rb
${GEM_LIBDIR}/lib/mail/core_extensions/string/multibyte.rb
${GEM_LIBDIR}/lib/mail/elements.rb
${GEM_LIBDIR}/lib/mail/elements/address.rb
${GEM_LIBDIR}/lib/mail/elements/address_list.rb
${GEM_LIBDIR}/lib/mail/elements/content_disposition_element.rb
${GEM_LIBDIR}/lib/mail/elements/content_location_element.rb
${GEM_LIBDIR}/lib/mail/elements/content_transfer_encoding_element.rb
${GEM_LIBDIR}/lib/mail/elements/content_type_element.rb
${GEM_LIBDIR}/lib/mail/elements/date_time_element.rb
${GEM_LIBDIR}/lib/mail/elements/envelope_from_element.rb
${GEM_LIBDIR}/lib/mail/elements/message_ids_element.rb
${GEM_LIBDIR}/lib/mail/elements/mime_version_element.rb
${GEM_LIBDIR}/lib/mail/elements/phrase_list.rb
${GEM_LIBDIR}/lib/mail/elements/received_element.rb
${GEM_LIBDIR}/lib/mail/encodings.rb
${GEM_LIBDIR}/lib/mail/encodings/7bit.rb
${GEM_LIBDIR}/lib/mail/encodings/8bit.rb
${GEM_LIBDIR}/lib/mail/encodings/base64.rb
${GEM_LIBDIR}/lib/mail/encodings/binary.rb
${GEM_LIBDIR}/lib/mail/encodings/quoted_printable.rb
${GEM_LIBDIR}/lib/mail/encodings/transfer_encoding.rb
${GEM_LIBDIR}/lib/mail/envelope.rb
${GEM_LIBDIR}/lib/mail/field.rb
${GEM_LIBDIR}/lib/mail/field_list.rb
${GEM_LIBDIR}/lib/mail/fields.rb
${GEM_LIBDIR}/lib/mail/fields/bcc_field.rb
${GEM_LIBDIR}/lib/mail/fields/cc_field.rb
${GEM_LIBDIR}/lib/mail/fields/comments_field.rb
${GEM_LIBDIR}/lib/mail/fields/common/address_container.rb
${GEM_LIBDIR}/lib/mail/fields/common/common_address.rb
${GEM_LIBDIR}/lib/mail/fields/common/common_date.rb
${GEM_LIBDIR}/lib/mail/fields/common/common_field.rb
${GEM_LIBDIR}/lib/mail/fields/common/common_message_id.rb
${GEM_LIBDIR}/lib/mail/fields/common/parameter_hash.rb
${GEM_LIBDIR}/lib/mail/fields/content_description_field.rb
${GEM_LIBDIR}/lib/mail/fields/content_disposition_field.rb
${GEM_LIBDIR}/lib/mail/fields/content_id_field.rb
${GEM_LIBDIR}/lib/mail/fields/content_location_field.rb
${GEM_LIBDIR}/lib/mail/fields/content_transfer_encoding_field.rb
${GEM_LIBDIR}/lib/mail/fields/content_type_field.rb
${GEM_LIBDIR}/lib/mail/fields/date_field.rb
${GEM_LIBDIR}/lib/mail/fields/from_field.rb
${GEM_LIBDIR}/lib/mail/fields/in_reply_to_field.rb
${GEM_LIBDIR}/lib/mail/fields/keywords_field.rb
${GEM_LIBDIR}/lib/mail/fields/message_id_field.rb
${GEM_LIBDIR}/lib/mail/fields/mime_version_field.rb
${GEM_LIBDIR}/lib/mail/fields/optional_field.rb
${GEM_LIBDIR}/lib/mail/fields/received_field.rb
${GEM_LIBDIR}/lib/mail/fields/references_field.rb
${GEM_LIBDIR}/lib/mail/fields/reply_to_field.rb
${GEM_LIBDIR}/lib/mail/fields/resent_bcc_field.rb
${GEM_LIBDIR}/lib/mail/fields/resent_cc_field.rb
${GEM_LIBDIR}/lib/mail/fields/resent_date_field.rb
${GEM_LIBDIR}/lib/mail/fields/resent_from_field.rb
${GEM_LIBDIR}/lib/mail/fields/resent_message_id_field.rb
${GEM_LIBDIR}/lib/mail/fields/resent_sender_field.rb
${GEM_LIBDIR}/lib/mail/fields/resent_to_field.rb
${GEM_LIBDIR}/lib/mail/fields/return_path_field.rb
${GEM_LIBDIR}/lib/mail/fields/sender_field.rb
${GEM_LIBDIR}/lib/mail/fields/structured_field.rb
${GEM_LIBDIR}/lib/mail/fields/subject_field.rb
${GEM_LIBDIR}/lib/mail/fields/to_field.rb
${GEM_LIBDIR}/lib/mail/fields/unstructured_field.rb
${GEM_LIBDIR}/lib/mail/header.rb
${GEM_LIBDIR}/lib/mail/indifferent_hash.rb
${GEM_LIBDIR}/lib/mail/mail.rb
${GEM_LIBDIR}/lib/mail/matchers/has_sent_mail.rb
${GEM_LIBDIR}/lib/mail/message.rb
${GEM_LIBDIR}/lib/mail/multibyte.rb
${GEM_LIBDIR}/lib/mail/multibyte/chars.rb
${GEM_LIBDIR}/lib/mail/multibyte/exceptions.rb
${GEM_LIBDIR}/lib/mail/multibyte/unicode.rb
${GEM_LIBDIR}/lib/mail/multibyte/utils.rb
${GEM_LIBDIR}/lib/mail/network.rb
${GEM_LIBDIR}/lib/mail/network/delivery_methods/exim.rb
${GEM_LIBDIR}/lib/mail/network/delivery_methods/file_delivery.rb
${GEM_LIBDIR}/lib/mail/network/delivery_methods/sendmail.rb
${GEM_LIBDIR}/lib/mail/network/delivery_methods/smtp.rb
${GEM_LIBDIR}/lib/mail/network/delivery_methods/smtp_connection.rb
${GEM_LIBDIR}/lib/mail/network/delivery_methods/test_mailer.rb
${GEM_LIBDIR}/lib/mail/network/retriever_methods/base.rb
${GEM_LIBDIR}/lib/mail/network/retriever_methods/imap.rb
${GEM_LIBDIR}/lib/mail/network/retriever_methods/pop3.rb
${GEM_LIBDIR}/lib/mail/network/retriever_methods/test_retriever.rb
${GEM_LIBDIR}/lib/mail/parsers/address_lists.rb
${GEM_LIBDIR}/lib/mail/parsers/address_lists.treetop
${GEM_LIBDIR}/lib/mail/parsers/content_disposition.rb
${GEM_LIBDIR}/lib/mail/parsers/content_disposition.treetop
${GEM_LIBDIR}/lib/mail/parsers/content_location.rb
${GEM_LIBDIR}/lib/mail/parsers/content_location.treetop
${GEM_LIBDIR}/lib/mail/parsers/content_transfer_encoding.rb
${GEM_LIBDIR}/lib/mail/parsers/content_transfer_encoding.treetop
${GEM_LIBDIR}/lib/mail/parsers/content_type.rb
${GEM_LIBDIR}/lib/mail/parsers/content_type.treetop
${GEM_LIBDIR}/lib/mail/parsers/date_time.rb
${GEM_LIBDIR}/lib/mail/parsers/date_time.treetop
${GEM_LIBDIR}/lib/mail/parsers/envelope_from.rb
${GEM_LIBDIR}/lib/mail/parsers/envelope_from.treetop
${GEM_LIBDIR}/lib/mail/parsers/message_ids.rb
${GEM_LIBDIR}/lib/mail/parsers/message_ids.treetop
${GEM_LIBDIR}/lib/mail/parsers/mime_version.rb
${GEM_LIBDIR}/lib/mail/parsers/mime_version.treetop
${GEM_LIBDIR}/lib/mail/parsers/phrase_lists.rb
${GEM_LIBDIR}/lib/mail/parsers/phrase_lists.treetop
${GEM_LIBDIR}/lib/mail/parsers/received.rb
${GEM_LIBDIR}/lib/mail/parsers/received.treetop
${GEM_LIBDIR}/lib/mail/parsers/rfc2045.rb
${GEM_LIBDIR}/lib/mail/parsers/rfc2045.treetop
${GEM_LIBDIR}/lib/mail/parsers/rfc2822.rb
${GEM_LIBDIR}/lib/mail/parsers/rfc2822.treetop
${GEM_LIBDIR}/lib/mail/parsers/rfc2822_obsolete.rb
${GEM_LIBDIR}/lib/mail/parsers/rfc2822_obsolete.treetop
${GEM_LIBDIR}/lib/mail/part.rb
${GEM_LIBDIR}/lib/mail/parts_list.rb
${GEM_LIBDIR}/lib/mail/patterns.rb
${GEM_LIBDIR}/lib/mail/utilities.rb
${GEM_LIBDIR}/lib/mail/values/unicode_tables.dat
${GEM_LIBDIR}/lib/mail/version.rb
${GEM_LIBDIR}/lib/mail/version_specific/ruby_1_8.rb
${GEM_LIBDIR}/lib/mail/version_specific/ruby_1_9.rb
${GEM_LIBDIR}/lib/tasks/corpus.rake
${GEM_LIBDIR}/lib/tasks/treetop.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec