Commit graph

  • 5a5fe9c747
    Merge branch '305_maildir_expansion' of github.com:TornaxO7/himalaya into 305_maildir_expansion #306 TornaxO7 2022-02-23 19:04:51 +0100
  • 32f4579ef2
    change to account_config: applied shellexpand to maildir_dir TornaxO7 2022-02-23 18:56:42 +0100
  • 52c3114974
    Applied shellexpand to maildir_dir TornaxO7 2022-02-23 18:56:42 +0100
  • b146d9b7e1
    rollback rust edition (#303) Clément DOUIN 2022-02-23 11:29:09 +0100
  • 00728b88e4
    fix broken link to wiki on binary installation (#304) Valera Rozuvan 2022-02-23 12:03:51 +0200
  • 144d9a36e8
    Fix broken link to wiki on binary installation #304 Valera Rozuvan 2022-02-23 11:00:31 +0200
  • 158bc86cfa
    release v0.5.6 (#301) v0.5.6 Clément DOUIN 2022-02-22 16:54:39 +0100
  • d22787edd9
    bump version v0.5.6 #301 Clément DOUIN 2022-02-22 16:53:01 +0100
  • 41cae65fa3
    maildir backend (#299) Clément DOUIN 2022-02-22 16:49:12 +0100
  • 9c802f3da4
    update changelog #299 Clément DOUIN 2022-02-22 16:48:42 +0100
  • 1056c045c1
    add pgp and maildir features to readme Clément DOUIN 2022-02-22 16:45:24 +0100
  • 7fc533d410
    improve maildir subdir path management Clément DOUIN 2022-02-22 15:43:54 +0100
  • b85d60d939
    implement maildir list pagination Clément DOUIN 2022-02-22 15:00:13 +0100
  • 45502fa4f3
    add date column to maildir envelopes Clément DOUIN 2022-02-22 14:24:54 +0100
  • d419941a7f
    fix maildir envelopes encoding issues Clément DOUIN 2022-02-22 11:56:52 +0100
  • ecfed75f17
    repair broken tests Clément DOUIN 2022-02-21 23:40:05 +0100
  • 34af98c2f6
    move domain/msg to msg Clément DOUIN 2022-02-21 23:05:57 +0100
  • 32a77b11cf
    set up imap backend e2e tests Clément DOUIN 2022-02-21 22:11:21 +0100
  • a6e7e2955c
    impl maildir copy and move, improve maildir e2e tests Clément DOUIN 2022-02-21 18:10:45 +0100
  • 4477acbe4f
    remove remaining flags from domain Clément DOUIN 2022-02-21 01:18:45 +0100
  • a28c6e0267
    remove unused flags from msg Clément DOUIN 2022-02-21 00:51:23 +0100
  • 1ca853586c
    split flags by backends Clément DOUIN 2022-02-21 00:47:18 +0100
  • 6c2200f154
    replace impl from imap::Fetch to mailparse::ParsedMail Clément DOUIN 2022-02-20 22:41:46 +0100
  • cb3cc2a909
    update backend return signature with Box Clément DOUIN 2022-02-20 21:21:11 +0100
  • bce01e1d2c
    remove unused impl for imap envelope Clément DOUIN 2022-02-20 21:11:47 +0100
  • 65f13d3396
    make get_envelopes return a trait object Clément DOUIN 2022-02-20 20:29:11 +0100
  • 25bb4eefe5
    rename Output trait Clément DOUIN 2022-02-20 18:35:20 +0100
  • cfbe0b324f
    remove unused mbox files Clément DOUIN 2022-02-20 18:18:31 +0100
  • 810f6e7428
    use erased-serde to make backend get_mboxes return a trait object Clément DOUIN 2022-02-20 16:17:17 +0100
  • 2feedf593c
    link maildir mail entry id to envelope id Clément DOUIN 2022-02-19 23:27:33 +0100
  • 942c2cf553
    improve envelope, impl get_envelopes for maildir Clément DOUIN 2022-02-19 22:09:44 +0100
  • 96980e4622
    remove unused files, move smtp module Clément DOUIN 2022-02-19 16:00:23 +0100
  • d1efbbb45d
    improve mbox structure Clément DOUIN 2022-02-19 13:49:51 +0100
  • f3d3053409
    rename mbox entities Clément DOUIN 2022-02-18 20:17:09 +0100
  • 465135b6d5
    move mbox out of domain folder Clément DOUIN 2022-02-18 16:52:02 +0100
  • 64cd508d9d
    reorganize backends folder structure Clément DOUIN 2022-02-18 14:10:50 +0100
  • 46ec85da01
    remove usage of Mbox in handlers Clément DOUIN 2022-02-18 12:46:15 +0100
  • a9b1d86d6b
    improve backend trait, add copy and move fns Clément DOUIN 2022-02-17 23:37:30 +0100
  • 1277695e87
    implement remaining methods maildir backend, refactor trait Clément DOUIN 2022-02-17 00:44:16 +0100
  • 7a0ed474dd
    init maildir integration tests, start impl maildir backend fns Clément DOUIN 2022-02-16 18:09:22 +0100
  • 4d59715ac6
    rename add_msg from backend trait Clément DOUIN 2022-02-16 00:07:10 +0100
  • d0e780945d
    remove expunge fn from backend trait Clément DOUIN 2022-02-15 23:44:50 +0100
  • d5f683d444
    remove find_raw_msg from backend trait Clément DOUIN 2022-02-15 23:31:01 +0100
  • 4499ca75ba
    merge list envelopes functions Clément DOUIN 2022-02-15 22:49:56 +0100
  • bf03d118a5
    reword backend trait methods Clément DOUIN 2022-02-15 17:12:54 +0100
  • 56a9741015
    wrap backend in a Box Clément DOUIN 2022-02-15 16:23:40 +0100
  • cd8f364a2a
    rename deserializable by deserialized Clément DOUIN 2022-02-15 12:20:33 +0100
  • 1ae4f24590
    refactor config system, preparing maildir backend Clément DOUIN 2022-02-15 12:06:01 +0100
  • b48e76f6bd
    introduce backends structure (#296) Clément DOUIN 2022-02-14 15:31:41 +0100
  • e8b29a0301
    rename imap vars to backend #296 Clément DOUIN 2022-02-13 23:41:09 +0100
  • e23626fdca
    improve account namings and structure Clément DOUIN 2022-02-13 23:11:13 +0100
  • 9ca5df2873
    improve config namings Clément DOUIN 2022-02-13 21:52:03 +0100
  • e3f09744ab
    implement backend structure poc Clément DOUIN 2022-02-13 19:09:48 +0100
  • 4741b4a78c
    implement sort command (#34) Clément DOUIN 2022-02-12 10:58:58 +0100
  • cb1c6f3ad0
    add suffix to downoalded attachments with same name (#204) Clément DOUIN 2022-02-12 02:20:05 +0100
  • 9a1fdf9ad9
    update changelog Clément DOUIN 2022-02-09 23:47:26 +0100
  • 8eda50db66
    move addr logic to a dedicated file Clément DOUIN 2022-02-09 23:27:15 +0100
  • 41c2c86671 improve attachment output #293 Pierre-Albéric TROUPLIN 2022-02-09 18:54:15 +0100
  • abb4760319
    make use of mailparse::MailAddr Clément DOUIN 2022-02-09 10:06:29 +0100
  • 585fa77af5
    release v0.5.5 (#290) v0.5.5 Clément DOUIN 2022-02-08 14:50:09 +0100
  • 38fe5fe17b
    prepare v0.5.5 #290 Clément DOUIN 2022-02-08 14:48:24 +0100
  • 42835a10e5
    set up end-to-end encryption (#287) Clément DOUIN 2022-02-08 14:44:13 +0100
  • 8857158361
    fix typos #287 Clément DOUIN 2022-02-07 20:44:28 +0100
  • 5eb8aeeaba
    add encrypt arg to reply and forward commands Clément DOUIN 2022-02-07 17:38:17 +0100
  • 2d751f8b7e
    remove unused md5 lib Clément DOUIN 2022-02-07 17:31:24 +0100
  • 20445abf49
    improve encrypt multipart, remove sign Clément DOUIN 2022-02-07 17:27:11 +0100
  • fc3ef40b4a
    improve decrypt part readability Clément DOUIN 2022-02-07 16:59:03 +0100
  • 7a75531ce4
    init pgp signature Clément DOUIN 2022-02-07 00:08:03 +0100
  • 6b52702d56
    add pgp-encrypt-cmd to config Clément DOUIN 2022-02-06 23:07:08 +0100
  • 7b5ec03c6e
    add pgp-decrypt-cmd to config Clément DOUIN 2022-02-06 22:13:51 +0100
  • 402ae443df
    improve decrypt parts logs Clément DOUIN 2022-02-06 21:17:51 +0100
  • 29b0500933
    add small rpgp poc for (#286) Clément DOUIN 2022-02-06 18:42:19 +0100
  • 610d499ba5
    init basic pgp encrypt/decrypt Clément DOUIN 2022-02-06 13:24:00 +0100
  • 8a4ac4d23d
    add notify-query config option (#289) Clément DOUIN 2022-02-08 14:06:49 +0100
  • 28d624288d
    fix multiple recipients issue (#288) Clément DOUIN 2022-02-08 12:19:26 +0100
  • 65f2c9a3b0
    improve arg and handler logs Clément DOUIN 2022-02-05 13:19:25 +0100
  • f939b6042c
    improve main comments Clément DOUIN 2022-02-05 12:54:04 +0100
  • 024f637ea7
    doc: remove roadmap from reame Clément DOUIN 2022-02-05 12:28:33 +0100
  • 5e2b923af2
    update changelog Clément DOUIN 2022-02-05 12:25:26 +0100
  • 5adb5df9bc
    add contributing file Clément DOUIN 2022-02-05 12:21:46 +0100
  • dfd9423884
    update main screenshot readme Clément DOUIN 2022-02-05 10:42:03 +0100
  • e33a9a72e9
    release v0.5.4 (#285) v0.5.4 Clément DOUIN 2022-02-05 00:29:57 +0100
  • eaf4c99568
    bump version v0.5.4 #285 Clément DOUIN 2022-02-05 00:28:27 +0100
  • e92d69b5ef
    reverse range order fetch envelopes (#276) Clément DOUIN 2022-02-05 00:23:57 +0100
  • 478f6cf584
    add attachment keybind vim doc Clément DOUIN 2022-02-05 00:21:14 +0100
  • a842e27a24
    add attachments with save and send commands (#284) Clément DOUIN 2022-02-05 00:16:10 +0100
  • e9d83058ea
    update changelog #284 Clément DOUIN 2022-02-05 00:15:47 +0100
  • 5aaf2dead2
    improve vim logs Clément DOUIN 2022-02-04 23:26:43 +0100
  • 53e01c26a3
    add vim msg#add_attachment fn Clément DOUIN 2022-02-04 20:49:43 +0100
  • 683695d57d
    improve msg save and send handlers Clément DOUIN 2022-02-04 18:14:38 +0100
  • 86e2391353
    set up tpl save and send commands Clément DOUIN 2022-02-04 13:51:31 +0100
  • e0145e23f9
    replace bsd3 license by bsd4 Clément DOUIN 2022-02-04 00:47:53 +0100
  • 0e452d8a47
    update readme badges Clément DOUIN 2022-02-04 00:23:02 +0100
  • c5ed252f33
    bump version v0.5.3 v0.5.3 Clément DOUIN 2022-02-03 16:22:06 +0100
  • 8c54097286
    remove branch condition deployment Clément DOUIN 2022-02-03 16:15:22 +0100
  • 8f202b0f00
    set up crates.io deployment in github actions Clément DOUIN 2022-02-03 15:47:15 +0100
  • 9e320135ec
    prepare cargo publishing Clément DOUIN 2022-02-03 15:22:34 +0100
  • 3a42c937be
    link imap debug mode with env logger (#269) Clément DOUIN 2022-02-03 11:31:28 +0100
  • 8cdeba62a1
    release v0.5.2 (#282) Clément DOUIN 2022-02-02 02:21:35 +0100
  • e80c2c5670
    update changelog #282 Clément DOUIN 2022-02-02 02:20:40 +0100