* Alpine failed to read an encrypted password file if too many
[alpine.git] / imap / src / dmail / dquota.h
blob44280df39434b0045b91ee9a4b81c45fc428292f
1 /* ========================================================================
2 * Copyright 1988-2007 University of Washington
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
8 * http://www.apache.org/licenses/LICENSE-2.0
11 * ========================================================================
15 * Program: Procmail-Callable Mail Delivery Module Quota Hook
17 * Author: Mark Crispin
18 * Networks and Distributed Computing
19 * Computing & Communications
20 * University of Washington
21 * Administration Building, AG-44
22 * Seattle, WA 98195
23 * Internet: MRC@CAC.Washington.EDU
25 * Date: 10 September 2007
26 * Last Edited: 10 September 2007
29 /* Function prototypes */
31 long dmail_quota (STRING *msg,char *path,char *tmp,char *sender,
32 long precedence);