
com.upokecenter.mail.EncodedWordContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maillib Show documentation
Show all versions of maillib Show documentation
A Java library for parsing and generating Internet mail messages.
The newest version!
package com.upokecenter.mail;
/*
Written by Peter O. in 2014.
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
If you like this, you should donate to Peter O.
at: http://upokecenter.dreamhosters.com/articles/donate-now-2/
*/
/**
* Specifies the context where an encoded word under RFC 2047 can appear.
*/
enum EncodedWordContext {
/**
* In an unstructured header field's value.
*/
Unstructured,
/**
* In a "word" element within a "phrase" of a structured header field.
*/
Phrase,
/**
* In a comment within a structured header field.
*/
Comment
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy