Releases: freescout-help-desk/freescout
Releases · freescout-help-desk/freescout
1.8.158
1.8.157
Added
- Updated Croatian translation.
Fixed
- Fixed moving emails to a folder on fetching for mail servers not supporting
MOVE
command (#4313) - Fixed
@fwd
forwarding when styles are present in the email body (#4333) - Do not reset "Default Redirect" settings for users when saving Mailbox Permissions (#4339)
- Allow to set
APP_FETCHING_BUNCH_SIZE
env parameter (#4343) - Fixed table wizard in the editor (#4345)
1.8.156
1.8.155
Added
- Allow to hide from support agents customers from non-visible mailboxes (#4316)
- Added extra hooks:
conversation.convinfo.prepend
andconversation.convinfo.before_nav
(#4279) - Show "From" address in the conversation when "From" and "Reply-To" headers are different in the email (#4287)
- Updated Japanese translation.
- Update German translation.
Fixed
- Fixed decoding Japanese symbols in the email body in GB2312 encoding (#4282)
- Set
CURLOPT_FOLLOWLOCATION
inHelper::getRemoteFileContents()
to fix file retrieval issues in some cases.
Changed
- Added
Delivered-To:Autoresponder
to the list of autoresponder headers.
1.8.154
Fixed
- Fixed SMTP authentication not working in some cases due to setAuthMode() used in Swiftmailer - the issue has been introduced in v1.8.144 release (#4253)
- Fixed "null given" error in getMessageNumber() function (#4257)
- Check if current user is deleted on user's Permissions and Notifications pages.
Changed
1.8.153
Added
- Updated Polish translation.
- Updated German translation.
Fixed
- Fixed an issue with emails being empty when fetching from iCloud (#4202)
- Changed
/bin/sh
to/bin/bash
in update.sh (#4208) - Improved
@fwd
detection when forwarding emails to FreeScout (#2940) - Improved connection sleep time selection when fetching emails to avoid "connection setup failed" error (#4227)
- Avoid process list trancation when checking running commands on System Status page (#4237)
- Add CSRF check to the "Delete all files" link in Manage App Logs.
Changed
- Added
X-Autoresponder
to the list of auto-responder headers (#4226)
1.8.152
1.8.151
Added
- Added Kazakh language.
Fixed
- Fixed "Undefined array key 1" error on fetching emails (#4195)
- Fixed checking POP3 connection when "PHP Request Shutdown: Unexpected characters at end of address" error occurs.
- Fixed non-multipart emails being fetched via POP3 with headers present in the body (#4181)
- Fixed out of memory error on Status page when there are many background jobs (#4197)
1.8.150
1.8.149
Microsoft 365 will deprecate login/password SMTP authentication soon. So it's highly recommended to switch to the modern OAuth SMTP authentication in your MS365 mailboxes "Sending Email" settings (see this instruction).
Fixed
- Populate variables in custom Mailbox names in emails sent to customers (#4169)
- Improve Webklex/php-imap memory usage (Webklex/php-imap#433 (comment))
Changed
- Do not add quotes around the date in IMAP SINCE query (#4175)