mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 16:06:30 +03:00
print incoming messages
This commit is contained in:
@@ -991,6 +991,13 @@ impl Imap {
|
||||
|
||||
if !is_deleted && msg.body().is_some() {
|
||||
let body = msg.body().unwrap();
|
||||
info!(
|
||||
context,
|
||||
0,
|
||||
"received message {}",
|
||||
String::from_utf8_lossy(body)
|
||||
);
|
||||
|
||||
unsafe {
|
||||
(self.receive_imf)(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user