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 |
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
commit e03b93b3ade8a3ec9ec593ef03847e252b8c2662
Author: Paul M Jones <pmjones@ciaweb.net>
Date: Mon Jun 14 02:06:39 2004 +0000
fixed
bug 1628git-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
(http://bugs.horde.org/ticket/1628#c2) the default configuration
value is the correct value.
Over and out.
Best regards
Anders
Anyone knows?
(http://bugs.horde.org/ticket/1628#c2) the default configuration value
is the correct value.
administrator of your Horde install.
(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
Version ⇒ Git master
of your Horde install.
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]
State ⇒ Not A Bug
$conf['mailer']['params']['sendmail_args']. ('-oi').
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Mail is cut when using dots as only char on a line
Queue ⇒ IMP
State ⇒ Unconfirmed
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