replace himalaya-lib by pimalaya-email

This commit is contained in:
Clément DOUIN
2023-04-20 12:12:33 +02:00
parent 7b3a9e4cc7
commit 072f488d89
31 changed files with 128 additions and 124 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
use anyhow::{Context, Result};
use himalaya_lib::{
use log::debug;
use pimalaya_email::{
email::{local_draft_path, remove_local_draft},
AccountConfig, Backend, CompilerBuilder, Flag, Flags, Sender, Tpl,
};
use log::debug;
use std::{env, fs, process::Command};
use crate::{
+1 -1
View File
@@ -5,8 +5,8 @@
//! [builder design pattern]: https://refactoring.guru/design-patterns/builder
use anyhow::{Context, Result};
use himalaya_lib::EmailTextPlainFormat;
use log::trace;
use pimalaya_email::EmailTextPlainFormat;
use termcolor::{Color, ColorSpec};
use terminal_size;
use unicode_width::UnicodeWidthStr;