public static final enum

Rfc822Msg.Encoding

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.google.gdata.data.appsforyourdomain.migration.Rfc822Msg.Encoding

Class Overview

A method by which mail may be encoded. Currently the only supported values are:

  • NONE, which means the content of this Rfc822Msg is plain text; and
  • BASE64, which means that the content has been Base64-encoded (possibly from a character set other than UTF-8).

If no Encoding is specified, the message will be interpreted as plain text.

Summary

Enum Values
Rfc822Msg.Encoding  BASE64   
Rfc822Msg.Encoding  NONE   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static Rfc822Msg.Encoding valueOf(String name)
final static Encoding[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Rfc822Msg.Encoding BASE64

public static final Rfc822Msg.Encoding NONE

Public Methods

public static Rfc822Msg.Encoding valueOf (String name)

Parameters
name

public static final Encoding[] values ()