| Summary | Turba generates syntactically wrong adresses for IMP |
| Queue | Turba |
| Queue Version | 2.1.3 |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | |
| Requester | Otto.Stolz (at) uni-konstanz (dot) de |
| Created | 05/23/2007 (6742 days ago) |
| Due | |
| Updated | 06/14/2007 (6720 days ago) |
| Assigned | 05/25/2007 (6740 days ago) |
| Resolved | 06/14/2007 (6720 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
that is has been fixed already. And you are not even using the latest
stable versions.
H3 (2.1.3).
However, I have retrofitted one or two CVS patches to it, as discussed
in tickets
#3392, perhaps#5327(I am not in my office to check thelatter, until June 9th). I do not think that that is relevant for this
new bug, though.
(You have indicated your Turba version as being 2.1.3) CVS HEAD is
the latest development code.
What is FW_3 code?
And what question am I supposed to answer?
State ⇒ Feedback
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Turba
Summary ⇒ Turba generates syntactically wrong adresses for IMP
Type ⇒ Bug
field of some entry, in the adressbook listing (Turba). Now, when the
pertinent Name field contains a comma, IMP will get the To field wrong.
Example:
- Adressbook entry:
· Name: Stolz, Otto
· Alias: Kommatest
· E-Mail: otto.stolz@uni-konstanz.de
- To field:
· as displayed in the Compose form: \"Stolz, Otto\"
<otto.stolz@uni-konstanz.de>
· as sent in the message: "\"Stolz"@uni-konstanz.de, "Otto\""
<otto.stolz@uni-konstanz.de>
- Message will be sent to: <Stolz>, <@uni-konstanz.de>,
<otto.stolz@uni-konstanz.de>
- Entry added to the addressbook:
· Name: "\"Stolz"
· Alias:
· E-Mail: "\"Stolz"@uni-konstanz.de
In contrast, if the address is fetched via IMP's search, or expand,
function (Address Book, or Expand Names options, respectively, in the
Compose Message form), then the address will be alright.
Example:
- Adressbook entry: as above
- To field:
· as displayed in the Compose form: "Stolz, Otto"
<otto.stolz@uni-konstanz.de>
· as sent in the message: "Stolz, Otto" <otto.stolz@uni-konstanz.de>
- Message will be sent to: <otto.stolz@uni-konstanz.de>
- No entry added to the addressbook.