As I posted a question a few days ago, I realized thet the stock eMail app couldn\'t send multiple files in attachment: https://stackoverflow.com/questions/5773006/sending-email
ZipFile is a shortcut for the one file case. If you want to do multiple files, you need to work with a ZipOutputStream - just one click away from the javadoc page you quoted.
And that javadoc also has an example on how to zip up multiple files.