mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Make maybe_do_aeap_transition() private
This commit is contained in:
@@ -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<()> {
|
||||
|
||||
Reference in New Issue
Block a user