diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-26 02:34:43 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-26 02:34:43 -0700 |
commit | c9fc05a6bfdfd50231d58fe572e524108089c98d (patch) | |
tree | 16f96a5227614d8d8473f13e39ec098e7077b1e7 /imap/src/osdep/unix/Makefile | |
parent | a75a6e47a5c181dc3e6c039b2c06103085ef9dff (diff) | |
download | alpine-c9fc05a6bfdfd50231d58fe572e524108089c98d.tar.xz |
* Add support for the OAUTHBEARER authentication method in Gmail. Thanks to
Alexander Perlis for suggesting it and explaining how the method works.
Diffstat (limited to 'imap/src/osdep/unix/Makefile')
-rw-r--r-- | imap/src/osdep/unix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/imap/src/osdep/unix/Makefile b/imap/src/osdep/unix/Makefile index a30e8d51..ed33db0c 100644 --- a/imap/src/osdep/unix/Makefile +++ b/imap/src/osdep/unix/Makefile @@ -140,7 +140,7 @@ RANLIB=ranlib # Standard distribution build parameters -DEFAULTAUTHENTICATORS=ext md5 pla oa2 log +DEFAULTAUTHENTICATORS=ext md5 pla bea oa2 log # # mh needs to be after any other directory format drivers (such as mx or mix) # since otherwise mh will seize any directory that is under the mh path. @@ -933,7 +933,7 @@ osdep.o:mail.h misc.h env.h fs.h ftl.h nl.h tcp.h \ gr_wait.c gr_wait4.c gr_waitp.c \ kerb_mit.c \ auth_ext.c auth_gss.c auth_log.c auth_md5.c auth_ntl.c \ - auth_oa2.c auth_pla.c \ + auth_bea.c auth_oa2.c auth_pla.c \ pmatch.c scandir.c setpgrp.c strerror.c truncate.c write.c \ memmove.c memmove2.c memset.c \ tz_bsd.c tz_nul.c tz_sv4.c \ |