You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The email quote detection function truncated a large part of an email of mine, because a line was (falsely) detected as a splitter:
Le message précédent a connu quelques problèmes de distribution, notamment vers les adresses Free : j'espère que le serveur sera plus opérationnel cette fois.
La date limite est arrivée, mais nous vous laissons encore quelques jours pour vous inscrire au forum du 5 décembre. Ne tardez pas, toutefois : d'ici une semaine, il va nous falloir "bloquer" le nombre d'Ecoles représentées
We can reproduce the bug with: Le , représent that matches the RE_ON_DATE_SMB_WROTE regex.
I'm about to submit a merge request fixing the bug.
The text was updated successfully, but these errors were encountered:
The email quote detection function truncated a large part of an email of mine, because a line was (falsely) detected as a splitter:
We can reproduce the bug with:
Le , représent
that matches theRE_ON_DATE_SMB_WROTE
regex.I'm about to submit a merge request fixing the bug.
The text was updated successfully, but these errors were encountered: