Skip explicit Bytes: and Lines: headers
This commit is contained in:
parent
1e0ea5ea07
commit
99fe2997ea
1 changed files with 3 additions and 1 deletions
|
@ -665,7 +665,9 @@ class Session(Connection):
|
||||||
'from': True,
|
'from': True,
|
||||||
'date': True,
|
'date': True,
|
||||||
'message-id': True,
|
'message-id': True,
|
||||||
'references': True
|
'references': True,
|
||||||
|
'bytes': True,
|
||||||
|
'lines': True,
|
||||||
}
|
}
|
||||||
|
|
||||||
for k in message.headers:
|
for k in message.headers:
|
||||||
|
|
Loading…
Add table
Reference in a new issue