Gnus development mailing list
 help / color / mirror / Atom feed
* About forward mail
@ 2000-04-28  2:39 Shenghuo ZHU
  2000-04-28 10:02 ` Steinar Bang
  0 siblings, 1 reply; 3+ messages in thread
From: Shenghuo ZHU @ 2000-04-28  2:39 UTC (permalink / raw)



I did a little change in the gnus-summary-mail-forward. The default
behavior is not changed much, unless you forward a message with
multipart.  In the original version, only characters in the message
are decoded.  Now you got many options, decoding the entire MIME (`3
C-x C-f', or `C-x C-f'), keeping the message unchanged (`2 C-x C-f'),
etc.  Thoughts?

-- 
Shenghuo



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: About forward mail
  2000-04-28  2:39 About forward mail Shenghuo ZHU
@ 2000-04-28 10:02 ` Steinar Bang
  2000-04-28 12:50   ` Shenghuo ZHU
  0 siblings, 1 reply; 3+ messages in thread
From: Steinar Bang @ 2000-04-28 10:02 UTC (permalink / raw)


>>>>> Shenghuo ZHU <zsh@cs.rochester.edu>:

> I did a little change in the gnus-summary-mail-forward. The default
> behavior is not changed much, unless you forward a message with
> multipart.  In the original version, only characters in the message
> are decoded.  Now you got many options, decoding the entire MIME (`3
> C-x C-f', or `C-x C-f'), keeping the message unchanged (`2 C-x
> C-f'), etc.  Thoughts?

I think MIME requires the different parts of this forwarded message to 
be encoded, ie. you should not CTE base64 the message as a whole.

If you want to keep the CTE on the message/rfc822 7bit (which is the
safe choice), you have to make sure all parts of the multipart
forwarded message are 7bit safe, ie. if you have an image/jpeg that
has CTE binary (unlikely but possible), it should be converted to
base64. 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: About forward mail
  2000-04-28 10:02 ` Steinar Bang
@ 2000-04-28 12:50   ` Shenghuo ZHU
  0 siblings, 0 replies; 3+ messages in thread
From: Shenghuo ZHU @ 2000-04-28 12:50 UTC (permalink / raw)


>>>>> "Steinar" == Steinar Bang <sb@metis.no> writes:

Steinar> If you want to keep the CTE on the message/rfc822 7bit (which
Steinar> is the safe choice), you have to make sure all parts of the
Steinar> multipart forwarded message are 7bit safe, ie. if you have an
Steinar> image/jpeg that has CTE binary (unlikely but possible), it
Steinar> should be converted to base64.

By default, Gnus will decode the MIME, and re-encode all when you send
it out, that is, the original binary (or 8bit) parts will be converted
into base64 or qp in the most cases, except that the original message
contains a binary or 8bit message/rfc822 part. It is because Gnus will
not do deep decoding.


-- 
Shenghuo



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-04-28 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-28  2:39 About forward mail Shenghuo ZHU
2000-04-28 10:02 ` Steinar Bang
2000-04-28 12:50   ` Shenghuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).