DANE: smtp transport option dane_require_tls_ciphers
[exim.git] / src / src / transports / tf_maildir.h
CommitLineData
0756eb3c
PH
1/*************************************************
2* Exim - an Internet mail transport agent *
3*************************************************/
4
ca5aa725 5/* Copyright (c) University of Cambridge 1995 - 2009 */
0756eb3c
PH
6/* See the file NOTICE for conditions of use and distribution. */
7
8/* Header file for the functions that are used to support the use of
9maildirsize files for quota handling in maildir directories. */
10
0d7eb84a
PH
11extern off_t maildir_compute_size(uschar *, int *, time_t *, const pcre *,
12 const pcre *, BOOL);
d6629cdc
PH
13extern BOOL maildir_ensure_directories(uschar *, address_item *, BOOL, int,
14 uschar *);
0d7eb84a
PH
15extern int maildir_ensure_sizefile(uschar *,
16 appendfile_transport_options_block *, const pcre *,
17 const pcre *, off_t *, int *);
18extern void maildir_record_length(int, int);
0756eb3c
PH
19
20/* End of tf_maildir.h */