From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.176.1.83 with SMTP id 77mr2757601uak.8.1464785755501; Wed, 01 Jun 2016 05:55:55 -0700 (PDT) X-Received: by 10.157.52.180 with SMTP id g49mr46802otc.8.1464785755408; Wed, 01 Jun 2016 05:55:55 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!q32no2231179qgq.0!news-out.google.com!z5ni124qge.0!nntp.google.com!q32no2231178qgq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 1 Jun 2016 05:55:55 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.251.73.50; posting-account=O3LyFwoAAACc1uh60ZcOUmAGdDmGsEcV NNTP-Posting-Host: 193.251.73.50 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3f803d26-765d-4009-b284-b01eb63aa8d2@googlegroups.com> Subject: Re: ANN: Simple Components v4.13 released From: slos Injection-Date: Wed, 01 Jun 2016 12:55:55 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:30535 Date: 2016-06-01T05:55:55-07:00 List-Id: Le mercredi 1 juin 2016 14:12:27 UTC+2, Dmitry A. Kazakov a =C3=A9crit=C2= =A0: > On 01/06/2016 12:06, slos wrote: >=20 > > AWS provides means to send and receive emails. > > Does "Simple Components" provide such facility too ? > > I have been through the documentation without finding it. >=20 > Do you mean SMTP, POP3, IMAP protocols? No, I didn't implement them. It= =20 > should not be difficult but quite tedious in the part of reading through= =20 > all that huge pile of RFC documents. >=20 > I presume with an ability to service multitude of sockets by a single=20 > task, one could design a nicely horrendous mail bomber in Ada... (:-)) >=20 > --=20 > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de Well, that's not my use case... though I could think about bombing people w= ith "Ada for Automation" related stuff... ;-) No, sometimes it can be useful to send either an SMS or email when some ala= rm occurs. Something like this : https://www.rosettacode.org/wiki/Send_email#Ada https://docs.adacore.com/aws-docs/aws/working_with_mails.html Mister Pascal Obry had one but it seems not available any more : http://pobry.blogspot.fr/p/ada-contributions.html It states : "SMTP SMTP est une API Ada permettant d'envoyer des messages vers un serve= ur SMTP." But the link is dead : http://pascal.obry.pagesperso-orange.fr/archive/smtp.tar.gz May be because of integration in AWS.