smtp-client
SMTP Client C Library
smtp_attachment Struct Reference
+ Collaboration diagram for smtp_attachment:

Data Fields

char * name
 
char * b64_data
 

Detailed Description

Attachment data which gets placed in the MIME email section.

Definition at line 120 of file smtp.c.

Field Documentation

◆ b64_data

char* smtp_attachment::b64_data

Base64-encoded file data.

Definition at line 129 of file smtp.c.

Referenced by smtp_attachment_add_mem(), smtp_attachment_clear_all(), and smtp_print_mime_attachment().

◆ name

char* smtp_attachment::name

File name of the attachment.

Definition at line 124 of file smtp.c.

Referenced by smtp_attachment_add_mem(), smtp_attachment_clear_all(), and smtp_print_mime_attachment().


The documentation for this struct was generated from the following file: