Reda Nefzi
Results
3
comments of
Reda Nefzi
i have the same problem using `$imap->getMessages();` Error: mb_convert_encoding(): Illegal character encoding specified
I had the same issue but i was able to fix it by adding: ```js computed: { origin: true, fullBaseUrl: process.env.AUTH_URL, }, ``` to ```js auth:{} ```
> > I had the same issue but i was able to fix it by adding: > > ```js > > computed: { > > origin: true, > > fullBaseUrl:...