From: darshan.ghumare@gmail.com
To: linux-c-programming@vger.kernel.org
Subject: bare minimum SMTP implementation
Date: Fri, 30 Oct 2009 09:53:30 -0400 [thread overview]
Message-ID: <19475730.21256910810841.JavaMail.root@wombat> (raw)
In my project one thread will have a task to send mail. It can be send to say gmail also.
But if you try to connect smtp.gmail.cm@25 then after greeting gmail ask you to setup SSL.
I have search a lot for SMTP implementation that support STARTTLS, many of them consume about 800+kb. As my project is run on embedded system this is not feasible to me.
If anybody knows any implementation that support above STARTTLS still consume less memory?
Many of them ask for OpenSSL but that consume 800kb+ memory hence not feasible for me.
Thank you very much
Regards
Darshan
--
This message was sent on behalf of darshan.ghumare@gmail.com at openSubscriber.com
http://www.opensubscriber.com/messages/linux-c-programming@vger.kernel.org/topic.html
next reply other threads:[~2009-10-30 13:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-30 13:53 darshan.ghumare [this message]
2009-10-30 14:53 ` bare minimum SMTP implementation FunkyChunkyMunky
2009-10-30 20:45 ` Glynn Clements
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=19475730.21256910810841.JavaMail.root@wombat \
--to=darshan.ghumare@gmail.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).