email Attachments not working
Added by Gerald Brandt almost 11 years ago
Hi,
I'm running 2.5.1.stable.13171.
When receiving emails with attachments, the attachments do not get including with the issue. The issue gets created just fine.
The email is also left in the imap inbox instead of being moved (as per the cron entry) into the success folder.
This is my crontab entry:
*/5 * * * * gbr /usr/local/rvm/gems/ruby-2.0.0-p481/wrappers/rake -f /opt/redmine/current/Rakefile redmine:email:receive_imap RAILS_ENV="production" host=192.168.129.10 username=support@mail.com password='xyzzy)' project=WordTsar category=Incoming_Email move_on_failure=failed move_on_success=success unknown_user=create no_permission_check=1 ssl=1 port=993
Any ideas?