diff options
author | Werner Koch <[email protected]> | 2016-06-29 09:02:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-29 10:04:11 +0000 |
commit | c334fa8df0e3901857e1a277d3277a873ae4af74 (patch) | |
tree | 9845a54453dc8d3746ac5ea29e6b5660fc1a3b20 /tools/rfc822parse.h | |
parent | gpgscm: Fix memory leaks. (diff) | |
download | gnupg-c334fa8df0e3901857e1a277d3277a873ae4af74.tar.gz gnupg-c334fa8df0e3901857e1a277d3277a873ae4af74.zip |
tools: Add modules for MIME parsing and creating.
* tools/mime-maker.c: New.
* tools/mime-maker.h: New.
* tools/mime-parser.c: New.
* tools/mime-parser.h: New.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'tools/rfc822parse.h')
-rw-r--r-- | tools/rfc822parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rfc822parse.h b/tools/rfc822parse.h index 8bb5536a1..c5579fe44 100644 --- a/tools/rfc822parse.h +++ b/tools/rfc822parse.h @@ -1,6 +1,6 @@ /* rfc822parse.h - Simple mail and MIME parser * Copyright (C) 1999 Werner Koch, Duesseldorf - * Copyright (C) 2003, g10 Code GmbH + * Copyright (C) 2003 g10 Code GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License |