Revision 24319,
467 bytes
checked in by broder, 15 years ago
(diff) |
New Moira snapshot from SVN.
|
Line | |
---|
1 | /* $Id: mrclient-internal.h 3956 2010-01-05 20:56:56Z zacheiss $ |
---|
2 | * |
---|
3 | * Copyright (C) 1999 by the Massachusetts Institute of Technology |
---|
4 | * |
---|
5 | */ |
---|
6 | |
---|
7 | #ifndef _mrclient_internal_h_ |
---|
8 | #define _mrclient_internal_h_ |
---|
9 | |
---|
10 | void mrcl_set_message(char *, ...); |
---|
11 | void mrcl_clear_message(void); |
---|
12 | |
---|
13 | enum { MAILTYPE_ERROR, MAILTYPE_IMAP, MAILTYPE_EXCHANGE, MAILTYPE_POP, |
---|
14 | MAILTYPE_LOCAL, MAILTYPE_MAILHUB, MAILTYPE_SMTP }; |
---|
15 | int mailtype(char *machine); |
---|
16 | |
---|
17 | #endif /* _mrclient_internal_h_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.