Defect #6144
closedThe rake command redmine:email:receive_imap fails (silently)
0%
Description
When running the following script file I'm using:
rake -f $LAB_HOME/Rakefile redmine:email:receive_imap RAILS_ENV="production" \ host=extranet-stme.sf.intra.laposte.fr username="Fo GDI" password="transagdi259*" \ project=lab --trace
Nothing is handled and no messages are found neither on stdout nor productin.log file).
On stdout :
(in /tmp) ** Invoke redmine:email:receive_imap (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute redmine:email:receive_imap spirou(redadm)$
When I submit these same mails to redmine:email:read, they are correctly handled. So I understand that the mail contents are okay.
Updated by Felix Schäfer over 14 years ago
Might your imap server require IMAPS or are the mails stored in a different folder than INBOX?
Updated by herbert koelman over 14 years ago
The server is not using SSL and mails are stored into the default INBOX folder.
Is there a log file I can use to see what the program is doing ? If so, I could send it over.
Updated by herbert koelman over 14 years ago
- Status changed from New to Resolved
I've removed the \ in my shell script and run a new test.
And it's working !!?? Maybe something wrong with the options the rake script received. I'm sure a debug (or verbose) option could have helped me out :-D
I'm closing this defect and thank you for your quick help.
Updated by Felix Schäfer over 14 years ago
- Status changed from Resolved to Closed