(self, headers)
| 118 | return hdrs |
| 119 | |
| 120 | def parse_flags(self, headers): |
| 121 | return list(ParseFlags(headers)) |
| 122 | # flags = re.search(r'FLAGS \(([^\)]*)\)', headers).groups(1)[0].split(' ') |
| 123 | |
| 124 | def parse_labels(self, headers): |
| 125 | if re.search(r'X-GM-LABELS \(([^\)]+)\)', headers): |