mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-21 09:36:51 +00:00
Other(debug): Dump raw SMTP input to user's home dir
This commit is contained in:
@ -19,4 +19,6 @@
|
||||
|
||||
package user
|
||||
|
||||
func debugDumpToDisk(b []byte) {}
|
||||
func debugDumpToDisk(b []byte) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user