Dependency Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002281 | SOGo | Backend Address Book | public | 2013-04-03 09:25 | 2017-05-30 19:50 |
Reporter | GerhardRecher | Assigned To | ludovic | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.4b | ||||
Fixed in Version | 3.2.10 | ||||
Summary | 0002281: "\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 Result in sogo Database: BEGIN:VCARD | ||||
Tags | No tags attached. | ||||
Had the same Problem after an import from my android phone with the CardDav app. 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 carefull with the sql command and always to a backup first. |
|
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';
|
|
Have you tried to download the vCard with a browser? I've received a couple of reports about that. |
|
https://github.com/inverse-inc/sogo/commit/29dfc75fe94ddbbae012d729eb2d020b953dac27 |
|
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 |