Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0004748SOGoWeb Mailpublic2019-05-23 13:19
ReporterASolana Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platform[Server] LinuxOSUbuntuOS Version16.04 LTS
Product Version4.0.7 
Summary0004748: UTF-8 email addresses issues when replying some messages
Description

Replying some messages with UTF-8 email addresses creates a nonexistent email address.

Steps To Reproduce

I've attached a message message.with.utf8.reply-to.eml.zip with the issue.
This message contains a Reply-to and To headers like:

Reply-To: UTF8_codeded_address_A
To: UTF8_codeded_address_B

  1. Enter in SOGo webmail
  2. Replying the message creates a new message with headers:

    Cc: UTF8_codeded_address_B
    To: UTF8_codeded_address_A, ?=@unspecified-domain

In To: header there are two addresses, one of them is a new incorrect email address "?=@unspecified-domain"

User have to manually delete this "fake/incorrect" address in order to send de message.

TagsNo tags attached.

Activities

ASolana

ASolana

2019-05-13 13:26

reporter  

ludovic

ludovic

2019-05-23 13:16

administrator   ~0013574

I can reproduce the issue. I'll fix it.

ludovic

ludovic

2019-05-23 13:19

administrator   ~0013575

The Reply-To is badly encoded:

Reply-To: =?UTF-8?Q?Ann=C3=ADbalMan=C3=A0s<ann-bal-man-s@cfisnet.almabaseapp.com>?=

Even the email address is encoded, which is wrong. Even Thunderbird generates a bogus recipient.

Issue History

Date Modified Username Field Change
2019-05-13 13:26 ASolana New Issue
2019-05-13 13:26 ASolana File Added: message.with.utf8.reply-to.eml.zip
2019-05-23 13:16 ludovic Note Added: 0013574
2019-05-23 13:19 ludovic Note Added: 0013575
2019-05-23 13:19 ludovic Severity major => minor