view src/login/client-authenticate.h @ 919:5ebec31b49e0 HEAD

Login process now uses the same imap-parser as the imap process itself. This fixes the problem of literals not working before logging in.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Jan 2003 19:45:38 +0200
parents fd8888f6f037
children
line wrap: on
line source

#ifndef __CLIENT_AUTHENTICATE_H
#define __CLIENT_AUTHENTICATE_H

const char *client_authenticate_get_capabilities(void);

int cmd_login(struct client *client, struct imap_arg *args);
int cmd_authenticate(struct client *client, struct imap_arg *args);

#endif