You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #236 introduced the SearchResult class, which is actually a frozen Array.
However, this breaks the what: :last option in the mail gem here FrozenError: can't modify frozen Net::IMAP::SearchResult
PR #236 introduced the
SearchResultclass, which is actually a frozen Array.However, this breaks the
what: :lastoption in themailgem hereFrozenError: can't modify frozen Net::IMAP::SearchResult