chatwoot/app/mailboxes
Shivam Mishra c031cb19d2
fix: downcase email before finding (#8921)
* fix: downcase email when finding

* feat: add `from_email` class

* refactor: use `from_email`

* feat: add rule to disallow find_by email directly

* chore:  remove redundant test

Since the previous imlpmentation didn't do a case-insentive search, a new user would be created, and the error would be raised at the DB layer. With the new changes, this test case is redundant

* refactor: use from_email
2024-02-21 18:51:00 +05:30
..
imap fix: downcase email before finding (#8921) 2024-02-21 18:51:00 +05:30
application_mailbox.rb fix: Raise error if email to_header is invalid (#8688) 2024-02-20 17:03:39 -08:00
default_mailbox.rb Feature: Conversation Continuity with Email (#770) 2020-04-30 20:20:26 +05:30
mailbox_helper.rb chore: add more logging to mailbox helpers [CW-3071] (#8909) 2024-02-13 08:51:50 +05:30
reply_mailbox.rb fix: change email conversation not found exception to log (#8785) 2024-01-25 22:36:02 +05:30
support_mailbox.rb fix: downcase email before finding (#8921) 2024-02-21 18:51:00 +05:30