Re: ANN: Basil -- Internet Message (email) and MIME library for Ada v 1.0



On Jul 22, 6:01 am, Ludovic Brenta <ludo...@xxxxxxxxxxxxxxxxxx> wrote:
Wow, this looks quite professional! Are you planning to merge your
library into AdaCore's Ada Web Server (http://libre.adacore.com/aws),
which already includes an SMTP client and server but apparently lacks
the powerful mail handling capabilities of your library?

Hi Ludovic.

I hadn't considered merging with AWS. It seems mostly focused on RFC
2821 (SMTP) and you actually wouldn't need MIME in an RFC 2821 MTA,
nor would you need SMTP in an MUA (or anything designed to run as a
client to an MTA like a mailing list server). Where Basil could
complement AWS is with its RFC 2822 structured header parsers, which
an MTA would need.

Probably the best way to do it would be to make a glue package that
can translate AWS header objects into Basil header objects, so you can
use the structured header parsers, and then back again. I don't think
that would be very difficult and I could probably get that in the next
release.
.



Relevant Pages

  • RE: SMTP setup for connecting through Firewall
    ... sounds as if they are some type of SMTP client, ... 278339 TCP/UDP ports used by Exchange 2000 Server ...
    (microsoft.public.exchange2000.protocols)
  • Re: ANN: Basil -- Internet Message (email) and MIME library for Ada v 1.0
    ... library into AdaCore's Ada Web Server, ... use the structured header parsers, ... If you're planning to use AWS's SMTP client code, ... libraries, so that a single program can use several libraries ...
    (comp.lang.ada)
  • Re: SmtpClient sending emails driectly from own computer
    ... through an SMTP client out on some server. ... You do realise that even if you use your own SMTP server, ... Port 25 is much more likely. ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: SMTP Server remote queue length alert
    ... Thank you for posting in the SBS newsgroup. ... automatically creates a SMTP connector for outgoing messages. ... bridgehead defines the Exchange server which can use this SMTP connector to ... What method is used to send outgoing email (DNS route or ISP ...
    (microsoft.public.windows.server.sbs)
  • RE: Exchange, BadMail Folder
    ... always growing after you have removed files from folder and unplug server ... Furthermore,Please refer to the following KB article to clean up the SMTP ... click SmallBusiness SMTP Connector under ... them in a single queue for the SmallBusiness SMTP Connector or for the one ...
    (microsoft.public.windows.server.sbs)

Loading