/usr/include/dovecot/imap-login-settings.h is in dovecot-dev 1:2.2.22-1ubuntu2.
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 | #ifndef IMAP_LOGIN_SETTINGS_H
#define IMAP_LOGIN_SETTINGS_H
struct imap_login_settings {
const char *imap_capability;
const char *imap_id_send;
const char *imap_id_log;
};
extern const struct setting_parser_info *imap_login_setting_roots[];
#endif
|