Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Missing body in sending email. #261

Open
bladyy opened this issue Feb 23, 2016 · 3 comments
Open

Missing body in sending email. #261

bladyy opened this issue Feb 23, 2016 · 3 comments
Labels

Comments

@bladyy
Copy link

bladyy commented Feb 23, 2016

I used d-push and working perfectly, but I care about synchronization of contacts and calendar. I configured with a z-push contrib and everything works well only when I send email only headers are send withoud message body.

`Return-Path: [email protected]
Delivered-To: [email protected]
Received: from xxx.xxx.xx
by xxx.xxx.xx (Dovecot) with LMTP id MdnqFqSqzFYMSwAAxAQK3A
for [email protected]; Tue, 23 Feb 2016 19:53:24 +0100
Received: from localhost (localhost [127.0.0.1])
by xxx.xxx.xx (Postfix) with ESMTP id 4640A2FC0BF
for [email protected]; Tue, 23 Feb 2016 19:53:24 +0100 (CET)
Mime-Version: 1.0
To: [email protected]
Subject: Test
Importance: Normal
From: [email protected]
Content-Type: multipart/mixed;
boundary="=_d2c81cd3806cc7069b94edb9eb761b2b"
Message-Id: [email protected]
Date: Tue, 23 Feb 2016 19:53:24 +0100 (CET)
X-Virus-Scanned: clamav-milter 0.98.7 at mail
X-Virus-Status: Clean

This is a multi-part message in MIME format.
--=_d2c81cd3806cc7069b94edb9eb761b2b
Content-Type: multipart/alternative;
boundary="=_90b331fb40c44ad2fe270740a95bc4ab"

--=_d2c81cd3806cc7069b94edb9eb761b2b--
`
And this is the end. No message body. I have no errors in the logs and can not find the cause. Please help diagnose the problem.

@fmbiete
Copy link
Owner

fmbiete commented Feb 28, 2016

Set log level to WBXML and look at the full SendMessage logs. There we will see the message sent by the mobile and the transformed message by the backend.

@bladyy
Copy link
Author

bladyy commented Feb 29, 2016

I found in the logs

BackendIMAP->SendMail(): We get the new message
BackendIMAP->SendMail(): We get the From and To
BackendIMAP->getFromHeaderValue(): No From address defined, we try for a default one
BackendIMAP->SendMail(): To defined: [email protected]
BackendIMAP->setReturnPathValue(): No Return-Path address defined, we use From
BackendIMAP->SendMail(): is a new message or we are replacing mime
BackendIMAP->SendMail(): Copying new headers
BackendIMAP->SendMail(): Final mail to send:

before this is all ok, but after this log mail does not have a full body. The entire log is joined in the attached file
z-push.txt

@bladyy
Copy link
Author

bladyy commented Apr 1, 2016

Hello
I will be very grateful for any tips to help me solve this problem .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants