Mercurial > emacs
comparison lib-src/pop.c @ 106822:0d5d2e53a07c
from trunk
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 14 Jan 2010 12:54:04 +0900 |
parents | 1d1d5d9bd884 |
children | 2bc9a0c04c87 376148b31b5e |
comparison
equal
deleted
inserted
replaced
106812:23c562723a8d | 106822:0d5d2e53a07c |
---|---|
1 /* pop.c: client routines for talking to a POP3-protocol post-office server | 1 /* pop.c: client routines for talking to a POP3-protocol post-office server |
2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, | 2 Copyright (C) 1991, 1993, 1996, 1997, 1999, 2001, 2002, 2003, 2004, |
3 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
4 | 4 |
5 Author: Jonathan Kamens <jik@security.ov.com> | 5 Author: Jonathan Kamens <jik@security.ov.com> |
6 | 6 |
7 This file is part of GNU Emacs. | 7 This file is part of GNU Emacs. |
8 | 8 |