summaryrefslogtreecommitdiff
path: root/doc/texinfo/mime.texi
blob: 54c518b4f5be9a59cfc73c8ff9ceb027bc1cfa86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@c This is part of the GNU Mailutils manual.
@c Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014-2018 Free
@c Software Foundation, Inc.
@c See file mailutils.texi for copying conditions.
@comment *******************************************************************

@smallexample
@code{/* Prefix @emph{mu_mime_} is reserved */}
@code{#include <mailutils/mime.h>}

@end smallexample

Multipurpose Internet Mail Extensions (MIME).

@deftypefun int mu_mime_create (mu_mime_t *pmime, mu_message_t msg, int flags)
@end deftypefun

@deftypefun void mu_mime_destroy (mu_mime_t *pmime)
@end deftypefun

@deftypefun int mu_mime_is_multipart (mu_mime_t mime)
@end deftypefun

@deftypefun int mu_mime_get_num_parts (mu_mime_t mime, size_t *nparts)
@end deftypefun

@deftypefun int mu_mime_get_part (mu_mime_t mime, size_t part, mu_message_t *msg)
@end deftypefun

@deftypefun int mu_mime_add_part (mu_mime_t mime, mu_message_t msg)
@end deftypefun

@deftypefun int mu_mime_get_message (mu_mime_t mime, mu_message_t *msg)
@end deftypefun

Return to:

Send suggestions and report system problems to the System administrator.