yiioverflow / yii2-imap

https://yiioverflow.com
BSD 3-Clause "New" or "Revised" License
41 stars 33 forks source link

Decoding condition (#13) #14

Closed s1lver closed 6 years ago

s1lver commented 6 years ago

See describe issue #13

roopan-sellanyhome commented 6 years ago

@s1lver Merged with master branch

yiioverflow commented 6 years ago

@s1lver Thanks!

dima-sdi commented 6 years ago

Now got error Error: Undefined index: decodeMimeStr

yiioverflow commented 6 years ago

@s1lver can you check this pls ?

s1lver commented 6 years ago

@dima-sdi Please give more details. Please note that there is a new setting decodeMimeStr

s1lver commented 6 years ago

@yiioverflow I confirm full working capacity for several months now

dima-sdi commented 6 years ago

@s1lver Look like I've missed a new setting. This update totally broke my production ) May be you should make this setting to be optional? BTW, @yiioverflow your blog http://blog.yiioverflow.com/yii2-imap is also broken for few days Anyway, thank you for this lib - I really like to use it )

s1lver commented 6 years ago

@yiioverflow @dima-sdi I confirm my work. It is necessary to add a configuration to the config.

[
 'imap' => ['class' => ..., 'connection' => ['decodingMimeStr' => false]]
]

In the near future I will do a pull request.

s1lver commented 6 years ago

@yiioverflow Please see #16