Project

General

Profile

Receiving email from IMAP server

Added by dsa admin over 13 years ago

Hi,

I am working on enabling creating new issues by the users by sending emails.
I am using redmin 0.8.7 and it is working fine, but the email creating issue is not working yet.
I have read all the posted documents about this issue and I reached to this step:

C:\Program Files\BitNami Redmine Stack\apps\redmine>rake -T redmine
(in C:/Program Files/BitNami Redmine Stack/apps/redmine)
rake redmine:email:read # Read an email from standard input.
rake redmine:email:receive_imap # Read emails from an IMAP server.
rake redmine:fetch_changesets # Fetch changesets from the repositories
rake redmine:load_default_data # Load Redmine default configuration data.
rake redmine:migrate_from_mantis # Mantis migration script
rake redmine:migrate_from_trac # Trac migration script
rake redmine:plugins:hook_list # Enumerate all Redmine plugin hooks and ...
rake redmine:send_reminders # Send reminders about issues due in the ...

C:\Program Files\BitNami Redmine Stack\apps\redmine>rake -f "c:\program files\Bi
tNami Redmine Stack\apps\redmine\Rakefile" redmine:email:receive_imap ssl=SSL RA
ILS_ENV="production" host=imap.gmail.com port=993 username= p
assword=password123 project=test tracker=Bug --trace
(in C:/Program Files/BitNami Redmine Stack/apps/redmine)
  • Invoke redmine:email:receive_imap (first_time)
  • Invoke environment (first_time)
  • Execute environment
  • Execute redmine:email:receive_imap

C:\Program Files\BitNami Redmine Stack\apps\redmine>

So, currently The command is executed with no errors, but the issues are not created.

How can I check if the redmine is fetching the emails?

I am using Windows XP.

Thanks


Replies (6)

RE: Receiving email from IMAP server - Added by Felix Schäfer over 13 years ago

Redmine will only fetch unread mails, and will either delete if it can do something with it, or mark it as read if it wasn't able to process it.

RE: Receiving email from IMAP server - Added by dsa admin over 13 years ago

Thanks.
So it will fetch the email address that mentioned in the rake -f command for any emails sent from a registered users in the system? What about the email address that configured in the email.yml file? is it only for notifications and has no relation with the IMAP processing?
I my case, Redmine is not delete or mark emails as read.
Any help?

RE: Receiving email from IMAP server - Added by dsa admin over 13 years ago

""""""""""""""I have restaretd the Operating system and it is working fine now""""""""""""""""""""""""""""""""
Many thanks

RE: Receiving email from IMAP server - Added by Sergey Belov over 13 years ago

I used this function to add issues to "Income" project. But the problem is that it used email from user account and I have few emails which I can use to send new issues from.
Is there a way to setup many emails for 1 user in redmine?

RE: Receiving email from IMAP server - Added by Sergey Belov over 13 years ago

Felix Schäfer wrote:

No.

Thanks for quick answer. I think I will create few accounts then

    (1-6/6)