All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.upokecenter.mail.EncodedWordContext Maven / Gradle / Ivy

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