مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
fix syntax for compatibility
هذا الالتزام موجود في:
@@ -328,9 +328,11 @@ module Postal
|
||||
mail = Mail.new(self.raw_headers)
|
||||
mail.header.fields.each_with_object({}) do |field, hash|
|
||||
hash[field.name.downcase] ||= []
|
||||
hash[field.name.downcase] << field.decoded
|
||||
rescue Mail::Field::IncompleteParseError
|
||||
# Never mind, move on to the next header
|
||||
begin
|
||||
hash[field.name.downcase] << field.decoded
|
||||
rescue Mail::Field::IncompleteParseError
|
||||
# Never mind, move on to the next header
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم