Deleted Added
full compact
2c2
< * Copyright (c) 1997-2001 Kungliga Tekniska H�gskolan
---
> * Copyright (c) 1997-2001, 2003 Kungliga Tekniska H�gskolan
35c35
< RCSID("$Id: push.c,v 1.45 2001/09/04 09:45:52 assar Exp $");
---
> RCSID("$Id: push.c,v 1.47 2003/04/04 02:10:17 assar Exp $");
139a140,144
> static char *pop_state_string[] = {
> "INIT", "GREET", "USER", "PASS", "STAT", "RETR", "TOP",
> "DELE", "XDELE", "QUIT"
> };
>
270c275
< write (STDERR_FILENO, out_buf, out_len);
---
> fprintf (stderr, "%s", out_buf);
282a288,294
>
> if (verbose > 1)
> fprintf (stderr, "state: %s count: %d asked_for: %d "
> "retrieved: %d asked_deleted: %d\n",
> pop_state_string[state],
> count, asked_for, retrieved, asked_deleted);
>
334c346
< net_write (STDERR_FILENO, "QUIT\r\n", 6);
---
> fprintf (stderr, "QUIT\r\n");
357c369
< net_write (STDERR_FILENO, "QUIT\r\n", 6);
---
> fprintf (stderr, "QUIT\r\n");
404c416
< net_write (STDERR_FILENO, "QUIT\r\n", 6);
---
> fprintf (stderr, "QUIT\r\n");
411c423
< net_write (STDERR_FILENO, "QUIT\r\n", 6);
---
> fprintf (stderr, "QUIT\r\n");
431c443
< net_write (STDERR_FILENO, "QUIT\r\n", 6);
---
> fprintf (stderr, "QUIT\r\n");
474c486
< write (STDERR_FILENO, out_buf, out_len);
---
> fprintf (stderr, "%s", out_buf);