SMTP MIME Attachments

SMTP MIME Attachments

am 24.05.2006 00:23:49 von FrankJNatoli

Have RFC 2821 describing basic SMTP. What RFC or relevant document
describes the verbs that must be used with an SMTP server to send MIME
attachments, e.g., audio file in base64? Need sample client/server
exchange. Thanks.

Re: SMTP MIME Attachments

am 24.05.2006 00:54:37 von patrick

wrote in message
news:1148423029.567906.160220@38g2000cwa.googlegroups.com

> Have RFC 2821 describing basic SMTP. What RFC or relevant document
> describes the verbs that must be used with an SMTP server to send MIME
> attachments, e.g., audio file in base64? Need sample client/server
> exchange. Thanks.

An MTA (Mail Transport Agent, or "SMTP server") has no bearing on the
client-side "attachment" structure. An MTA simply passes the "attachment" in
the DATA portion of the SMTP dialog.

The client arranges the DATA portion of the exchange to conform to MIME
standards; it has nothing to do with the server.

Re: SMTP MIME Attachments

am 04.06.2006 11:37:56 von bonomi

In article <1148423029.567906.160220@38g2000cwa.googlegroups.com>,
wrote:
>Have RFC 2821 describing basic SMTP. What RFC or relevant document
>describes the verbs that must be used with an SMTP server to send MIME
>attachments, e.g., audio file in base64? Need sample client/server
>exchange. Thanks.
>

RFC 2821 is the animal. The only relevant verb is 'data'.

Everything else is handled by 'internal' structuring of the 'data'
segment.

as regards the 'internal structuring', see RFCs 2045-2049, 2184, 2231, 2646,
3798, 4288, 4289, for starters.