Class BASE64MailboxDecoder


  • public class BASE64MailboxDecoder
    extends java.lang.Object
    See the BASE64MailboxEncoder for a description of the RFC2060 and how mailbox names should be encoded. This class will do the correct decoding for mailbox names.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String decode​(java.lang.String original)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BASE64MailboxDecoder

        public BASE64MailboxDecoder()
    • Method Detail

      • decode

        public static java.lang.String decode​(java.lang.String original)