yiioverflow / yii2-imap

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

Shouldn't you sepparate the config? #2

Closed philippfrenzel closed 9 years ago

philippfrenzel commented 9 years ago

So maybe people can manage it within the components? ;)

yiioverflow commented 9 years ago

Yes, that would be a nice, I will update it. Thanks for the comment.

yiioverflow commented 9 years ago

Hi @philippfrenzel , can you help me to fix this issue ?

I tried but am getting Error :

ReflectionException Class \roopz\imap\Imap does not exist

My config was like

    'imap' => [
        'class' => 'roopz\imap\components\Imap',
        'imapPath' => 'host',
        'username' => 'user',
        'password' => 'pass',
        'serverEncoding'=>'utf-8' // utf-8 default.
     ],

I can correct it when give me some idea. Thanks.

yiioverflow commented 9 years ago

Please ignore my message. Fixed the issue.

Looking forward to your feedback.

ROOPARAVICHANDRAN commented 7 years ago

hi,

can you tell how did you solve this issue