Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby3.4-rubygem-mail-2.8.1-slfo.1.1.1 RPM for s390x

From OpenSuSE Leap 16.0 for s390x

Name: ruby3.4-rubygem-mail Distribution: SUSE Linux Framework One
Version: 2.8.1 Vendor: SUSE LLC <https://www.suse.com/>
Release: slfo.1.1.1 Build date: Tue Nov 14 16:13:46 2023
Group: Development/Languages/Ruby Build host: reproducible
Size: 4183537 Source RPM: rubygem-mail-2.8.1-slfo.1.1.1.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/mikel/mail
Summary: Mail provides a nice Ruby DSL for making, sending and reading emails
A really Ruby Mail handler.

Provides

Requires

License

MIT

Changelog

* Tue Nov 14 2023 dan.cermak@posteo.net
  - New upstream release 2.8.1, no changelog found
* Wed Dec 07 2022 coolo@suse.com
  updated to version 2.8.0
    no changelog found
* Mon Oct 29 2018 mschnitzer@suse.com
  - updated to version 2.7.1
    Compatibility:
    * Restore LF=>CRLF conversions for properly encoded non-binary emails. (rubys)
    * Gracefully parse certain invalid Content-Type headers. (rafbm)
    * Support `x-uue` transfer encoding as uuencoding. (jkraemer)
    Features:
    * Expose Mail::Field#unparsed_value to read the raw field value, before parsing. (Tensho)
    Performance:
    * Speed up message encoding, especially with large attachments. (dalibor)
    Bugs:
    * Fix transfer encoding when message encoding is blank. (jakubonty, saks)
    * Fix 7bit/base64 content transfer encoding mismatch. (ahorek)
    * Fix UTF-8 attachment filename quoting. (ahorek)
    * Fix `delete_all` using a readonly IMAP connection. (kimromi)
* Sun Dec 03 2017 coolo@suse.com
  - updated to version 2.7.0
    CHANGELOG.rdoc removed upstream
* Tue Jun 13 2017 coolo@suse.com
  - updated to version 2.6.6
    see installed CHANGELOG.rdoc
    == Version 2.6.6 - 2017-06-09 Jeremy Daer <jeremydaer@gmail.com>
    Security:
    * #1097 – SMTP security: prevent command injection via To/From addresses. (jeremy)
    Bugs:
    * #689 - Fix Exim delivery method broken by #477 in 2.5.4. (jethrogb)
* Tue May 23 2017 coolo@suse.com
  - updated to version 2.6.5
    see installed CHANGELOG.rdoc
* Wed Apr 06 2016 coolo@suse.com
  - updated to version 2.6.4
    see installed CHANGELOG.rdoc
    == Version 2.6.4 - Wed Mar 23 08:16 -0700 2016 Jeremy Daer <jeremydaer@gmail.com>
    Features:
    * #772 - Normalize encoding matchers (grosser)
    * #775 - Avoid failed encodings / stop bad charsets early (grosser)
    * #782 – Make the gem compatible with Rubinius (robin850)
    * #865 - Allow a body with an invalid encoding to be round tripped (kjg)
    * #866 - Support decoding message bodies with non-Ruby-standard charsets (jeremy)
    * #868 - Use the Ruby19.charset_encoder when decoding message bodies (kjg)
    * #872 - Low-level option to include BCC field in the encoded message (grossadamm)
    * #901 - Allow mail.text_part = '…' and mail.html_part = '<p>…</p>' (taavo)
    * #924 - Matcher for having attachments (schepedw)
    Performance:
    * #956 - Use native String#encode for CR/LF conversion (carsonreinke)
    * #970 - Support Ruby 2.3+ frozen string literals (twalpole)
    Bugs:
    * #719 - Fix to not extract header content that looks like its field name (kjg)
    * #789 - Fix encoding collapsing not dealing with multiple encodings in 1 line (grosser)
    * #808 - Mail::Field correctly responds_to? the methods of its instantiated field (thegcat)
    * #849 - Handle calling Part#inline? when the Content-Disposition field couldn't be parsed (kjg)
    * #874 – Stay under 1000-char SMTP line length limits (pushrax)
    * #877 - Make Mail::Field == other take the field value into account (kjg)
    * #907 - Mail::ContentDispositionField should work with nil value (kjg)
    * #910 - Mail::Address should handle b_value_encoded local and domain parts (kjg)
    * #918 - Account for possibility of absent delivery-status headers (kjg)
* Sun Feb 08 2015 coolo@suse.com
  - updated to version 2.6.3
    * #796 support uu encoding (grosser)
    Performance:
    * #681 - fewer hotspot object allocations (srawlins)
    * #815 - autoload parsers for load-time speed and memory usage (grosser)
