Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Johann Spies <jspies@sun.ac.za>
To: caml-list@inria.fr
Subject: [Caml-list] Netmime: splitting email attachments
Date: Tue, 20 Jan 2004 15:12:31 +0200	[thread overview]
Message-ID: <20040120131231.GE22271@sun.ac.za> (raw)

I have asked a similar question on ocaml_beginners, but did not get
any reaction.

I want to split attachments containing messages I want to feed to
SA-learn into different files.  I have spent hours now to try and
understand the documentation of netmime and family of classes/modules.
I would appreciate some help please. Fortunately I saw one or two
examples in the documentation which helped me so far.

I have come so far:

# let readmessage f = Netmime.read_mime_message (new Netstream.input_stream (new Netchannels.input_channel (open_in f)));;
val readmessage : string -> Netmime.complex_mime_message = <fun>
# let ss = readmessage "/tmp/aa" ;;
val ss : Netmime.complex_mime_message =
  (<obj>,
  `Parts
    [(<obj>, `Body <obj>); (<obj>, `Body <obj>); (<obj>, `Body <obj>);
     (<obj>, `Body <obj>); (<obj>, `Body <obj>)])
# let a,b = ss;;
val a : Netmime.mime_header = <obj>
val b : Netmime.complex_mime_body =
  `Parts
    [(<obj>, `Body <obj>); (<obj>, `Body <obj>); (<obj>, `Body <obj>);
     (<obj>, `Body <obj>); (<obj>, `Body <obj>)]

What I want to do is to save each of the "Parts" in "b" in a seperate
file.  But I don't know how to proceed to get the contents of the
list.  In other words how do I get the tuples in "b" as strings? 

Regards
Johann

-- 
Johann Spies          Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

     "Neither is there salvation in any other; for there is 
      none other name under heaven given among men, whereby 
      we must be saved."               Acts 4:12 

-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


             reply	other threads:[~2004-01-20 13:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-20 13:12 Johann Spies [this message]
2004-01-21 15:21 ` Gerd Stolpmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040120131231.GE22271@sun.ac.za \
    --to=jspies@sun.ac.za \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox