Summary | Missing From and Date of sent mail in header (HTC One mini2) |
Queue | Synchronization |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | samuel.wolf (at) wolf-maschinenbau (dot) de |
Created | 01/06/2015 (3871 days ago) |
Due | |
Updated | 01/09/2015 (3868 days ago) |
Assigned | 01/07/2015 (3870 days ago) |
Resolved | 01/09/2015 (3868 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
https://github.com/horde/horde/commit/ea21d7d704ed7e31865589ed5cd5b7d34b07fecf
Confirm this is working now.
commit 5b01d608bce5e303a8f32d95b8f95d1602e3d9ee
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Jan 7 21:35:29 2015 -0500
Need to rebuild the header string since it might have changed locally.
Bug: 13784framework/Core/lib/Horde/Core/ActiveSync/Mail.php | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/5b01d608bce5e303a8f32d95b8f95d1602e3d9ee
the Email the HTC generates. I'll add a check for that and add one
if it's missing.
takes care of that. Do you have a activesync identity pref set
(Prefs->Horde->ActiveSync) and a valid From value in that identity?
commit ffdaf4b40b6b20898f2ff2315e2f2dbfb4bea16e
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Jan 7 16:52:21 2015 -0500
Check for Date header and add if missing.
Bug: 13784.../ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/ffdaf4b40b6b20898f2ff2315e2f2dbfb4bea16e
Assigned to Michael Rubinsky
the Email the HTC generates. I'll add a check for that and add one if
it's missing.
There is no "From" header either, but we have code that already takes
care of that. Do you have a activesync identity pref set
(Prefs->Horde->ActiveSync) and a valid From value in that identity?
New Attachment: send_debug
This goes in ActiveSync/Request/SendMail.php, on the line right
after the comment "// Check for wbxml vs RFC822" on line 47
This goes in ActiveSync/Request/SendMail.php, on the line right after
the comment "// Check for wbxml vs RFC822" on line 47
(it doesn't use SMTP).
certs, but don't worry about it.
Try this:
Horde::debug($this->_decoder->getFullInputStream());
It should write the entire request out to horde_debug.txt in your tmp
directory. It might/probably will prevent the rest of the request from
finishing normally, so be sure to remove the line after you get the
debug file.
(it doesn't use SMTP).
(it doesn't use SMTP).
Never try this, some Horde debug is no option?
Same user profile works from a Motorola Razr i, must be a problem with
the HTC...
any EAS client.
$conf['mailer']['params']['port'] = 25;
$conf['mailer']['params']['secure'] = 'tls';
$conf['mailer']['params']['localhost'] = 'localhost';
$conf['mailer']['params']['auth'] = false;
$conf['mailer']['params']['lmtp'] = false;
$conf['mailer']['type'] = 'smtp';
State ⇒ Feedback
any EAS client. What type of mailer do you have configured in horde's
configuration?
State ⇒ Unconfirmed
New Attachment: Mail_Sent_Folder.txt
Patch ⇒ No
Milestone ⇒
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Missing From and Date of sent mail in header (HTC One mini2)
Queue ⇒ Synchronization
The copy of a sent message in my "Sent" folder missing the From and
Date field in the header.
IMP show in this case "Invalid Address" and "Unknown Date".
I guess horde should replace the "From" with my identity?