Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0002281SOGoBackend Address Bookpublic2017-05-30 19:50
ReporterGerhardRecher Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.0.4b 
Fixed in Version3.2.10 
Summary0002281: "\r" in Vcard after import from LDIF
Description

After import of a LDIF file "\r" is appended to email field

if you edit theses entries in SOGo WebInterface, "\r" will vanish.

Additional Information

to reproduce LDIF File:

dn: mail=person@domain.com
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
objectclass: mozillaAbPersonAlpha
mail: person@domain.com
modifytimestamp: 0

Result in sogo Database:

BEGIN:VCARD
UID:5BE-5151E800-3F-2D712180
VERSION:3.0
CLASS:PUBLIC
PROFILE:VCARD
PRODID:-//Inverse inc./SOGo 2.0.4b//EN
EMAIL;TYPE=work:person@domain.com\r
END:VCARD

TagsNo tags attached.

Relationships

has duplicate 0002511 resolvedludovic r letter appended to every item: names, numbers, etc 

Activities

thomasg

thomasg

2013-07-19 10:12

reporter   ~0005761

Had the same Problem after an import from my android phone with the CardDav app.
After an app update I couldn't repeat the error with the \r.

To clean up the \r log in on the SQL Server an execute the following code:

UPDATE sogouseradressbook set c_content = replace(c_content,'\r','') AND c_lastmodified=1374216750
(be sure to update the timestamp)

Be carefull with the sql command and always to a backup first.

ludovic

ludovic

2013-09-27 20:09

administrator   ~0006069

I can't really reproduce that "issue". I've imported the LDF using v2.1 and I get:

sogo=> select c_content from sogosogo10002507fc48f where c_name = '630A-5245E480-3-375D6E80';
c_content

BEGIN:VCARD\r +
UID:630A-5245E480-3-375D6E80\r +
VERSION:3.0\r +
CLASS:PUBLIC\r +
PROFILE:VCARD\r +
PRODID:-//Inverse inc./SOGo 2.1.0//EN\r+
EMAIL;TYPE=work:person@domain.com\r +
END:VCARD
(1 row)

dav:/SOGo/dav/sogo10/Contacts/personal/> cat 630A-5245E480-3-375D6E80
Displaying `/SOGo/dav/sogo10/Contacts/personal/630A-5245E480-3-375D6E80':
BEGIN:VCARD
UID:630A-5245E480-3-375D6E80
VERSION:3.0
CLASS:PUBLIC
PROFILE:VCARD
PRODID:-//Inverse inc./SOGo 2.1.0//EN
EMAIL;TYPE=work:person@domain.com
END:VCARDdav:/SOGo/dav/sogo10/Contacts/personal/>

which is perfectly fine.

Marten Gajda

Marten Gajda

2013-10-03 07:13

reporter   ~0006082

Have you tried to download the vCard with a browser? I've received a couple of reports about that.

ludovic

ludovic

2017-05-30 19:50

administrator   ~0011887

https://github.com/inverse-inc/sogo/commit/29dfc75fe94ddbbae012d729eb2d020b953dac27

Issue History

Date Modified Username Field Change
2013-04-03 09:25 GerhardRecher New Issue
2013-07-19 10:12 thomasg Note Added: 0005761
2013-09-27 20:09 ludovic Note Added: 0006069
2013-09-27 20:09 ludovic Severity major => minor
2013-10-03 07:13 Marten Gajda Note Added: 0006082
2014-07-25 14:29 Christian Mack Relationship added has duplicate 0002511
2017-05-30 19:50 ludovic Note Added: 0011887
2017-05-30 19:50 ludovic Status new => resolved
2017-05-30 19:50 ludovic Fixed in Version => 3.2.10
2017-05-30 19:50 ludovic Resolution open => fixed
2017-05-30 19:50 ludovic Assigned To => ludovic