@@ -1242,17 +1242,23 @@ def uid_expunge(uid_set)
1242
1242
#
1243
1243
# ===== Search criteria
1244
1244
#
1245
- # The following are some common search criteria;
1246
- # see [{IMAP4rev1 §6.4.4}[https://www.rfc-editor.org/rfc/rfc3501.html#section-6.4.4]]
1247
- # for a full list:
1245
+ # For a full list of search criteria,
1246
+ # see [{IMAP4rev1 §6.4.4}[https://www.rfc-editor.org/rfc/rfc3501.html#section-6.4.4]],
1247
+ # or [{IMAP4rev2 §6.4.4}[https://www.rfc-editor.org/rfc/rfc9051.html#section-6.4.4]],
1248
+ # in addition to documentation for
1249
+ # any [CAPABILITIES[https://www.iana.org/assignments/imap-capabilities/imap-capabilities.xhtml]]
1250
+ # reported by #capability which may define additional search filters, e.g:
1251
+ # +CONDSTORE+, +WITHIN+, +FILTERS+, <tt>SEARCH=FUZZY</tt>, +OBJECTID+, or
1252
+ # +SAVEDATE+. The following are some common search criteria:
1248
1253
#
1249
1254
# <message set>:: a set of message sequence numbers. "<tt>,</tt>" indicates
1250
1255
# an interval, "+:+" indicates a range. For instance,
1251
1256
# "<tt>2,10:12,15</tt>" means "<tt>2,10,11,12,15</tt>".
1252
1257
#
1253
1258
# BEFORE <date>:: messages with an internal date strictly before
1254
- # <date>. The date argument has a format similar
1255
- # to 8-Aug-2002.
1259
+ # <b><date></b>. The date argument has a format similar
1260
+ # to <tt>8-Aug-2002</tt>, and can be formatted using
1261
+ # Net::IMAP.format_date.
1256
1262
#
1257
1263
# BODY <string>:: messages that contain <string> within their body.
1258
1264
#
0 commit comments