This file is indexed.

/usr/include/libetpan/mailsmtp_oauth2.h is in libetpan-dev 1.5-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#ifndef MAILSMTP_OAUTH2_H

#define MAILSMTP_OAUTH2_H

#include <libetpan/mailsmtp_types.h>

LIBETPAN_EXPORT
int mailsmtp_oauth2_authenticate(mailsmtp * session, const char * auth_user,
    const char * access_token);

LIBETPAN_EXPORT
int mailsmtp_oauth2_outlook_authenticate(mailsmtp * session, const char * auth_user,
    const char * access_token);

#endif