Add FileLockEntry-getter in Mail struct
This commit is contained in:
parent
e919435504
commit
e043304767
1 changed files with 4 additions and 0 deletions
|
@ -194,4 +194,8 @@ impl<'a> Mail<'a> {
|
|||
self.get_field("In-Reply-To")
|
||||
}
|
||||
|
||||
pub fn fle(&self) -> &FileLockEntry<'a> {
|
||||
&self.0
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue