|
@@ -60,7 +60,7 @@ class AddressStructure {
|
|
: $this->mailbox);
|
|
: $this->mailbox);
|
|
$personal = trim($this->personal);
|
|
$personal = trim($this->personal);
|
|
$is_encoded = false;
|
|
$is_encoded = false;
|
|
- if (preg_match('/(=\?([^?]*)\?(Q|B)\?([^?]*)\?=)(.*)/Ui',$personal,$reg)) {
|
|
|
|
|
|
+ if (preg_match('/(=\?([^?]*)\?(Q|B)\?([^?]*)\?=)(.*)/i',$personal,$reg)) {
|
|
$is_encoded = true;
|
|
$is_encoded = true;
|
|
}
|
|
}
|
|
if ($personal) {
|
|
if ($personal) {
|