Keep a mail copy on Hesk 3.0.3

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
alfiosantoro
Posts: 7
Joined: Mon Dec 09, 2019 2:36 pm

Keep a mail copy on Hesk 3.0.3

Post by alfiosantoro »

HESK version 3.0.3 - HESK is up to date
PHP version 7.3.7 (MySQLi)
MySQL version 8.0.18
/hesk_settings.inc.php Exists, Writable
/attachments Exists, Writable
/cache Exists, Writable

Hi,

I recently updated to Hesk 3.0.2, and today I have moved on to version 3.0.3.
However, I realized that Hesk no longer keeps the "Keep a copy" option in the Mail menu, and this causes the elimination of all the emails that I receive from users.
I also tried to set the parameter by hand in the file hesk_settings.inc.php but after a while the parameter seems to reset to 0 (disabled).

// --> IMAP Fetching
$hesk_settings['imap']=1;
$hesk_settings['imap_job_wait']=0;
$hesk_settings['imap_host_name']='mail.getecna.it';
$hesk_settings['imap_host_port']=993;
$hesk_settings['imap_enc']='ssl';
$hesk_settings['imap_keep']=0;
$hesk_settings['imap_user']='xxxxxxxxxx';
$hesk_settings['imap_password']='xxxxxxxxxx';

Has anyone else encountered this bug?

Thank you,

A. Santoro
Klemen
Site Admin
Posts: 10143
Joined: Fri Feb 11, 2005 4:04 pm

Re: Keep a mail copy on Hesk 3.0.3

Post by Klemen »

It is a bug, yes. Thank you for reporting this.

This should fix it (upload to your admin folder): https://hesk.com/extras/hesk3/hesk302-imap-keep-fix.zip
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
alfiosantoro
Posts: 7
Joined: Mon Dec 09, 2019 2:36 pm

Re: Keep a mail copy on Hesk 3.0.3

Post by alfiosantoro »

Resolved ! Thanks so much Klemen !
Post Reply