bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I create a message from RFC822 data!


From: Alain Magloire
Subject: Re: How do I create a message from RFC822 data!
Date: Wed, 14 Nov 2001 23:20:26 -0500 (EST)

> 
> s = stdio_stream_create(stdin)/open();

This function is missing could you send it also.

> 
> h = message_get_header(); // Causing the headers to be read from the stream.
> 
> Manipulate the headers in-memory (add message-id, date, etc.).
> 
> mailer_send(msg)
>   which will
>      readline from message
>      writeline to wherever

What you are trying to do seem to be straight forward.
And very easy to implement within our correct framework.

> 
> Do I need to create a special kind of folder for this, or can I do it
> with a message_t?

Just a message_t.

> 
> p.s. I'll try and stick the wicket in sieve now, as a proof-of-concept.

Good point, I should have put something in frm/frm.c as an example.
Wait a second/minute.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]