]> git.g-eek.se Git - interimap.git/commit
libinterimap: astring is 1*ASTRING-CHAR / string.
authorGuilhem Moulin <guilhem@fripost.org>
Fri, 24 May 2019 21:52:37 +0000 (23:52 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Sun, 26 May 2019 22:07:29 +0000 (00:07 +0200)
commit735c861de4d662f5bfe4fddff9fbfa8bc5a503c1
treeb35f90885cda219eb1c7970006dd03b181bd0ec4
parent1c5274b67308c10512e275d018ee18befcfb487f
libinterimap: astring is 1*ASTRING-CHAR / string.

Not 1*ATOM-CHAR / string.  Also accept LIST responses mailbox names
containing '%', '*', or ']'.

From RFC 3501:

        astring         = 1*ASTRING-CHAR / string
        ASTRING-CHAR    = ATOM-CHAR / resp-specials
        list            = "LIST" SP mailbox SP list-mailbox
        list-mailbox    = 1*list-char / string
        list-char       = ATOM-CHAR / list-wildcards / resp-specials
        list-wildcards  = "%" / "*"
        resp-specials   = "]"
Changelog
lib/Net/IMAP/InterIMAP.pm