Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 MIME programming with visual C++, Help, any idea ?

views
     
TSUltraman55
post Feb 24 2006, 10:43 AM, updated 20y ago

New Member
*
Junior Member
26 posts

Joined: Apr 2005
Hi all experts,

do you guys have any nice link / idea how to develop a class to handle create MIME content mail ?


anthony_yio
post Feb 24 2006, 11:29 AM

........
Group Icon
Elite
1,828 posts

Joined: Jan 2003


QUOTE(Ultraman55 @ Feb 24 2006, 10:43 AM)
Hi all experts,

do you guys have any nice link / idea how to develop a class to handle create MIME content mail ?
*

You want to develop the class to create MIME?

In what programming language?

You can check

http://freshmeat.net/projects/mimepp/

Check

http://www.faqs.org/rfcs/rfc1521.html
http://www.faqs.org/rfcs/rfc2045.html


and some other rfc









TSUltraman55
post Feb 24 2006, 02:02 PM

New Member
*
Junior Member
26 posts

Joined: Apr 2005
hi,

wan to develop a class to create MIME in visual C++ language

anthony_yio
post Feb 24 2006, 06:45 PM

........
Group Icon
Elite
1,828 posts

Joined: Jan 2003


QUOTE(Ultraman55 @ Feb 24 2006, 02:02 PM)
hi,

wan to develop a class to create MIME in visual C++ language
*
MIME is actually a set of string (like HTML but different format) which can be processed by mail server and your MUA (mail client)

Are you interested in writing a class which can "parse" and "generate" the MIME string or you are just interested in
"using" it in one of you mailing function?


For using it only,

http://freshmeat.net/projects/mimepp/

For writing from scratch an MIME engine, check

http://www.faqs.org/rfcs/rfc1521.html
http://www.faqs.org/rfcs/rfc2045.html


TSUltraman55
post Feb 25 2006, 12:40 PM

New Member
*
Junior Member
26 posts

Joined: Apr 2005
actually would like to develop a class which can "parse" and "generate" the MIME string as well...
using 3rd party not really practical sometime like error/bugs support

anyway, thanks for the info, will take a look in it

anthony_yio
post Feb 25 2006, 01:24 PM

........
Group Icon
Elite
1,828 posts

Joined: Jan 2003


QUOTE(Ultraman55 @ Feb 25 2006, 12:40 PM)
actually would like to develop a class which can "parse" and "generate" the MIME string as well...
using 3rd party not really practical sometime like error/bugs support

anyway, thanks for the info, will take a look in it
*
Do you know that 3rd party libraries they will give away source code as well nowaday?

So, at least, you do not need to start from scratch and get working on a proven library straight ahead even if you want customization. (well, if they can sell it in mass, it should be quite stable)



 

Change to:
| Lo-Fi Version
0.0132sec    1.13    5 queries    GZIP Disabled
Time is now: 23rd December 2025 - 11:13 AM