// FileOutputStream fs=new FileOutputStream( "c:/c.eml ");
// byte b[]= new byte[0x7a120];
// int byteread=0;
// while ((byteread=in.read(b))!=-1)
// {
// fs.write(b,0,byteread);
// }
// FileOutputStream fs=new FileOutputStream( "c:/c.eml ");
// byte b[]= new byte[0x7a120];
// int byteread=0;
// while ((byteread=in.read(b))!=-1)
// {
// fs.write(b,0,byteread);
// }