Manipulate multipart Emails. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | mutt_generate_boundary (struct ParameterList *pl) |
| Create a unique boundary id for a MIME part. | |
| struct Body * | mutt_make_multipart (struct Body *b) |
| Create a multipart email. | |
| struct Body * | mutt_remove_multipart (struct Body *b) |
| Extract the multipart body if it exists. | |
Manipulate multipart Emails.
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 multipart.h.
| void mutt_generate_boundary | ( | struct ParameterList * | pl | ) |
Create a unique boundary id for a MIME part.
| pl | MIME part |
Definition at line 86 of file multipart.c.
Here is the call graph for this function:
Here is the caller graph for this function:Create a multipart email.
| b | Body of email to start |
| ptr | Newly allocated Body |
Definition at line 100 of file multipart.c.
Here is the call graph for this function:
Here is the caller graph for this function:Extract the multipart body if it exists.
| b | Body to alter |
| ptr | The parts of the Body |
Definition at line 126 of file multipart.c.
Here is the call graph for this function:
Here is the caller graph for this function: