|
60 | 60 | imap.expunge
|
61 | 61 | ```
|
62 | 62 |
|
| 63 | +## Maintenance Policy |
| 64 | + |
| 65 | +`net-imap` is bundled with Ruby releases. As a [bundled gem], it can be |
| 66 | +uninstalled from a Ruby installation and must be declared in `Gemfile` when used |
| 67 | +with `bundler`. Each Ruby `major.minor` release series bundles a specific |
| 68 | +`net-imap` release series. Each `net-imap` release series will remain |
| 69 | +compatible with at least two older versions of Ruby. |
| 70 | + |
| 71 | +Each `net-imap` release series will receive security updates as long as they are |
| 72 | +bundled with [supported Ruby branches]. The `net-imap` release series bundled |
| 73 | +with Ruby's latest stable Ruby release series _may_ also receive backported |
| 74 | +bugfixes and features, at the maintainers' discretion. |
| 75 | + |
| 76 | +| |Bundled with|First bundled release |Minimum Ruby|Maintenance |End of life | |
| 77 | +|-----|------------|-----------------------------|------------|--------------|------------| |
| 78 | +|0.5.x| _not yet_ | _not bundled with Ruby yet_ |Ruby 3.1 |new features | | |
| 79 | +|0.4.x| Ruby 3.3 |0.4.9, Ruby 3.3.0, 2023-12-25|Ruby 2.7.3 |some backports|_2027-03-31_| |
| 80 | +|0.3.x| Ruby 3.2 |0.3.4, Ruby 3.2.0, 2022-12-25|Ruby 2.6 |security only |_2026-03-31_| |
| 81 | +|0.2.x| Ruby 3.1 |0.2.2, Ruby 3.1.0, 2021-12-25|Ruby 2.5/2.6|security only |_2025-03-31_| |
| 82 | +|0.1.x| Ruby 3.0* |0.1.1, Ruby 3.0.0, 2020-12-25|Ruby 2.5 |end of life | 2024-04-23 | |
| 83 | +| | in stdlib | Ruby 1.6.2, 2000-12-25| |end of life | 2023-03-31 | |
| 84 | + |
| 85 | +Version 0.1.x was packaged as a [default gem] for Ruby 3.0, and can not be |
| 86 | +uninstalled from a Ruby 3.0 installation. Before being extracted into a gem, |
| 87 | +`net/imap` was only packaged as a part of Ruby's releases. The first stable |
| 88 | +release to include `net/imap` was ruby 1.6.2, on 2000-12-25. |
| 89 | + |
| 90 | +[bundled gem]: https://docs.ruby-lang.org/en/master/standard_library_rdoc.html#label-Bundled+gems |
| 91 | +[default gem]: https://docs.ruby-lang.org/en/master/standard_library_rdoc.html |
| 92 | +[supported Ruby branches]: https://www.ruby-lang.org/en/downloads/branches/ |
| 93 | + |
63 | 94 | ## Development
|
64 | 95 |
|
65 | 96 | After checking out the repo, run `bin/setup` to install dependencies. Then, run `bundle exec rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
0 commit comments