Project

General

Profile

Redmine pop3 question

Added by Manish Chudasama almost 13 years ago

As per the link:
http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails

Pop3 configuration:
host=HOST POP3 server host (default: 127.0.0.1)
port=PORT POP3 server port (default: 110)
username=USERNAME POP3 account
password=PASSWORD POP3 password
apop=1 use APOP authentication (default: false)
delete_unprocessed=1 delete messages that could not be processed
successfully from the server (default
behaviour is to leave them on the server)
My question:

How does the receive_pop3 work and rake redmine:email:read RAILS_ENV="production"?

rake redmine:email:receive_pop3 RAILS_ENV="production" host=<Myhost.com> username= password=password
project=foo \\ Must i have project to recieve to?
tracker=bug \\ Must i have tracker?
allow_override=tracker,priority ---i believe this is optional?

Manish