From 69b240f348d374c970e6d37d03b30b984368575d Mon Sep 17 00:00:00 2001 From: nick evans Date: Fri, 3 Jan 2025 23:00:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Fix=20rdoc=20heading=20levels?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/net/imap/response_data.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/net/imap/response_data.rb b/lib/net/imap/response_data.rb index 9a9ca326..16ff306c 100644 --- a/lib/net/imap/response_data.rb +++ b/lib/net/imap/response_data.rb @@ -712,7 +712,7 @@ class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to, # parsed into its component parts by the server. Address objects are # returned within Envelope fields. # - # === Group syntax + # == Group syntax # # When the #host field is +nil+, this is a special form of address structure # that indicates the [RFC5322[https://www.rfc-editor.org/rfc/rfc5322]] group @@ -819,7 +819,7 @@ def all_seqnos(node = self) # for full description of all +BODYSTRUCTURE+ fields, and also # Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs. # - # === Classes that include BodyStructure + # == Classes that include BodyStructure # BodyTypeBasic:: Represents any message parts that are not handled by # BodyTypeText, BodyTypeMessage, or BodyTypeMultipart. # BodyTypeText:: Used by text/* parts. Contains all of the