Skip to content

Commit a335ef8

Browse files
committed
Merge branch 'master' into dist/3.4/bookworm
2 parents 02acbb7 + ce4131e commit a335ef8

File tree

148 files changed

+7067
-4552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+7067
-4552
lines changed
File renamed without changes.

.bundle/gems/net-imap-0.5.4/Gemfile renamed to .bundle/gems/net-imap-0.5.6/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ gem "digest"
88
gem "strscan"
99
gem "base64"
1010

11+
gem "irb"
1112
gem "rake"
1213
gem "rdoc"
1314
gem "test-unit"

.bundle/gems/net-imap-0.5.4/README.md renamed to .bundle/gems/net-imap-0.5.6/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Net::IMAP
22

33
Net::IMAP implements Internet Message Access Protocol (IMAP) client
4-
functionality. The protocol is described in [IMAP](https://tools.ietf.org/html/rfc3501).
4+
functionality. The protocol is described in
5+
[RFC3501](https://www.rfc-editor.org/rfc/rfc3501),
6+
[RFC9051](https://www.rfc-editor.org/rfc/rfc9051) and various extensions.
57

68
## Installation
79

.bundle/gems/net-imap-0.5.4/docs/styles.css renamed to .bundle/gems/net-imap-0.5.6/docs/styles.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,28 @@ main .method-detail {
1010
justify-content: space-between;
1111
}
1212

13-
main .method-header, main .method-controls {
13+
main .method-header,
14+
main .method-controls,
15+
.attribute-method-heading {
1416
padding: 0.5em;
1517
/* border: 1px solid var(--highlight-color); */
1618
background: var(--table-header-background-color);
1719
line-height: 1.6;
1820
}
1921

22+
.attribute-method-heading .attribute-access-type {
23+
float: right;
24+
}
25+
2026
main .method-header {
2127
border-right: none;
2228
border-radius: 4px 0 0 4px;
2329
}
2430

31+
main .method-heading :any-link {
32+
text-decoration: none;
33+
}
34+
2535
main .method-controls {
2636
border-left: none;
2737
border-radius: 0 4px 4px 0;

.bundle/gems/net-imap-0.5.4/lib/net/imap.rb renamed to .bundle/gems/net-imap-0.5.6/lib/net/imap.rb

Lines changed: 171 additions & 101 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)