We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed3a57 commit 4dc850fCopy full SHA for 4dc850f
lib/net/imap.rb
@@ -24,9 +24,9 @@
24
module Net
25
26
# Net::IMAP implements Internet Message Access Protocol (\IMAP) client
27
- # functionality. The protocol is described in
28
- # [IMAP4rev1[https://tools.ietf.org/html/rfc3501]] and
29
- # [IMAP4rev2[https://tools.ietf.org/html/rfc9051]].
+ # functionality. The protocol is described
+ # in {IMAP4rev1 [RFC3501]}[https://tools.ietf.org/html/rfc3501]
+ # and {IMAP4rev2 [RFC9051]}[https://tools.ietf.org/html/rfc9051].
30
#
31
# == \IMAP Overview
32
0 commit comments