Project

General

Profile

add information using the method "Fetching emails from an IMAP server" to my own custom colum

Added by VICTOR LOPEZ almost 9 years ago

Hi everyone,

I am trying to read incoming emails using the method "Fetching emails from an IMAP server" that is hosted in [[http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails.]]

The point is that i have in my issue view, this structure of table:

#    Tipo    Estado    Prioridad    Asunto    Asignado a    Actualizado    ID_PROPIA

And i am using this order:

rake -f /var/www/redmine/Rakefile -t -v redmine:email:receive_imap RAILS_ENV="production" host=imap.gmail.com port=993 ssl=1 username=MYEMAIL@gmail.com password=MYPASS project=test tracker=Support priority=Normal ID_PROPIA=111 status=New allow_override=project,status,tracker,priority,*ID_PROPIA* unknown_user=accept move_on_success=INBOX no_permission_check=1

The Column ID_PROPIA is integer type, and i want fill this colum with one number, for example: 111; but after use that order, it still being empty;

Thanks ppl.