- Tim (4mhz.de) wrote on 28 Jul 2014 at 08:55 +0200:
- Dom wrote on 24 Jul 2014 at 19:23 +0200:
- Student from Stuttgart DE wrote on 08 Sep 2013 at 09:40 +0200:
- Fred (France) wrote on 12 Apr 2013 at 05:34 +0200:
Needed a base64 to decode PDF file in attachment files.
b64dec did the job !
thank you very much !
- Tim (4mhz.de) wrote on 14 Sep 2012 at 10:42 +0200:
It may be that the libcurl example program you referenced can be used, but I don't
know exactly. The approach to attach the files as base64-coded text is in principle
right, but you have to consider more than just that. Read http://en.wikipedia.org/wiki/MIME
for more information.
- Ted wrote on 14 Sep 2012 at 08:58 +0200:
Hello. I am going to start developing a Win32 console app that will attach 3 files
and send them to gmail.com. Can you please give me tips how to attach the files,
i think i should convert them to Base64 and add the plain text to the payload of
the message. I am planning to use libcurl because of the useful TLS support. Would
this do the job: http://curl.haxx.se/libcurl/c/smtp-tls.html
?
Thanks
- John C wrote on 01 Aug 2012 at 20:47 +0200:
Many thanks for the B64 programme - I have Outlook 2003, and from one emailer the
jpg attachments always come through in base64. Your programme worked perfectly,
running as a stand-alone under Windows 7 Ultimate (SP1) - from the Digital River
repository.
Again, many thanks!
- Christopher wrote on 26 Jul 2012 at 21:29 +0200:
I appreciate you making your Base64 program available to the online community. I'm
a volunteer with a cat shelter that's having a major fundraiser this weekend, and
needed to print business cards + other materials for the event. The e-mails I received
from the graphic artist didn't decode the attachments correctly - and then the artist
wouldn't respond! Fortunately, I found your program that allowed me to extract the
attachments into their correct PDF format and then print them. Many thanks for saving
the day. Our cats thank you, too!
- Sheldon wrote on 12 Jul 2012 at 09:27 +0200:
- Tim (4mhz.de) wrote on 09 Dec 2011 at 20:05 +0100:
@ragu: Your data appears to be a PNG file, but not a valid one. It probably is not
complete. Please don't post your data in my guestbook. You can decode your data
also online, search for things like "online base64 decoder".