File: imap.h

package info (click to toggle)
alpine 1.10%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 26,036 kB
  • ctags: 21,767
  • sloc: ansic: 308,814; tcl: 19,749; sh: 9,822; makefile: 1,926; perl: 189; exp: 69; csh: 48; sed: 16
file content (23 lines) | stat: -rw-r--r-- 712 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*-----------------------------------------------------------------------
 $Id: imap.h 82 2006-07-12 23:36:59Z mikes@u.washington.edu $
  -----------------------------------------------------------------------*/

#ifndef _WEB_ALPINE_IMAP_INCLUDED
#define _WEB_ALPINE_IMAP_INCLUDED


#include "../../../pith/imap.h"


/* exported protoypes */
long    alpine_tcptimeout(long, long);
long    alpine_sslcertquery(char *, char *, char *);
void    alpine_sslfailure(char *, char *, unsigned long);
void	alpine_set_passwd(char *, char *, char *, int);
void	alpine_clear_passwd(char *, char *);
int	alpine_have_passwd(char *, char *, int);
char   *alpine_get_user(char *, int);



#endif /* _WEB_ALPINE_IMAP_INCLUDED */