File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -518,6 +518,16 @@ def id(client_id=nil)
518518 # Sends a {NOOP command [IMAP4rev1
519519 # §6.1.2]}[https://www.rfc-editor.org/rfc/rfc3501#section-6.1.2] to the
520520 # server.
521+ #
522+ # This allows the server to send unsolicited untagged EXPUNGE #responses,
523+ # but does not execute any client request. \IMAP servers are permitted to
524+ # send unsolicited untagged responses at any time, except for `EXPUNGE`.
525+ #
526+ # * +EXPUNGE+ can only be sent while a command is in progress.
527+ # * +EXPUNGE+ must _not_ be sent during #fetch, #store, or #search.
528+ # * +EXPUNGE+ may be sent during #uid_fetch, #uid_store, or #uid_search.
529+ #
530+ # See also: #idle
521531 def noop
522532 send_command ( "NOOP" )
523533 end
You can’t perform that action at this time.
0 commit comments