Author: | randy7 |
---|---|
Mode: | factor |
Date: | Thu, 16 Sep 2010 19:18:07 |
TUPLE: part parent fields attributes data ; TUPLE: multipart fields attributes { mime-parts vector } ; : add ( part multipart -- ) [ swap parent<< ] [ get-boundary set-boundary drop ] ! assign the boundary to child. [ mime-parts>> push ] 2tri ; ! add the part to the multipart parent.