Searched refs:rfc2231_continuation (Results 1 – 1 of 1) sorted by relevance
258 rfc2231_continuation = re.compile(r'^(?P<name>\w+)\*((?P<num>[0-9]+)\*?)?$') variable281 mo = rfc2231_continuation.match(name)