fix: Improve mail content parsing (#2638)
This commit is contained in:
@@ -9,10 +9,12 @@ class SupportMailbox < ApplicationMailbox
|
||||
:decorate_mail
|
||||
|
||||
def process
|
||||
find_or_create_contact
|
||||
create_conversation
|
||||
create_message
|
||||
add_attachments_to_message
|
||||
ActiveRecord::Base.transaction do
|
||||
find_or_create_contact
|
||||
create_conversation
|
||||
create_message
|
||||
add_attachments_to_message
|
||||
end
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user