File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -344,24 +344,19 @@ class ResponseCode < Struct.new(:name, :data)
344
344
# code data can take.
345
345
end
346
346
347
- # Net::IMAP:: UIDPlusData represents the ResponseCode#data that accompanies
348
- # the +APPENDUID+ and +COPYUID+ response codes.
347
+ # UIDPlusData represents the ResponseCode#data that accompanies the
348
+ # +APPENDUID+ and +COPYUID+ { response codes}[rdoc-ref:ResponseCode] .
349
349
#
350
- # See [[UIDPLUS[https://www.rfc-editor.org/rfc/rfc4315.html]].
351
- #
352
- # ==== Capability requirement
353
- #
354
- # The +UIDPLUS+ capability[rdoc-ref:Net::IMAP#capability] must be supported.
355
350
# A server that supports +UIDPLUS+ should send a UIDPlusData object inside
356
351
# every TaggedResponse returned by the append[rdoc-ref:Net::IMAP#append],
357
352
# copy[rdoc-ref:Net::IMAP#copy], move[rdoc-ref:Net::IMAP#move], {uid
358
353
# copy}[rdoc-ref:Net::IMAP#uid_copy], and {uid
359
354
# move}[rdoc-ref:Net::IMAP#uid_move] commands---unless the destination
360
355
# mailbox reports +UIDNOTSTICKY+.
361
356
#
362
- #--
363
- # TODO: support MULTIAPPEND
364
- #++
357
+ # == Required capability
358
+ # Requires either +UIDPLUS+ [RFC4315[https://www.rfc-editor.org/rfc/rfc4315]]
359
+ # or +IMAP4rev2+ capability.
365
360
#
366
361
class UIDPlusData < Struct . new ( :uidvalidity , :source_uids , :assigned_uids )
367
362
##
You can’t perform that action at this time.
0 commit comments