Summary | Compose is creating messages that are cut |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | goncalo.queiros (at) portugalmail (dot) net |
Created | 03/22/2011 (5219 days ago) |
Due | |
Updated | 03/22/2011 (5219 days ago) |
Assigned | |
Resolved | 03/22/2011 (5219 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Typo. Pass parameters to sendmail
Signed-off-by: Jan Schneider <jan@horde.org>
Bug: #96931 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2a990eced64f7fbbc0813678dc8ad2e8efd105fd
New Attachment: 0001-Typo.-Pass-parameters-to-sendmail.patch
Git blames you Slusarz :-p
(http://pear.php.net/package/Net_SMTP/). A period at the beginning of
a line terminates the SMTP data input. But Net_SMTP should be
checking for that, not us.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Compose is creating messages that are cut
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
"Obrigada
só o terem posto a lista de mailsss por ordem já é uma grande ajuda.
props ny"
If you open the message on the Sent folder you can see the complete
message, but if you are the receiver of the message, it will be cut,
and present only this part:
"Obrigada
só o terem posto a lista de mailsss por ordem já é uma grande ajuda"
We are missing the final dot (.) and the rest of the text. This seems
to happen because the sent message has a dot (.) at the beginning of a
text line.
I had some problems producing a test case, you may need to add/remove
some chars until the dot goes to the beginning of the next line on the
source code.