Summary | Mail never leave outbox and send again and again |
Queue | Synchronization |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | samuel.wolf (at) wolf-maschinenbau (dot) de |
Created | 07/18/2015 (3652 days ago) |
Due | |
Updated | 08/09/2015 (3630 days ago) |
Assigned | 07/19/2015 (3651 days ago) |
Resolved | 08/09/2015 (3630 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
more issues of this nature.
checks should be there anyway, I just pushed a release.
See this problem only with attachments like pictures and think the
problem is a interrupted data connection for example switching from
Wifi to 3G during the sending process.
Thanks for the pear release.
checks should be there anyway, I just pushed a release.
saving to sent mail, but I don't see any mention of that in the log
you sent. This leads me to think some error occurs during this part of
the process that throws an exception, or otherwise prevents the
request from finishing (though this *should* appear in the main Horde
log).
Added some try/catch stuff to catch any of these issues and log them
instead of just dying.
commit 325786a5be8d7a8e5b286ff73b06860a92eb373e
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun Jul 19 13:03:02 2015 -0400
Catch exceptions from maillog api.
Possibly prevent issues with email not being removed from
EAS client's Outbox if it was sent successfully, but some other
error occurs before the end of the request. Possible fix for
Bug: 14058.../Core/lib/Horde/Core/ActiveSync/Connector.php | 24 ++++++++++++++++---
.../Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +-
2 files changed, 21 insertions(+), 5 deletions(-)
http://github.com/horde/horde/commit/325786a5be8d7a8e5b286ff73b06860a92eb373e
commit d999aeef6c5324f3ba4839a53b66fef948417017
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun Jul 19 12:58:50 2015 -0400
Catch exception.
Possible fix for
Bug: 14058.../Core/lib/Horde/Core/ActiveSync/Driver.php | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/d999aeef6c5324f3ba4839a53b66fef948417017
New Attachment: mail.log
Assigned to Michael Rubinsky
State ⇒ Feedback
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Mail never leave outbox and send again and again
Type ⇒ Bug
Priority ⇒ 2. Medium
which send again and again (copy in sent folder!). Unfortunately this
mail block all other mails in the outbox. After I delete this one mail
with the
picture all other mails in the outbox going successfully out.