Congratulation for a very useful application!
In your project I found almost all features that I need.
Send html, embedded images ...
I want to send email with plain and html version with
embed images. To send this kind of email I need a
special content-
type=multipart/related;type=multipart/alternative;bounda
ry="boundary42"
I tried to send a email using several option but without
any result. I could setting this content-type using -a1,
but automatically content-type=text/html will be added.
Could you please add the follow feature in your next
release:
- an option to set no content-type
- an option to include more than 2 custom header
(a1,a2)
or
- an option to set a custom content-type, instead of -
html, (preferred)
or
- an option to set content-
type=multipart/related;type=multipart/alternative;bounda
ry="". (In this case the boundary must be settable,
because it must be defined in the body)
Unfortunately I'm possessing the necessary knowlegde
in C+ the contribute to your project directly.
Feel free to contact me at boris@ekeryx.com
Regards
Boris Chiavi
example (also as attachement):
From: Boris Chiavi <boris@ekeryx.com>
To: <test@ekeryx.com>
Date: Mon, 08 August 2003 09:41:09 -0800 (PST)
Subject: Formatted mail
MIME-Version: 1.0
Content-Type: multipart/related;
type=multipart/alternative; boundary=boundary42
--boundary42
Content-Type: multipart/alternative;boundary=----
=_NextPart
----=_NextPart
Content-Type: text/plain; charset=iso-8859-1
... plain text version of message goes here ...
----=_NextPart
Content-Type: text/enriched
... RFC 1896 text/enriched version of same message
goes here ...
----=_NextPart
Content-Type: text/html; charset=iso-8859-1
... html version (with or without embedded images) of
same message goes here ...
----=_NextPart
Content-Type: image/gif; name="blind.gif"
Content-Transfer-Encoding: base64
Content-ID: <blind.gif>
R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAA
EAAAICRAEAOw==
--boundary42--
Nobody/Anonymous
Interface Improvements (example)
None
Public
|
Date: 2003-08-31 05:32:57 PDT Logged In: YES |
|
Date: 2003-08-13 15:51:11 PDT Logged In: YES |
|
Date: 2003-08-13 08:31:24 PDT Logged In: YES |
|
Date: 2003-08-09 18:22:17 PDT Logged In: YES |
|
Date: 2003-08-09 09:33:38 PDT Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| mail.txt | multipart/related;type=multipart/alternative message | Download |
| sourceforce1.txt | multipart/alternative example | Download |