View Issue Details

IDProjectCategoryView StatusLast Update
0006199SOGoWeb Mailpublic2026-05-05 08:24
Reporterpasha Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
PlatformWeb Interface SOGoOSWindowsOS Version10
Product Version5.12.5 
Summary0006199: Introduction of Gmail like behavior of pressing of "Enter" key while replying to email with quote.
Description

SOGo is a UI interface used by mailcow for web access to mail.

When I use SOGo web interface and open a received email in the SOGo editor to reply some email, I see quotas from a previous conversation. When I locate my cursor in the middle of quoted text and press ENTER - it adds new line inside the quoted text and that line becomes a part of the quoted text. SO if I start typing - entered by me text formatted as quota from previous conversation.

When I do similar thing using gmail web interface - instead of creating new line which in SOGo is part of quoted text - gmail web interface creates new line, splitting the quoted text in 2 slices. So I can deliberately reply to some portion of quoted text by just placing the cursor in the middle of the quoted text and pressing ENTER and entering new text. Becasue in Gmail web interface that new text is not part of quoted text, but part of my reply. (I am talking about specific html mark that distinguishes quoted text from text entered by the current editor (human) text).

Steps To Reproduce

Please see attached screenshots for more precise reproduction steps. Files 1,2,3 jpg represent current behavior. File EXPECTED.jpg represents expected behavior.

Additional Information

Current html source code of the reply on attached screenshots looks like this:

===
...
<blockquote type="cite" cite="OLFiwtbX7zPaTJGQtwlpuBnpypiEdhb1iTLKNv55I@bugs.sogo.nu">
<p>
Your account has been updated by an administrator. A list of these changes is<br>
provided below. You can update your account details
</p>
<p>
ENTERED BY ME TEXT<br>
<br>
 and preferences at any time<br>
by visiting the following URL:<br>
<br>
https://bugs.sogo.nu/account_page.php<br>
<br>
Access Level viewer => reporter<br>
<br>
 
</p>
</blockquote>
...

BUT I WOULD EXPECT IT TO LOOK LIKE THIS:

...
<blockquote type="cite" cite="OLFiwtbX7zPaTJGQtwlpuBnpypiEdhb1iTLKNv55I@bugs.sogo.nu">
<p>
Your account has been updated by an administrator. A list of these changes is<br>
provided below. You can update your account details
</p>
</blockquote>
<p>
ENTERED BY ME TEXT (expected)
</p>
<blockquote type="cite" cite="OLFiwtbX7zPaTJGQtwlpuBnpypiEdhb1iTLKNv55I@bugs.sogo.nu">
<p>
 and preferences at any time<br>
by visiting the following URL:<br>
<br>
https://bugs.sogo.nu/account_page.php<br>
<br>
Access Level viewer => reporter<br>
<br>
 
</p>
</blockquote>
...

TagsNo tags attached.

Activities

pasha

pasha

2026-05-05 08:24

reporter  

1.jpg (168,373 bytes)   
1.jpg (168,373 bytes)   
2.jpg (146,691 bytes)   
2.jpg (146,691 bytes)   
3.jpg (133,139 bytes)   
3.jpg (133,139 bytes)   
EXPECTED.jpg (236,792 bytes)   
EXPECTED.jpg (236,792 bytes)   

Issue History

Date Modified Username Field Change
2026-05-05 08:24 pasha New Issue
2026-05-05 08:24 pasha File Added: 1.jpg
2026-05-05 08:24 pasha File Added: 2.jpg
2026-05-05 08:24 pasha File Added: 3.jpg
2026-05-05 08:24 pasha File Added: EXPECTED.jpg