I downloaded together-smime-2.0.2-src.zip and tried to
build & test run and had two problems:
1. can't build since junit.extensions.util.FileUtils isn't
included, so I excluded the test part and succeeded
2. can't send signed mail, got ClassCastException re
sun.util.calendar.ZoneInfo, so I changed SimpleTimeZone
to TimeZone and succeeded, but not knowing the
consequences of such a change
submitted by dksleung@hotmail.com