View Issue Details

IDProjectCategoryView StatusLast Update
0001386SOGoWeb Mailpublic2011-07-20 22:26
Reporterwimmer Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version1.3.8 
Summary0001386: Strange using quotes in addresses
Description

SOGo Webmail inserts full name of the sender and recipients of the message into quotes.
When recipient of that message wish to forward it and uses "Forward" action, SOGo opens new window and inserts part of the header and text of the message into it.
Like:
-------- Original Message --------
Subject: Test
Date: Tuesday, July 19, 2011 21:24 CEST
From: "Mr. Frank McIntosh" <frank@mac.cz>
To: "Ing. Peter Pan" <peter@zcu.cz>, "Harry Potter" <harryp@zcu.cz>

When recipient selects some of that addresses included quotes by the mouse and inserts them via Copy&Paste into "To:" field, SOGo writes them into "To:" with the quotes.
Like:
To: "Ing. Peter Pan" <peter@zcu.cz>, "Harry Potter" <harryp@zcu.cz>

But by sending this message SOGo changes format of "To:" and covers these addresses into next quotes somewhat strangely, like:
to: ""Ing. Peter Pan" <peter@zcu.cz>, "Harry Potter"" <harryp@zcu.cz>

And then send this message to first address only :-(

In fact - recipient use correct way, select correct addresses and use them via Copy&Paste, but SOGo send his message to first recipient only and nobody knows about it.
(Two our users have conflict with each other from this reason and I discovered it)

Thanks,
Milos

TagsNo tags attached.

Activities

Christian Mack

Christian Mack

2011-07-20 15:38

developer   ~0002724

I did reproduce this problem in SOGo 1.3.7a.
If I save the email before sending it, then all quotation marks are gone!
After sending they read:
"Ing. Peter Pan <peter@zcu.cz>, Harry Potter" <harryp@zcu.cz>
And it only tries to send it to <peter@zcu.cz>.
Definitely a bug.

There is a workaround:

You have to press <Return> or <Enter> after pasting multiple addresses in the "To:" field.
This will distribute all addresses into separate "To:" fields.
Now you can send it to all of them.

Christian Mack

Christian Mack

2011-07-20 15:47

developer   ~0002725

Seems SOGo doesn't respect quotation marks at all.

Example:
To: "Lincoln, Abraham" <abraham.lincoln@example.com>

will give you:
To: Lincoln
To: Abraham <abraham.lincoln@example.com>

Christian Mack

Christian Mack

2011-07-20 16:02

developer   ~0002726

Seems to be a problem with escaping too.

Example:
To: "Mr. ABC" <abc@example.com>, "ÜÖÄ Boß" <special.ueoeae@example.com>

is converted by saving to:

To: =?utf-8?q?Mr.ABC <abc@example.com> _=C3=9C=C3=96=C3=84_Bo=C3=9F?= <special.ueoeae@example.com>

francis

francis

2011-07-20 17:30

administrator   ~0002727

Partially fixed with revision 43226c6973143c1625e30132d5e52ff2c5bf260a.

mra

mra

2011-07-20 22:26

reporter   ~0002733

looks a little bit like the issue 0001340.

Issue History

Date Modified Username Field Change
2011-07-19 19:53 wimmer New Issue
2011-07-20 15:38 Christian Mack Note Added: 0002724
2011-07-20 15:47 Christian Mack Note Added: 0002725
2011-07-20 16:02 Christian Mack Note Added: 0002726
2011-07-20 17:30 francis Note Added: 0002727
2011-07-20 22:26 mra Note Added: 0002733