[Mimedefang] base64 to quoted-printable
    Dianne Skoll 
    dfs at roaringpenguin.com
       
    Fri Oct 13 10:21:10 EDT 2017
    
    
  
On Fri, 13 Oct 2017 10:20:04 -0400
Dianne Skoll <dfs at roaringpenguin.com> wrote:
> 	# non-recursive case: Single part.
> 	# If $in_entity is base-64 encoded, make a new $new_entity
> 	# that is qp-encoded and call $out_entity->attach($new_entity)
> 	# and return 1 to indicate that a change was made.
> 	# Otherwise, call $out_entity->attach($in_entity)
> 	# and return 0.
Oh, sorry.  ->attach should be ->add_part.
Regards,
Dianne.
    
    
More information about the MIMEDefang
mailing list