* Sun Oct 12 2014 coolo@suse.com
  - updated to version 2.6.1
    Features:
    * Silence warnings on loading ragel-generated parsers (bf4)
    * Allow interceptors and observers to be unregistered (zuhao)
    * Added feature to find the mail in uid (taketin)
    Performance:
    * Migrate to RAGEL based parser, awesome work by (bpot)
    * Performance improvements for people parsing email headers (ConradIrwin)
* Sun Oct 12 2014 adrian@suse.de
  - adapt to new rubygem packaging style
* Wed May 15 2013 coolo@suse.com
  - updated to version 2.5.4
    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)
* Fri Dec 07 2012 coolo@suse.com
  - updated to version 2.5.3
    * Close pull request 468 - Remove debug output to STDOUT (tadman)
    * Fix up spec warnings
    * Remove un needed require
    * Ensure spec_helper constants only defined once
    * Use stub against time instead of DateTime to avoid double redefinition error
* Mon Nov 26 2012 coolo@suse.com
  - updated to version 2.5.2
    * Removing double loading of treetop parsers to remove warnings
    * Making parsers auto compile on spec suite and load in production code to avoid error that caused yank of 2.5.0
    * Reapply pull request 443 - CC fields with semicolon are now parsed right (paulwittmann)
    Features:
    * Close pull request 406 - Add Mail#eager_autoload! to load all autoloaded files on demand (bpot)
    * Close pull request 461 - Allow string as delivery_method (skyeagle, radar)
    * Close pull request 407 - Do not require Net::IMAP or Net::POP if they're already loaded (bpot)
    * Close pull request 400 - Raise exception if delivery values or from values are missing completely from an email that is getting delivered (dmathieu)
    * Close pull request 397 - Support dots in local part of the addresses (eac)
    * Close pull request 477 - Fixed handling content_type with superfluous spaces (ledermann)
    * Close pull request 451 - Ignore nil in addresses so things do not blow up when e.g. a user had no email (grosser)
    * Close pull request 362 - Enable TLS in Ruby 1.8 (kingargyle)
    * Close pull request 358 - Fix Mail::CommonAddress#value=, Mail::CommonAddress#<< and Mail::Encodings.encode_non_usascii (mrkn)
    * Close pull request 350 - Makes mail Header object ennumerable (ged)
    Performance:
    * Close pull request 369 - Mail::Header#charset is called pretty often during header parser work (bogdan)
    * Close pull request 368 - Improve existing code by moving some objects to contstant instead of constructing them over and over again. (bogdan)
    * Close pull request 366 - Headers parsing performance optimization (bogdan)
    * Close pull request 365 - Add maximum_amount of parsed headers configuration parameter (bogdan)
    Bugs:
    * Close pull request 444 - Fix typo in spec (cczona)
    * Close pull request 439 - Fix Ruby 1.9 behaviour to match 1.8.7 behaviour on ignoring invalid or undefined characters (ochko)
    * Close pull request 430 - Unstructured field converts to string before calling encoding on it (brupm mikel)
    * Close pull request 424 - Use String#to_crlf instead of String#gsub (okkez)
    * Close pull request 429 - Fix an obvious bug in exim delivery_method (dskim)
    * Close pull request 425 - Remove Gemfile.lock from generated gem (kbackowski)
    * Close pull request 414 - Fix typo on "ignoring" (derwiki)
    * Close pull request 405 - Fix stack overflow (RegexpError) triggered by large emails with an envelope (bpot)
    * Close pull request 402 - Prevent InReplyTo, Keyword, References or ResentMessageId fields from  generating lines longer than 998 chars (pplr)
    * Close pull request 391 - Fixed failed attachment parsing when file name in headers contains spaces and is not wrapped in quotes (danieltreacy)
    * Close pull request 385 - Fix Multibyte::Chars#upcase/downcase (technoweenie)
    * Close pull request 384 - copy dat unicode over from active support (technoweenie)
    * Close pull request 380 - Split strictly on MIME boundary lines (ConradIrwin)
    * Close pull request 277 - Fix specific email decoding failure example (yalab)
    * Close pull request 361 - Support 8bit encoding for ruby 1.9 (bogdan)
    * Close pull request 346 - Fix two bugs of TestRetriever (ermaker)
    * Close pull request 337 - Make the behavior of value_decode the same between Ruby 1.8 and Ruby 1.9. (kennyj)
    * Close pull request 336 - Fix more warning: possibly useless use of == in void context (kennyj)
    * Close pull request 293 - make charset and mime type more resliant to bad header values (kmeehl)
    * Fix failing spec Issue 453 on Ruby 1.9.3
    * Fix mail reading: don't raise invalid byte sequence in UTF-8 when reading non-UTF-8 emails (mreinsch)
    * Close pull request 353 - define NilClass#blank? only if not defined yet (amatsuda)
    * Close pull request 357 - Fixes #349 an inverted condition on imap open read_only (felixroeser)
    * Remove duplicated line feed from regexp
    * Remove unused variable
    * Updated IMAP documentation
    * Tweak publisher
