Make maybe_do_aeap_transition() private

This commit is contained in:
link2xt
2023-01-25 16:25:40 +00:00
parent e7f21f41ee
commit 8916841e83

View File

@@ -640,7 +640,7 @@ impl Peerstate {
/// AEAP stands for "Automatic Email Address Porting."
///
/// In `drafts/aeap_mvp.md` there is a "big picture" overview over AEAP.
pub async fn maybe_do_aeap_transition(
pub(crate) async fn maybe_do_aeap_transition(
context: &Context,
mime_parser: &mut crate::mimeparser::MimeMessage,
) -> Result<()> {