Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/net/imap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3901,6 +3901,7 @@ def fetch_internal(cmd, set, attr, mod = nil, partial: nil, changedsince: nil)
raise ArgumentError, "partial can only be used with uid_fetch"
end
set = SequenceSet[set]
mod = mod.dup if mod && (partial || changedsince)
Comment thread
nevans marked this conversation as resolved.
Outdated
if partial
mod ||= []
mod << "PARTIAL" << PartialRange[partial]
Expand Down