Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1bd1a954
...
1bd1a95471f2908fea1ae1910dbc8333efa48d34
authored
2003-01-29 13:11:31 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(rfc2047_decode): New function.
1 parent
311ddb23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
include/mailutils/mime.h
include/mailutils/mime.h
View file @
1bd1a95
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001
, 2003
Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Library Public License as published by
...
...
@@ -41,6 +41,10 @@ int mime_add_part __P ((mime_t mime, message_t msg));
int
mime_get_message
__P
((
mime_t
mime
,
message_t
*
msg
));
int
rfc2047_decode
__P
((
const
char
*
tocode
,
const
char
*
fromstr
,
char
**
ptostr
));
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment