@@ -479,8 +479,8 @@ def login(user, password)
479
479
# in the +mailbox+ can be accessed.
480
480
#
481
481
# After you have selected a mailbox, you may retrieve the
482
- # number of items in that mailbox from @responses["EXISTS"][-1],
483
- # and the number of recent messages from @responses["RECENT"][-1].
482
+ # number of items in that mailbox from + @responses["EXISTS"][-1]+ ,
483
+ # and the number of recent messages from + @responses["RECENT"][-1]+ .
484
484
# Note that these values can change if new messages arrive
485
485
# during a session; see #add_response_handler() for a way of
486
486
# detecting this event.
@@ -1138,11 +1138,11 @@ def self.format_datetime(time)
1138
1138
# The available options are:
1139
1139
#
1140
1140
# port:: Port number (default value is 143 for imap, or 993 for imaps)
1141
- # ssl:: If options[:ssl] is true, then an attempt will be made
1141
+ # ssl:: If + options[:ssl]+ is true, then an attempt will be made
1142
1142
# to use SSL (now TLS) to connect to the server. For this to work
1143
1143
# OpenSSL [OSSL] and the Ruby OpenSSL [RSSL] extensions need to
1144
1144
# be installed.
1145
- # If options[:ssl] is a hash, it's passed to
1145
+ # If + options[:ssl]+ is a hash, it's passed to
1146
1146
# OpenSSL::SSL::SSLContext#set_params as parameters.
1147
1147
# open_timeout:: Seconds to wait until a connection is opened
1148
1148
# idle_response_timeout:: Seconds to wait until an IDLE response is received
@@ -2124,13 +2124,13 @@ def ensure_mod_sequence_value(num)
2124
2124
# [INTERNALDATE]
2125
2125
# A string representing the internal date of the message.
2126
2126
# [RFC822]
2127
- # Equivalent to BODY[].
2127
+ # Equivalent to + BODY[]+ .
2128
2128
# [RFC822.HEADER]
2129
- # Equivalent to BODY.PEEK[HEADER].
2129
+ # Equivalent to + BODY.PEEK[HEADER]+ .
2130
2130
# [RFC822.SIZE]
2131
2131
# A number expressing the [RFC-822] size of the message.
2132
2132
# [RFC822.TEXT]
2133
- # Equivalent to BODY[TEXT].
2133
+ # Equivalent to + BODY[TEXT]+ .
2134
2134
# [UID]
2135
2135
# A number expressing the unique identifier of the message.
2136
2136
#
0 commit comments