View Issue Details

IDProjectCategoryView StatusLast Update
0004347SOGoWeb Mailpublic2017-11-30 11:03
ReporterInkey Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version3.2.10 
Summary0004347: Semantic class/id html mail in order to help robot in
Description

I just tried an html mail from sogo and i got that:

"""
Réponse :<br>
<br>
Le Jeudi, Novembre 30, 2017 11:36 CET, blabla@bidule.fr
<blabla@bidule.fr> a écrit:<br>
 
<blockquote type="cite" cite="3f4b-5a1fdf00-3-328454c0@76024819"> </blockquote>
TEst<br>
<br>
--<br>
My signature<br>
<br>
<br>
--<br>
My signature
"""

There is nothing in html semantically usable to distinct signature part and prefix-quote part.

There should be something like this :

"""
Réponse :<br>
<br>
<p class ='prefix_quote'>Le Jeudi, Novembre 30, 2017 11:36 CET, bidule@truc.com
<bidule@truc.com> a écrit:</p>
<blockquote type="cite" cite="3f4b-5a1fdf00-3-328454c0@76024819">
TEst<br>
<br>
--<br>
My signature<br>
<br>
<br>
</blockquote>
<div class='signature'>--<br>
My signature</div>
"""

HS: There look like there is a another bug with blockquote that directly stop in this example, but that's not the subject of this issue.

TagsNo tags attached.

Activities

Inkey

Inkey

2017-11-30 11:03

reporter  

examplesogo.txt (676 bytes)   
I have :

"""
Réponse :<br>
<br>
Le Jeudi, Novembre 30, 2017 11:36 CET, blabla@bidule.fr
&lt;blabla@bidule.fr&gt; a écrit:<br>
&nbsp;

<blockquote type="cite" cite="3f4b-5a1fdf00-3-328454c0@76024819">&nbsp;
TEst<br>
<br>
--<br>
My signature<br>
<br>
<br>
</blockquote>

--<br>
My signature
</body>
"""

I wish something like:

"""
Réponse :<br>
<br>
<p class="prefix_quote" Le Jeudi, Novembre 30, 2017 11:36 CET, blabla@bidule.fr
&lt;blabla@bidule.fr&gt; a écrit:
&nbsp;</p>

<blockquote type="cite" cite="3f4b-5a1fdf00-3-328454c0@76024819">&nbsp;
TEst<br>
<br>
--<br>
My signature<br>
<br>
<br>
</blockquote>

<div class="signature">--<br>
My signature</div>
</body>
"""
examplesogo.txt (676 bytes)   

Issue History

Date Modified Username Field Change
2017-11-30 10:56 Inkey New Issue
2017-11-30 11:03 Inkey File Added: examplesogo.txt