Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8566413
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:38:57+00:00 2026-06-11T17:38:57+00:00

I need to send mails through java, where the Personal (sender name) of the

  • 0

I need to send mails through java, where the Personal (sender name) of the InternetAddress can be arbitrary UTF8 strings. As my Email Address String may contain a personal or not, I’m solely using the InternetAddress( String ) constructor, to build an appropriate InternetAddress:

InternetAddress sender = new InternetAddress( "s\u00E8nder <from@example.org>" );
sender.setPersonal( sender.getPersonal(), Charsets.UTF_8.name() );

As from my understanding (as tests seem to support this) the basic InternetAddress Constructor does not perform any Personal encoding, so I’m doing this in an additional step, which encodes the Personal in conformance to MIME.

My Question is if this procedure may fail under some circumstances, javadoc says that .getPersonal() may return the raw data if decoding fails. But can this really ever happen?
And if it fails would that cause any troubles, as javadoc tells setPersonal does encoding only if it contains non ASCII, but the rawdata wont do that, right?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T17:38:59+00:00Added an answer on June 11, 2026 at 5:38 pm

    The constructor you’re using assumes the address string is already properly encoded, as it would be if you read it from an email header. You should maintain the email address and personal name fields separately, and use the constructor that takes them as separate arguments. If you don’t have a personal name, you can pass null.

    You can get back a string of the format you’re using with the toUnicodeString method, but there’s no way to parse such a string.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my forum, users can reply through email. I am handling mails from their
How can I send email using Perl through my Gmail account? The one CPAN
I am using PEAR mail system to send authenticated mails.I need to send HTML
I'm using Mime::Lite to create and send E-Mails. Now I need to add support
Possible Duplicate: Sending HTML email from PHP I need to send an html mail
I need send certain attributes(say, human readable user name) from server to client after
I need to send emails through mail(). Do I need a root server to
I need to send some sets of code which user enters through e-mail. The
This seems to be pretty straight forward. I need to send email from some
I am trying to send email through gmail using PHPMailer_V5.1. Getting the following error,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.