Representation of the body of an email. More...
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | mutt_body_copy (FILE *fp, struct Body **tgt, struct Body *src) |
Create a send-mode duplicate from a receive-mode body. More... | |
Representation of the body of an email.
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_body.h.
Create a send-mode duplicate from a receive-mode body.
[in] | fp | FILE pointer to attachments |
[out] | tgt | New Body will be saved here |
[in] | src | Source Body to copy |
0 | Success |
-1 | Failure |
Definition at line 48 of file mutt_body.c.