mail-error.c revision bcb4e51a409d94ae670de96afb8483a4f7855294
0075dcb5aeeee4864fe9f64db82c8a8202bbe6d6henning mueller/* Copyright (c) 2007-2018 Dovecot authors, see the included COPYING file */
d0e19b833d7f9c691a36342c365029720c095742henning muellerbool mail_error_from_errno(enum mail_error *error_r,
22e260fcd85642794d99c2ffaa333f2ef6ed7828Daniel Couto Vale *error_string_r = MAIL_ERRSTR_NO_PERMISSION;
20c94fa632f5b9a5a1b2fbc28fa46f2afe7c65c2Tim Reddehase *error_string_r = errno != ELOOP ? "Not found" :
20c94fa632f5b9a5a1b2fbc28fa46f2afe7c65c2Tim Reddehase "Directory structure is broken";
d8fe750649d3c87ea141981dde0182e879e27892Daniel Couto Valeconst char *mail_error_eacces_msg(const char *func, const char *path)
93601837822998e6b847baa46d986f7cfc21d46fDaniel Couto Valeconst char *mail_error_create_eacces_msg(const char *func, const char *path)