fmbiete / Z-Push-contrib

Z-Push fork with changes that I will try to contrib
GNU Affero General Public License v3.0
135 stars 62 forks source link

IMAP compatibility with Windows 10 WindowsMail #266

Closed ray-magini closed 8 years ago

ray-magini commented 8 years ago

While sending an email with WindowsMail on Windows 10 via the IMAP backend the "From" header delivered by the MUA appears to be empty and therefore the send fails.

28/03/2016 20:21:13 [ 4558] [WBXML] [dirk] [XXXXXXXXXXXXXXXX] I MIME-Version: 1.0 To: Dirk Dietrich dirk@homedietrich.de From: Subject: XYZ Date: Mon, 28 Mar 2016 20:21:13 +0200 Importance: normal

For me the below fix in backend/imap/imap.php (around line 2552) on the from header-check helped that it falls back to the default "from" address.

polytan02 commented 8 years ago

@fmbiete Hi, would th above patches be included if they sort out the issue ?

fmbiete commented 8 years ago

Sure. It's a trick to hide a Windows Mail bug but if it works I don't think it breaks anything.