* Sat Aug 04 2012 coolo@suse.com
  - rename useless suffix
* Sat Aug 04 2012 coolo@suse.com
  - updated to version 2.4.4
* Mon Apr 23 2012 saschpe@suse.de
  - Also require rubygem-i18n-0_6 instead of rubygem-i18n
* Tue Apr 03 2012 coolo@suse.com
  - update to 2.4.4
    * Fix security vulnerability allowing command line exploit when using file delivery method
    * Fix security vulnerability allowing command line exploit when using exim or sendmail from the command line
    * Change Mail#deliver! to also inform the interceptors
    * Encodings.value_decode(str): Treat lines with mixed encoding correctly when the line ends with a plain text part.
* Fri Mar 23 2012 saschpe@suse.de
  - Spec file cleanup:
    * Factory preparation
* Thu Jan 26 2012 mrueckert@suse.de
  - initial package 2.4 branch

Files

/usr/lib64/ruby/gems/3.4.0/build_info
/usr/lib64/ruby/gems/3.4.0/cache/mail-2.8.1.gem
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/MIT-LICENSE
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/README.md
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/attachments_list.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/body.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/check_delivery_params.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/configuration.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/constants.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/address.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/address_list.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/content_disposition_element.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/content_location_element.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/content_transfer_encoding_element.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/content_type_element.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/date_time_element.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/envelope_from_element.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/message_ids_element.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/mime_version_element.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/phrase_list.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/elements/received_element.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings/7bit.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings/8bit.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings/base64.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings/binary.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings/identity.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings/quoted_printable.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings/transfer_encoding.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/encodings/unix_to_unix.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/envelope.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/field_list.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/bcc_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/cc_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/comments_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_address_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_date_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/common_message_id_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_description_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_disposition_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_id_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_location_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_transfer_encoding_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/content_type_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/date_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/from_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/in_reply_to_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/keywords_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/message_id_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/mime_version_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/named_structured_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/named_unstructured_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/optional_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/parameter_hash.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/received_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/references_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/reply_to_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_bcc_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_cc_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_date_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_from_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_message_id_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_sender_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/resent_to_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/return_path_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/sender_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/structured_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/subject_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/to_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/fields/unstructured_field.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/header.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/indifferent_hash.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/mail.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/matchers
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/matchers/attachment_matchers.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/matchers/has_sent_mail.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/message.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/multibyte
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/multibyte.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/multibyte/chars.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/multibyte/unicode.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/multibyte/utils.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/exim.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/file_delivery.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/logger_delivery.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/sendmail.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/smtp_connection.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/delivery_methods/test_mailer.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/base.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/imap.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/pop3.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/network/retriever_methods/test_retriever.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parser_tools.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/address_lists_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/address_lists_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_disposition_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_disposition_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_location_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_location_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_transfer_encoding_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_transfer_encoding_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_type_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/content_type_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/date_time_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/date_time_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/envelope_from_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/envelope_from_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/message_ids_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/message_ids_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/mime_version_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/mime_version_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/phrase_lists_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/phrase_lists_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/received_parser.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/received_parser.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc2045_content_transfer_encoding.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc2045_content_type.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc2045_mime.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc2183_content_disposition.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc3629_utf8.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc5234_abnf_core_rules.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc5322.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc5322_address.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc5322_date_time.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parsers/rfc5322_lexical_tokens.rl
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/part.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/parts_list.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/smtp_envelope.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/utilities.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/values
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/values/unicode_tables.dat
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/version.rb
/usr/lib64/ruby/gems/3.4.0/gems/mail-2.8.1/lib/mail/yaml.rb
/usr/lib64/ruby/gems/3.4.0/specifications/mail-2.8.1.gemspec
/usr/share/doc/packages/ruby3.4-rubygem-mail
/usr/share/doc/packages/ruby3.4-rubygem-mail/MIT-LICENSE
/usr/share/doc/packages/ruby3.4-rubygem-mail/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Feb 22 00:50:00 2025