i2p.i2p-bote icon indicating copy to clipboard operation
i2p.i2p-bote copied to clipboard

Missing public name (Trac #1492)

Open str4d opened this issue 7 years ago • 1 comments

Sometimes upon replying to a bote mail, in the userName+" wrote: " line there is no name even though the user sent us his public name. In order that to occur the user must not be in our addressbook. Same happens for those users on 127.0.0.1:7657/i2pbote/folder.jsp?path=Sent in the "To:" column.

Sometimes upon replying to a bote mail, in the userName+" wrote: " line there is no name even though the user sent us his public name. In order that to occur the user must not be in our addressbook. Same happens for those users on 127.0.0.1:7657/i2pbote/folder.jsp?path=Sent in the "To:" column.

Migrated from https://trac.i2p2.de/ticket/1492

{
    "status": "infoneeded_new", 
    "changetime": "2015-07-23T04:30:57", 
    "description": "Sometimes upon replying to a bote mail, in the userName+\" wrote: \" line there is no name even though the user sent us his public name. In order that to occur the user must not be in our addressbook.\nSame happens for those users on 127.0.0.1:7657/i2pbote/folder.jsp?path=Sent in the \"To:\" column.", 
    "reporter": "user", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1437625857207213", 
    "component": "apps/plugins", 
    "summary": "I2P-Bote: missing public name", 
    "priority": "minor", 
    "keywords": "I2P-Bote", 
    "version": "0.9.18", 
    "parents": "", 
    "time": "2015-03-17T18:23:02", 
    "milestone": "undecided", 
    "owner": "", 
    "type": "defect"
}

str4d avatar Apr 16 '17 23:04 str4d

Trac update at 20150723T04:30:57:

  • str4d commented:

Is the replying bug reliably reproducible for you? Can you provide an example of it? I have tested repling to emails from users not in my addressbook, and on 0.2.10 I do see username + " wrote:".

The To: column in the sent mailbox is never going to have a name associated with it for users not in the address book. I2P-Bote strips out the names from sent emails, in order to keep local contact names private - see Email.removeRecipientNames(). Altering this to only do so for addresses in the local book would be more complicated, and would still leak information.

  • str4d changed status from "new" to "infoneeded_new"

str4d avatar Apr 17 '17 11:04 str4d