Documentation ¶
Index ¶
Constants ¶
View Source
const CHARSET_MANAGER_ID = "CharsetManager"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CharsetManager ¶
type CharsetManager struct {
// contains filtered or unexported fields
}
func NewCharsetManager ¶
func NewCharsetManager(r *registry.Container) *CharsetManager
func RestoreCharsetManager ¶
func RestoreCharsetManager(r *registry.Container) *CharsetManager
func (CharsetManager) DecodeMessageBody ¶
func (self CharsetManager) DecodeMessageBody(msgBody []byte, charset string) (string, error)
func (CharsetManager) EncodeMessageBody ¶
func (self CharsetManager) EncodeMessageBody(msgBody string, charset string) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.