Go to the source code of this file.
Data Structures | |
struct | AttachMatch |
An attachment matching a regex for attachment counter. More... | |
Functions | |
int | mutt_count_body_parts (struct Mailbox *m, struct Email *e) |
Count the MIME Body parts. More... | |
void | mutt_parse_mime_message (struct Mailbox *m, struct Email *e) |
Parse a MIME email. More... | |
void | mutt_attachmatch_free (struct AttachMatch **ptr) |
Free an AttachMatch - Implements list_free_t. More... | |
Variables | |
struct ListHead | AttachAllow |
List of attachment types to be counted. More... | |
struct ListHead | AttachExclude |
List of attachment types to be ignored. More... | |
struct ListHead | InlineAllow |
List of inline types to counted. More... | |
struct ListHead | InlineExclude |
List of inline types to ignore. More... | |
Miscellaneous email parsing routines
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file mutt_parse.h.
Count the MIME Body parts.
num | Number of MIME Body parts |
Definition at line 208 of file mutt_parse.c.
Parse a MIME email.
Definition at line 49 of file mutt_parse.c.
void mutt_attachmatch_free | ( | struct AttachMatch ** | ptr | ) |
Free an AttachMatch - Implements list_free_t.
ptr | AttachMatch to free |
Definition at line 243 of file mutt_parse.c.
struct ListHead AttachAllow |
List of attachment types to be counted.
Definition at line 39 of file mutt_parse.c.
struct ListHead AttachExclude |
List of attachment types to be ignored.
Definition at line 40 of file mutt_parse.c.
struct ListHead InlineAllow |
List of inline types to counted.
Definition at line 41 of file mutt_parse.c.
struct ListHead InlineExclude |
List of inline types to ignore.
Definition at line 42 of file mutt_parse.c.