مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-03-04 06:44:06 +00:00
Compare commits
3 الالتزامات
| المؤلف | SHA1 | التاريخ | |
|---|---|---|---|
|
|
76f43140ae | ||
|
|
5998bf376a | ||
|
|
7eaea97543 |
@@ -2,6 +2,12 @@
|
|||||||
|
|
||||||
This file contains all the latest changes and updates to Postal.
|
This file contains all the latest changes and updates to Postal.
|
||||||
|
|
||||||
|
## 2.1.4
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Move RubyVer functionality to Utilities module ([5998bf](https://github.com/postalserver/postal/commit/5998bf376a274df19f29877e7f68ea75f298c9f9))
|
||||||
|
|
||||||
## 2.1.3
|
## 2.1.3
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
@@ -177,12 +177,12 @@ GEM
|
|||||||
activerecord (>= 4.0.0)
|
activerecord (>= 4.0.0)
|
||||||
activesupport (>= 4.0.0)
|
activesupport (>= 4.0.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.14.2)
|
nokogiri (1.14.3)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.14.2-arm64-darwin)
|
nokogiri (1.14.3-arm64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.14.2-x86_64-linux)
|
nokogiri (1.14.3-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.2.1.1)
|
parser (3.2.1.1)
|
||||||
|
|||||||
@@ -6,12 +6,12 @@ module Mail
|
|||||||
# Handle windows-1258 as windows-1252 when decoding
|
# Handle windows-1258 as windows-1252 when decoding
|
||||||
def self.q_value_decode(str)
|
def self.q_value_decode(str)
|
||||||
str = str.sub(/=\?windows-?1258\?/i, '\=?windows-1252?')
|
str = str.sub(/=\?windows-?1258\?/i, '\=?windows-1252?')
|
||||||
RubyVer.q_value_decode(str)
|
Utilities.q_value_decode(str)
|
||||||
end
|
end
|
||||||
|
|
||||||
def self.b_value_decode(str)
|
def self.b_value_decode(str)
|
||||||
str = str.sub(/=\?windows-?1258\?/i, '\=?windows-1252?')
|
str = str.sub(/=\?windows-?1258\?/i, '\=?windows-1252?')
|
||||||
RubyVer.b_value_decode(str)
|
Utilities.b_value_decode(str)
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم