• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java mail problem of double dots

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am using javax.mail.* and javax.mail.internet.* packages.
My interest is to extract data from the database and it should send it as an report(as an .xls) using smtp to the cocerned parties.

Challenge:
For some of the fields it is showing extra dots like 1.25 is becoming
1..25. it is adding extra dot to the fields which are having a dot.

Remember: it is not adding this extra '.' to all the fields which are having the '.'. but to some fields only.

i am using
Transport, Multipart, BodyPart classes...
What is the problem and how should we go about it?

Regards,
Ravindra N
 
reply
    Bookmark Topic Watch Topic
  • New Topic