From 543e49ee36e166c298b378327ba1c171cb4df552 Mon Sep 17 00:00:00 2001 From: nick evans Date: Fri, 13 Sep 2024 09:27:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20SequenceSet=20API=20is=20conside?= =?UTF-8?q?red=20stable=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/net/imap/sequence_set.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/net/imap/sequence_set.rb b/lib/net/imap/sequence_set.rb index eff436fc..cea70014 100644 --- a/lib/net/imap/sequence_set.rb +++ b/lib/net/imap/sequence_set.rb @@ -14,13 +14,6 @@ class IMAP # receive a SequenceSet as an argument, for example IMAP#search, IMAP#fetch, # and IMAP#store. # - # == EXPERIMENTAL API - # - # SequenceSet is currently experimental. Only two methods, ::[] and - # #valid_string, are considered stable. Although the API isn't expected to - # change much, any other methods may be removed or changed without - # deprecation. - # # == Creating sequence sets # # SequenceSet.new with no arguments creates an empty sequence set. Note