fix: stitch adjacent RFC2047 words to prevent byte-split artifacts #79

This commit is contained in:
rustmailer
2025-12-27 03:38:53 +08:00
parent 6dd3f90ee0
commit 16578fb8e2
5 changed files with 203 additions and 7 deletions
+1 -1
View File
@@ -16,5 +16,5 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
pub mod extractor;
pub mod utils;