6.0.0-alpha12
6/10/25

[#1628] Mail is cut when using dots as only char on a line
Summary Mail is cut when using dots as only char on a line
Queue IMP
Queue Version Git master
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester info (at) wanner-it (dot) de
Created 03/26/2005 (7381 days ago)
Due
Updated 09/06/2017 (2834 days ago)
Assigned
Resolved 03/26/2005 (7381 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
09/06/2017 08:17:03 AM Git Commit Comment #9 Reply to this comment
Changes have been made in Git (master):

commit 3ae847948696cdbb862992abfd4077bef00961ee
Author: Paul M Jones <pmjones@ciaweb.net>
Date:   Sat Jun 19 16:02:12 2004 +0000

     * Fixed bug 1628 (encoding of URLs and freelinks)

     * Updated "Table" parser and Xhtml renderer to mark a header cell 
(e.g., "||~ this is a header ||")

     * Added "Anchor" parser and Xhtml renderer to mark anchors on a 
page, submitted by Manuel Holtgrewe (e.g., "[[# anchorName nice anchor 
text]]" to mark anchor, "#anchorName" to link to it)

     * Updated "URL" parser and Xhtml renderer to recognize on-page anchors


     git-svn-id: 
https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@161723 
c90b9560-bf6c-de11-be94-00142212c4b1

  Text/Wiki.php                     |  1 +
  Text/Wiki/Parse/Anchor.php        | 67 
+++++++++++++++++++++++++++++++++++++++
  Text/Wiki/Parse/Table.php         | 33 ++++++++++---------
  Text/Wiki/Parse/Url.php           |  3 +-
  Text/Wiki/Render/Xhtml/Anchor.php | 31 ++++++++++++++++++
  Text/Wiki/Render/Xhtml/Table.php  | 47 ++++++++++++++++++++-------
  Text/Wiki/Render/Xhtml/Url.php    | 11 +++++--
  package.xml                       |  5 ++-
  8 files changed, 166 insertions(+), 32 deletions(-)

http://github.com/horde/horde/commit/3ae847948696cdbb862992abfd4077bef00961ee
09/06/2017 08:17:02 AM Git Commit Comment #8 Reply to this comment
Changes have been made in Git (master):

commit e03b93b3ade8a3ec9ec593ef03847e252b8c2662
Author: Paul M Jones <pmjones@ciaweb.net>
Date:   Mon Jun 14 02:06:39 2004 +0000

     fixed bug 1628


     git-svn-id: 
https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@161297 
c90b9560-bf6c-de11-be94-00142212c4b1

  package.xml | 10 ++++------
  1 file changed, 4 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/e03b93b3ade8a3ec9ec593ef03847e252b8c2662
01/07/2010 08:25:46 PM ahmn (at) novolog (dot) dk Comment #7 Reply to this comment
As explained in the earlier comment 
(http://bugs.horde.org/ticket/1628#c2) the default configuration 
value is the correct value.
Thanks again Michael.
Over and out.

Best regards
Anders
01/07/2010 07:30:37 PM Michael Rubinsky Comment #6 Reply to this comment
  I wonder if this misconfiguration is the default configuration. 
Anyone knows?
As explained in the earlier comment 
(http://bugs.horde.org/ticket/1628#c2) the default configuration value 
is the correct value.
01/07/2010 07:13:28 PM ahmn (at) novolog (dot) dk Comment #5 Reply to this comment
This is not a "feature", it's a misconfiguration by the 
administrator of your Horde install.
Thanks Michael for clearing that up.
(a minor clarification: it is not "my" Horde install, as I am just the 
receiver of emails sent by Horde/IMP).
It seems that the administrator is not quiet up to the job. I wonder 
if this misconfiguration is the default configuration. Anyone knows?

Best regards
Anders Høgsbro Madsen
01/07/2010 07:02:01 PM Michael Rubinsky Comment #4
Version ⇒ Git master
Reply to this comment
this is a very annoying and obscure behaviour. Please remove this "feature".
This is not a "feature", it's a misconfiguration by the administrator 
of your Horde install.

01/07/2010 06:44:04 PM ahmn (at) novolog (dot) dk Comment #3 Reply to this comment
I very much think this should be considered a bug. My sons teacher and 
I wasted a lot of time because most of her email texts did not reach 
me (she tried several times but copied some of the same text). 
Eventually she printed one of the emails and delivered it by hand.

It turned out she had (accidentially I suppose) written a dot as the 
only char on a line. The dot and everything following it was cut off 
and of course she did not understand why and neither did I until I 
found this thread.
I know of no other email clients behaving like this. I tested 3 email 
clients (MS Outlook, GMail, and an other web mail client - all of them 
both with HTML and plain text) and none of them behaves like this. I 
admit that pressing . is a little faster than pressing e.g. 
SHIFT+CTRL+END DEL but for most users this is a very annoying and 
obscure behaviour. Please remove this "feature".

I don't have access to IMF myself, so I can't test a minimal example 
and I obviously does not have an electronic version of the email 
texts. But this is a reproduction of what must be the lines that 
trigged the "feature" (the second letter in the line just before the 
line with the single dot is the Danish letter ae concatenation - don't 
know if it makes any difference):

[various texts]

Kære Anders
.
Godt nytår også til dig.
[much more text]
03/26/2005 04:36:08 PM Chuck Hagenbuch Comment #2
State ⇒ Not A Bug
Reply to this comment
You need the (default) setting for 
$conf['mailer']['params']['sendmail_args']. ('-oi').
03/26/2005 02:14:51 PM info (at) wanner-it (dot) de Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Mail is cut when using dots as only char on a line
Queue ⇒ IMP
State ⇒ Unconfirmed
Reply to this comment
When I send a mail that has a line with a single dot in it, the mail 
is cut. Example mail:



Test begin

.

.

Test end



As I understand it, the problem is that mail-agents use this single 
dot on a line as a mail-end marker. Using other webmail programs there 
I have no problems. The problem wouldnt be that serious, if this 
happens also under some other circumstances:



After som investigation I found out that mail is cut when I have a 
long word at the end of a paragraph that contains a german umlaut and 
that ends with a dot. I set the automatic line break in horde to 80 
chars. Here is a test mail:



Test begin

if I have a paragraph that ends with a german word with an umlaut in it, the

mail is cut. My settings in horde are to do a line break when the line exceeds

80 chars.



This is the paragraph:

This is a paragraph that is two lines long. It ends with a dot. If the 
width is

set to 80 the rest of the mail is cut if there is a long wor durchgeführt.



Here is the next paragraph. You will not receive it, because the mail 
ist cut at

the end of the previous paragraph.



Test end

Saved Queries