comparison lisp/mail/smtpmail.el @ 75347:e3694f1cb928

Add 2007 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Sun, 21 Jan 2007 03:53:13 +0000
parents 07973a5d9639
children d6f3ca7298f7 95d0cdf160ea
comparison
equal deleted inserted replaced
75346:7a3f13e2dd57 75347:e3694f1cb928
1 ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail 1 ;;; smtpmail.el --- simple SMTP protocol (RFC 821) for sending mail
2 2
3 ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005, 3 ;; Copyright (C) 1995, 1996, 2001, 2002, 2003, 2004, 2005,
4 ;; 2006 Free Software Foundation, Inc. 4 ;; 2006, 2007 Free Software Foundation, Inc.
5 5
6 ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp> 6 ;; Author: Tomoji Kagatani <kagatani@rbc.ncl.omron.co.jp>
7 ;; Maintainer: Simon Josefsson <simon@josefsson.org> 7 ;; Maintainer: Simon Josefsson <simon@josefsson.org>
8 ;; w32 Maintainer: Brian D. Carlstrom <bdc@ai.mit.edu> 8 ;; w32 Maintainer: Brian D. Carlstrom <bdc@ai.mit.edu>
9 ;; ESMTP support: Simon Leinen <simon@switch.ch> 9 ;; ESMTP support: Simon Leinen <simon@switch.ch>