Skip to content

Commit

Permalink
🚧 TODO: handle ESEARCH response to sort (ESORT extension)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Oct 24, 2024
1 parent 85bdcf1 commit f20f5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/net/imap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3028,6 +3028,7 @@ def copy_internal(cmd, set, mailbox)
def sort_internal(cmd, sort_keys, search_keys, charset)
search_keys = normalize_searching_criteria(search_keys)
synchronize do
# TODO: handle ESEARCH response (for ESORT extension)
send_command(cmd, sort_keys, charset, *search_keys)
clear_responses("SORT").last || []
end
Expand Down

0 comments on commit f20f5b4

Please sign in to comment.