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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,db1e3158636a30f2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-21 07:37:35 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: kcline17@hotmail.com (Kevin Cline) Newsgroups: comp.lang.ada Subject: Re: Fill string with multiple lines from standard_input Date: 21 Aug 2002 07:37:35 -0700 Organization: http://groups.google.com/ Message-ID: References: NNTP-Posting-Host: 192.76.70.227 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1029940655 3907 127.0.0.1 (21 Aug 2002 14:37:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 21 Aug 2002 14:37:35 GMT Xref: archiver1.google.com comp.lang.ada:28287 Date: 2002-08-21T14:37:35+00:00 List-Id: "Vincent Smeets" wrote in message news:... > I am working on a remote site and I want all my e-mail to be encrypted and > forwarded. I am writing a program that will create a new mail with an > attachment that contains the encrypted mail (with PGP). Consider writing this in Perl. You can probably learn enough Perl to do this job, and then write the code in less time than you will spend trying to get it to work in Ada. My initial estimate is that you can do this in less than 100 lines of Perl. There are already freely available Perl packages that understand mail and encryption, but in Ada you will have to write all that code from scratch.