net-imap 0.5.2 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of net-imap might be problematic. Click here for more details.

data/rakelib/rfcs.rake CHANGED
@@ -145,6 +145,8 @@ RFCS = {
145
145
  8514 => "IMAP SAVEDATE",
146
146
  8970 => "IMAP PREVIEW",
147
147
  9208 => "IMAP QUOTA, QUOTA=, QUOTASET",
148
+ 9394 => "IMAP PARTIAL",
149
+ 9586 => "IMAP UIDONLY",
148
150
 
149
151
  # etc...
150
152
  3629 => "UTF8",
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: net-imap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shugo Maeda
8
8
  - nicholas a. evans
9
- autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
12
- date: 2024-12-16 00:00:00.000000000 Z
11
+ date: 2025-01-04 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: net-protocol
@@ -97,6 +96,7 @@ files:
97
96
  - lib/net/imap/stringprep/saslprep_tables.rb
98
97
  - lib/net/imap/stringprep/tables.rb
99
98
  - lib/net/imap/stringprep/trace.rb
99
+ - lib/net/imap/vanished_data.rb
100
100
  - net-imap.gemspec
101
101
  - rakelib/benchmarks.rake
102
102
  - rakelib/rdoc.rake
@@ -112,7 +112,6 @@ metadata:
112
112
  homepage_uri: https://github.com/ruby/net-imap
113
113
  source_code_uri: https://github.com/ruby/net-imap
114
114
  changelog_uri: https://github.com/ruby/net-imap/releases
115
- post_install_message:
116
115
  rdoc_options: []
117
116
  require_paths:
118
117
  - lib
@@ -127,8 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
127
126
  - !ruby/object:Gem::Version
128
127
  version: '0'
129
128
  requirements: []
130
- rubygems_version: 3.5.22
131
- signing_key:
129
+ rubygems_version: 3.6.2
132
130
  specification_version: 4
133
131
  summary: Ruby client api for Internet Message Access Protocol
134
132
  test_files: []