diff options
author | Patrick Monnerat <pm@datasphere.ch> | 2015-01-20 15:27:25 +0100 |
---|---|---|
committer | Patrick Monnerat <pm@datasphere.ch> | 2015-01-20 15:27:25 +0100 |
commit | e1ea18f90e93d50fc999c46c53685fbdd9508659 (patch) | |
tree | bd269f8ebae1d7f5fc1d127c73e7d194d6a9de6e /lib/imap.h | |
parent | 5f09cbcdbd0e0ac4e44a32d06122b5e58d575679 (diff) | |
download | curl-e1ea18f90e93d50fc999c46c53685fbdd9508659.tar.gz |
SASL: common URL option and auth capabilities decoders for all protocols
Diffstat (limited to 'lib/imap.h')
-rw-r--r-- | lib/imap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.h b/lib/imap.h index 81af6a290..22e6ada1c 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2009 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2009 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms |