From 04227defe96f0fe1c66a03ee99a7fbfc5008ff01 Mon Sep 17 00:00:00 2001 From: nicholas evans Date: Fri, 24 Nov 2023 15:44:01 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20TODO:=20Add=20`unchangedsince`?= =?UTF-8?q?=20kwarg=20to=20`#store`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/net/imap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 061221bf..e733bff5 100644 --- a/lib/net/imap.rb +++ b/lib/net/imap.rb @@ -515,6 +515,8 @@ module Net # (but thread responses are unchanged). # - Updates #fetch and #uid_fetch with the +changedsince+ modifier and # +MODSEQ+ FetchData attribute. + # - Updates #store and #uid_store with the +unchangedsince+ modifier and adds + # the +MODIFIED+ ResponseCode to the tagged response. # # ==== RFC8474: +OBJECTID+ # - Adds +MAILBOXID+ ResponseCode to #create tagged response.