/[mailutils]/mailutils/imap4d/authenticate.c
ViewVC logotype

Diff of /mailutils/imap4d/authenticate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by gray, Mon Aug 5 08:19:00 2002 UTC revision 1.8 by gray, Tue Aug 6 01:32:36 2002 UTC
# Line 30  struct imap_auth { Line 30  struct imap_auth {
30  };  };
31    
32  int  int
33    imap4d_auth_capability ()
34    {
35      struct imap_auth *ap;
36      for (ap = imap_auth_tab; ap->name; ap++)
37        util_send(" AUTH=%s", ap->name);
38    }
39    
40    int
41  imap4d_authenticate (struct imap4d_command *command, char *arg)  imap4d_authenticate (struct imap4d_command *command, char *arg)
42  {  {
43    char *sp = NULL;    char *sp = NULL;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26