File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ module Net
127
127
# end
128
128
#
129
129
# # Support for "UTF8=ACCEPT" implies support for "ENABLE"
130
- # imap.enable :utf8 if imap.auth_capable ?("UTF8=ACCEPT")
130
+ # imap.enable :utf8 if imap.capable ?("UTF8=ACCEPT")
131
131
#
132
132
# namespaces = imap.namespace if imap.capable?(:namespace)
133
133
# mbox_prefix = namespaces&.personal&.first&.prefix || ""
@@ -1886,8 +1886,7 @@ def uid_search(keys, charset = nil)
1886
1886
# +attr+ is a list of attributes to fetch; see the documentation
1887
1887
# for FetchData for a list of valid attributes.
1888
1888
#
1889
- # The return value is an array of FetchData or nil
1890
- # (instead of an empty array) if there is no matching message.
1889
+ # The return value is an array of FetchData.
1891
1890
#
1892
1891
# Related: #uid_search, FetchData
1893
1892
#
You can’t perform that action at this time.
0 commit comments