Subject: | Fwd: [imapsync] Add X-MASTERAUTH authentication scheme |
Date: | Tue, 5 Jan 2016 21:40:54 +0100 |
To: | bug-Mail-IMAPClient [...] rt.cpan.org |
From: | Gilles LAMIRAL <gilles.lamiral [...] laposte.net> |
Hi Phil,
https://github.com/imapsync/imapsync/pull/53/files
This imapsync patch looks well written according to the IMAPClient interface.
I think it would be better directly integrated in IMAPClient than in imapsync.
It's the second time imapsync gets a patch for X-MASTERAUTH (Kerio).
The previous one was too raw and dirty to be integrated
https://github.com/imapsync/imapsync/blob/master/W/patches/imapsync_1.592.kerio.diff
Show quoted text
-------- Forwarded Message --------
Subject: [imapsync] Added X-MASTERAUTH authentication scheme (#53)
Date: Tue, 05 Jan 2016 07:11:30 -0800
From: Benjamin Clot <notifications@github.com>
Reply-To: imapsync/imapsync <reply+003283854ff3946cf3976c739a02309c6172a851e11490aa92cf0000000112a39f2292a169ce0773211a@reply.github.com>
To: imapsync/imapsync <imapsync@noreply.github.com>
Added X-MASTERAUTH authentication scheme for Kerio Connect (others may support this? I don't know). I didn't want to mess with the IMAPClient package so I put it directly in imapsync. I'm no Perl expert so errors may have been made but AFAIK it's working (to be honest I've only tested it with a from Kerio to Exchange).
Usage: --authmech X-MASTERAUTH --user(1|2) USERNAME --password(1|2) MASTERPASSWORD
where USERNAME is the user you want to be logged as
Beware of IP restrictions when enabling Master Authentication in Kerio Connect.
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
https://github.com/imapsync/imapsync/pull/53
Commit Summary
* Added X-MASTERAUTH authentication scheme
File Changes
* *M* imapsync <https://github.com/imapsync/imapsync/pull/53/files#diff-0> (22)
Patch Links:
* https://github.com/imapsync/imapsync/pull/53.patch
* https://github.com/imapsync/imapsync/pull/53.diff
—
Reply to this email directly or view it on GitHub <https://github.com/imapsync/imapsync/pull/53>.