1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

remove some nbsp

هذا الالتزام موجود في:
Adam Cooke
2017-05-16 15:35:13 +01:00
الأصل 36db40cfe7
التزام 8b7bcd9a6a

عرض الملف

@@ -33,7 +33,7 @@ controller :send do
error 'AttachmentMissingData', "An attachment is missing data" error 'AttachmentMissingData', "An attachment is missing data"
# Return # Return
returns Hash returns Hash
# Action # Action
action do action do
attributes = {} attributes = {}
attributes[:to] = params.to attributes[:to] = params.to
@@ -87,7 +87,7 @@ controller :send do
error 'UnauthenticatedFromAddress' error 'UnauthenticatedFromAddress'
end end
# Store the result ready to return # Store the result ready to return
result = {:message_id => nil, :messages => {}} result = {:message_id => nil, :messages => {}}
params.rcpt_to.uniq.each do |rcpt_to| params.rcpt_to.uniq.each do |rcpt_to|
message = identity.server.message_db.new_message message = identity.server.message_db.new_message