alexdean / as2

AS2 protocol implementation in Ruby
https://rubygems.org/gems/as2
MIT License
3 stars 2 forks source link

improvements to MDN generation #9

Closed alexdean closed 2 years ago

alexdean commented 2 years ago
  1. send the complete SMIME body. don't use string manipulation to remove the MIME headers from the body.
  2. if an error is being reported, add the error message to the plain text body part. this appears to be what is displayed to users on the partner end, so this should help with troubleshooting connection issues.