Author Topic: text attachments now being seen on Sent Items and not being seen when sending to self  (Read 2928 times)

Offline albunix

  • Jr. Member
  • **
  • Posts: 11
Greetings,

Running latest 0.3.1 on a CentOS 5.X with PHP5 as default, more specs will be provided upon request.

Issue:

1) when attaching a small txt file with a few lines which is composed
via regular MS Notepad, though I am able to see the attached file as a paper clip through the sent items, I am not able to view the attached file.  E.g if in 2 days I wanted to see what I sent someone, I will be able to see the paper clip on the Sent email, but when opening the email there is no download link for me to view the attached file.  Remote users do get my attached txt file OK. Seems only txt files are affected.

2) Also, if I compose myself an email and attach a txt file, same conditions as before apply, with the added fact that I now am NOT able to view the attached txt file upon the incoming mail message.

I fully understand that more info would be needed to troubleshoot this, so I am open to question/queries to help me resolve this.

Thanks

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
In the [RC root]/config/mimetypes.php file add this to the array:
Code: [Select]
'txt' => 'text/plain',

Offline albunix

  • Jr. Member
  • **
  • Posts: 11
Greetings,

thanks.

This was the issue indeed.