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 22c71c4 commit 7761764Copy full SHA for 7761764
lib/net/imap/fetch_data.rb
@@ -92,7 +92,7 @@ class IMAP < Protocol
92
#
93
# === Implicitly setting <tt>\Seen</tt> and using +PEEK+
94
95
- # Unless the mailbox is has been opened as read-only, fetching
+ # Unless the mailbox has been opened as read-only, fetching
96
# <tt>BODY[#{section}]</tt> or <tt>BINARY[#{section}]</tt>
97
# will implicitly set the <tt>\Seen</tt> flag. To avoid this, fetch using
98
# <tt>BODY.PEEK[#{section}]</tt> or <tt>BINARY.PEEK[#{section}]</tt>
0 commit comments