Re: I-D ACTION:draft-ietf-fax-esmtp-conneg-06.txt

Hiroshi Tamura <[email protected]> Tue, 25 Feb 2003 15:36:45 +0900 (JST)
Newsgroups gmane.ietf.fax
Message-ID <[email protected]>
Dave and Toyoda-san,

> http://www.ietf.org/internet-drafts/draft-ietf-fax-esmtp-conneg-06.txt

9.2.      Example CONNEG Negotiation
     
     S: 220 example.com IFAX
     C: EHLO example.com
     S: 250- example.com
     S: 250-DSN
     S: 250 CONNEG
     C: MAIL FROM:<[email protected]>
     S: 250 <[email protected]> sender ok
     C: RCPT TO:<[email protected]> CONNEG
     S: 250-<[email protected]> recipient ok
     S: 250-CONNEG (&(image-file-structure=TIFF-minimal)
     S: 250-CONNEG   (MRC-mode=0)
     S: 250-CONNEG   (color=Binary)
     S: 250-CONNEG   (|(&(dpi=204)
     S: 250-CONNEG       (dpi-xyratio=[204/98,204/196]) )
     S: 250-CONNEG     (&(dpi=200)
     S: 250-CONNEG       (dpi-xyratio=[200/100,1]) ) )
     S: 250-CONNEG   (image-coding=[MH,MR,MMR])
     S: 250-CONNEG   (size-x<=2150/254)
     S: 250-CONNEG   (paper-size=[letter,A4])
     S: 250 CONNEG   (ua-media=stationery) )
     C: DATA
     S: 354 okay, send data
     C: <<RFC 2822 message with MIME Content-Type:TIFF-FX
          Per:
*          (  image-file-structure=TIFF-minimal
*             dpi=400
*             image-coding=JBIG
*             size-x=2150/254
*             paper-size=letter
           )
        >>
     S: 250 message accepted
     C: QUIT
     S: 221 goodbye

C sends content according to capabilities shown in 250-CONNEG Responses.
Regarding lines with *, "dpi=400" and "image-coding=JBIG"
are not suitable, because they are not included in the Responses.

Regards,
--
Hiroshi Tamura