Class BASE64MailboxDecoder


  • public class BASE64MailboxDecoder
    extends 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.
    Author:
    Christopher Cotton
    • Constructor Detail

      • BASE64MailboxDecoder

        public BASE64MailboxDecoder()
    • Method Detail

      • base64decode

        protected static int base64decode​(char[] buffer,
                                          int offset,
                                          CharacterIterator iter)