summaryrefslogtreecommitdiff
path: root/imap/src/c-client/oauth2_aux.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-29 03:19:56 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-29 03:19:56 -0600
commit4d77713f495bc1e797393cb05e88f17f78ff91d1 (patch)
tree1850ff02995d4c70ab32e3b125a39dff7c1414ab /imap/src/c-client/oauth2_aux.h
parentac3618ca9d4d5136b8e231c6de23b2da6add204f (diff)
downloadalpine-4d77713f495bc1e797393cb05e88f17f78ff91d1.tar.xz
* Modifications to protect the privacy of users:
+ Alpine does not generate Sender or X-X-Sender by default by making [X] Do Not Generate Sender Header the default. + Alpine does not disclose User Agent by default by making [X] Suppress User Agent When Sending the default. + Alpine uses the domain in the From: header of a message to generate a message-id and suppresses all information about Alpine, version, revision, and time of generation of the message-id from this header. This information is replaced by a random string.
Diffstat (limited to 'imap/src/c-client/oauth2_aux.h')
-rw-r--r--imap/src/c-client/oauth2_aux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/imap/src/c-client/oauth2_aux.h b/imap/src/c-client/oauth2_aux.h
index b076da3c..7882a3c0 100644
--- a/imap/src/c-client/oauth2_aux.h
+++ b/imap/src/c-client/oauth2_aux.h
@@ -18,7 +18,6 @@
#define OA2_CODE_SUCCESS 0
void mm_login_oauth2_c_client_method (NETMBX *, char *, char *, OAUTH2_S *, unsigned long, int *);
-char *oauth2_generate_state(void);
void oauth2deviceinfo_get_accesscode(void *, void *);
#endif /* C_CLIENT_OAUTH2_AUX_INCLUDED */