FreeScout

Results 14 issues of FreeScout

Does it support api calls using oAuth Bot Token?

**Describe the bug** Double dots (`..`) are being removed from attachment names, i.e. `test..txt` becomes `testtxt` **Expected behavior** `test.txt` The reason is probably in https://github.com/Webklex/php-imap/blob/0966e53399f7c14880f7a3453ef28e6f8efe09b7/src/Attachment.php#L309 Possible solution: ``` return str_replace(['\\',...

**Describe the bug** Currently Webklex/php-imap by default uses 'utf-8' decoder and `\imap_utf8()` function to decode subject:https://github.com/Webklex/php-imap/blob/abf080eb745e21df7a3070ca356248dda021d4ad/src/Header.php#L424 This approach does not always decode subjects properly. For example `Subject: =?ISO-2022-JP?B?GyRCIXlCaBsoQjEzMhskQjlmISEhViUsITwlRyVzGyhCJhskQiUoJS8lOSVGJWolIiFXQGxMZ0U5JE4kPyRhJE4jURsoQiYbJEIjQSU1JW0lcyEhIVo3bjQpJSglLyU5JUYlaiUiISYlbyE8JS8hWxsoQg==?=` will be...

enhancement

Hi, Is it possible to add XOAUTH2-authentication to the Zend Mail IMAP? See https://github.com/google/gmail-oauth2-tools/issues/18 The [solution](https://github.com/google/gmail-oauth2-tools/blob/master/php/oauth2.php) suggested by Google is not perfect, as it first tries to connect via regular...