/[pkg-mixmaster]/trunk/Mix/Src/mail.c
ViewVC logotype

Diff of /trunk/Mix/Src/mail.c

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

revision 227 by rabbi, Fri Sep 6 22:45:06 2002 UTC revision 228 by weaselp, Sun Sep 8 21:59:43 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Socket-based mail transport services     Socket-based mail transport services
9     $Id: mail.c,v 1.11 2002/09/06 22:45:05 rabbi Exp $ */     $Id: mail.c,v 1.12 2002/09/08 21:59:43 weaselp Exp $ */
10    
11    
12  #include "mix3.h"  #include "mix3.h"
# Line 535  SOCKET pop3_open(char *user, char *host, Line 535  SOCKET pop3_open(char *user, char *host,
535    SOCKET server = INVALID_SOCKET;    SOCKET server = INVALID_SOCKET;
536    BUFFER *line;    BUFFER *line;
537    int authenticated = 0;    int authenticated = 0;
538    char c, md[33];    char md[33];
539      int c;
540    
541    line = buf_new();    line = buf_new();
542    server = opensocket(host, 110);    server = opensocket(host, 110);

Legend:
Removed from v.227  
changed lines
  Added in v.228

  ViewVC Help
Powered by ViewVC 1.1.5