summaryrefslogtreecommitdiff
path: root/lib-src/movemail.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (main): Skip past the colon in inname.Richard M. Stallman1995-01-111-0/+1
|
* PopServer renamed to popserver throughout.Richard M. Stallman1994-10-201-2/+2
|
* Don't declare malloc.Richard M. Stallman1994-10-191-1/+0
|
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-121-0/+2
|
* Make functions that return nothing void, not implicitly int.David J. MacKenzie1994-10-121-18/+31
| | | | | (main): Improve usage message. (error): Write to stderr, not stdout.
* Improve POP code, move most of it into a separate file.Richard M. Stallman1994-09-271-249/+105
| | | | | | | | (mbx_delimit_end, mbx_delimit_begin): Check for errors. (mbx_write): Check for errors and for From line. (pop_retr, popmail): Use subroutines in pop.c to do the real work. (get_errmsg, multiline, getline, putline, pop_stat, pop_command) (pop_init): Functions deleted.
* Include config.h first thing.Richard M. Stallman1994-08-041-2/+2
|
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1994-04-131-0/+4
|
* (main): Use setuid, not seteuid.Karl Heuer1994-04-121-1/+1
|
* (main): Fix up MAIL_USE_MMDF conditional whereRichard M. Stallman1994-04-051-22/+36
| | | | | | | the indesc open was moved inside a fork. Handle MAIL_USE_LOCKF. (MAIL_USE_SYSTEM_LOCK): New conditional macro. Define it if either MAIL_USE_FLOCK or MAIL_USE_LOCKF.
* [! HAVE_STRERROR] (strerror): Define the function.Roland McGrath1994-01-091-4/+20
|
* (get_errmsg, pfatal_with_name, pfatal_and_delete): Call strerror instead ofRoland McGrath1994-01-081-24/+11
| | | | using sys_errlist.
* (malloc): Don't declare it.Richard M. Stallman1994-01-061-4/+6
| | | | | | | (xmalloc): Cast result of malloc. (strcpy): Don't declare it. [MSDOS]: #undef `access'.
* Include syswait.h.Richard M. Stallman1994-01-041-48/+64
| | | | Fork a subprocess and use it to copy the mail file.
* (main): When making tempname, cast result of xmalloc.Richard M. Stallman1993-12-241-1/+2
| | | | | Include room for EXXXXXX in the size. Don't use result of strcpy.
* (main): Fix error message text.Richard M. Stallman1993-11-121-1/+1
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* * movemail.c [MAIL_USE_POP] (main): Don't use non-portableJim Blandy1993-05-301-2/+5
| | | | string-handling functions.
* entered into RCSJim Blandy1992-06-301-0/+1
|
* *** empty log message ***Richard M. Stallman1992-05-071-1/+5
|
* *** empty log message ***Jim Blandy1992-04-011-16/+18
|
* *** empty log message ***Richard M. Stallman1992-03-281-1/+2
|
* *** empty log message ***Jim Blandy1992-03-151-1/+1
|
* *** empty log message ***David J. MacKenzie1992-03-091-6/+13
|
* *** empty log message ***Richard M. Stallman1992-01-181-0/+12
|
* *** empty log message ***Richard M. Stallman1991-12-071-50/+62
|
* *** empty log message ***Richard M. Stallman1991-07-251-1/+22
|
* *** empty log message ***Richard M. Stallman1990-11-291-1/+1
|
* *** empty log message ***Richard M. Stallman1990-11-131-222/+256
|
* *** empty log message ***Joseph Arceneaux1989-10-311-12/+12
|
* *** empty log message ***Richard M. Stallman1989-06-151-0/+6
|
* *** empty log message ***Richard M. Stallman1989-05-141-1/+21
|
* Initial revisionRichard M. Stallman1989-04-281-0/+642