Pergunta

On a JavaMail POP3Message there's a method to get all header lines which returns an Enumeration of name and value. I know I can traverse this and check if a specific header name exists but am thinking there may be a better way to do that but can't find it. Is there any faster/better alternative solution than having to traverse everything from Jruby?

Foi útil?

Solução

If you know which header you're looking for, use one of the MimeMessage getHeader methods.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top