RE: Sending e-mails from a pipeline...

I think David already gave a few examples that concur with your statement,
but perhaps good to come up with some (briefly described) use cases?



-        Application needs to send processing failure notifications to
application manager, plain text message, log attachment (what details need
to be passed along these two?)

-        …



Kind regards,

Geert



*Van:* Chris Maloney [mailto:voldrani@gmail.com]
*Verzonden:* dinsdag 15 november 2011 23:22
*Aan:* Geert Josten
*CC:* Norman Walsh; XProc Dev
*Onderwerp:* Re: Sending e-mails from a pipeline...



I think it depends on how you define "user".  If you're talking about the
XProc developer, then I'd suggest, no, if she's going to be developing an
application to send emails, she's going to have to know about it, to some
extent, if only to facilitate debugging.

On Tue, Nov 15, 2011 at 4:57 PM, Geert Josten <geert.josten@dayon.nl> wrote:

Is MIME something a user needs to care about? (i.e. isn't that something
that can be shielded from the user?)

Grtz

-----Oorspronkelijk bericht-----
Van: Norman Walsh [mailto:ndw@nwalsh.com]
Verzonden: dinsdag 15 november 2011 18:22
Aan: XProc Dev
Onderwerp: Re: Sending e-mails from a pipeline...


Alex Milowski <alex@milowski.org> writes:
>
> We should consider a step definition for SMTP.

It's tempting to try to make something simple. The simple cases seem
to be covered by

 http://tools.ietf.org/html/draft-klyne-message-rfc822-xml-03

Though that's clearly been stalled for, uh, 9 years.

The problem with the less simple cases is handling all of the MIME
encoding/disposition/id/boundary/etc. malarkey.

We have machinery for (at least some of) MIME, in p:http-request, but
that seems to set the bar pretty high for the simple case.

Meh.

                                       Be seeing you,
                                         norm

--
Norman Walsh
Lead Engineer
MarkLogic Corporation
Phone: +1 413 624 6676
www.marklogic.com

Received on Tuesday, 15 November 2011 22:35:50 UTC