Opened 2 years ago

Closed 2 years ago

#1487989 closed Bugs (fixed)

CC and Reply-To columns in messagelist are always empty

Reported by: rosali Owned by:
Priority: 5 Milestone: 0.6-beta
Component: Core functionality Version: 0.5.3
Severity: normal Keywords:
Cc:

Description

In 0.5.3 Reply-To an CC columns are always empty.

IMAP logs state that it never fetches the
'CC' and 'Reply-To' headers even if the display
of this columns is enabled.

It is not a server issue, because it can be fixed
by a plugin (hook imap_init).

     $add_headers = 
array('User-Agent','X-RC-Attachment','CC','REPLY-TO');
     $p['fetch_headers'] = trim($p['fetch_headers'].' ' . 
strtoupper(join(' ', $add_headers)));
     return $p;

Change History (1)

comment:1 Changed 2 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [8bce6552].

Note: See TracTickets for help on using tickets.