View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006077 | SOGo | Web Mail | public | 2025-01-27 10:19 | 2025-01-28 14:44 |
Reporter | jb044 | Assigned To | |||
Priority | urgent | Severity | block | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 5.11.2 | ||||
Summary | 0006077: Mail body does not show caused by a js exception | ||||
Description | In punycode.js there is a global const "base", apperently somewhere in the code this is already defined so it throws a js exception and this causes problems in angular because it cannot find a punycode method. I'm not a js developer but a quick grep pointed me towards angular-ui-router. This causes the mail body not too show when you click on a mail in the webinterface or try to create a mail. Locally I fixed this by replacing base by base2 in the punycode sourcecode. But since it is a vendor script I guess this should be fixed upstream, base is just a too common name for a global constant imho. | ||||
Steps To Reproduce | Login via SOGo webinterface and click on a mail in the mail display. | ||||
Tags | No tags attached. | ||||
Ho do you install sogo? from repos or do you build it yourself? |
|