original commit: 316502114cbb30a104bb215ee5d5d2df6af2f8d3
This commit is contained in:
Matthew Flatt 2005-05-16 17:16:23 +00:00
parent 4290af69a6
commit 430810e750
2 changed files with 3 additions and 1 deletions

View File

@ -73,6 +73,7 @@
(define iana-extensions '(;; text
("plain" . plain)
("html" . html)
("enriched" . enriched) ; added 5/2005 - probably not iana
("richtext" . richtext)
("tab-separated-values" . tab-separated-values)
;; Multipart

View File

@ -296,7 +296,8 @@
(lambda (communicator message-template . rest)
(apply fprintf (communicator-sender communicator)
(string-append message-template "\r\n")
rest)))
rest)
(flush-output (communicator-sender communicator))))
;; get-one-line-from-server :
;; iport -> string