|
| 1 | +.\" Automatically generated by Pandoc 3.1.3 |
| 2 | +.\" |
| 3 | +.\" Define V font for inline verbatim, using C font in formats |
| 4 | +.\" that render this, and otherwise B font. |
| 5 | +.ie "\f[CB]x\f[]"x" \{\ |
| 6 | +. ftr V B |
| 7 | +. ftr VI BI |
| 8 | +. ftr VB B |
| 9 | +. ftr VBI BI |
| 10 | +.\} |
| 11 | +.el \{\ |
| 12 | +. ftr V CR |
| 13 | +. ftr VI CI |
| 14 | +. ftr VB CB |
| 15 | +. ftr VBI CBI |
| 16 | +.\} |
| 17 | +.TH "jaro" "1" "2026-04-30" "" "" |
| 18 | +.hy |
| 19 | +.SH jaro(1) |
| 20 | +.SS Name |
| 21 | +.PP |
| 22 | +jaro - command line interface for Jaromail workflows |
| 23 | +.SS Synopsis |
| 24 | +.PP |
| 25 | +\f[V]jaro [options] [command] [command-options]\f[R] |
| 26 | +.SS Description |
| 27 | +.PP |
| 28 | +\f[V]jaro\f[R] is the operational CLI for Jaromail. |
| 29 | +It orchestrates account configuration, local maildir operations, |
| 30 | +addressbooks, filtering, indexing and SMTP/IMAP actions. |
| 31 | +.SS Options |
| 32 | +.PP |
| 33 | +\f[V]-a ACCOUNT\f[R] use a specific account instead of |
| 34 | +\f[V]default\f[R]. |
| 35 | +.PP |
| 36 | +\f[V]-l LIST\f[R] use a specific addressbook/list (default: |
| 37 | +\f[V]whitelist\f[R]). |
| 38 | +.PP |
| 39 | +\f[V]-n\f[R] dry-run mode where supported. |
| 40 | +.PP |
| 41 | +\f[V]-q\f[R] quiet mode. |
| 42 | +.PP |
| 43 | +\f[V]-D\f[R] debug mode. |
| 44 | +.PP |
| 45 | +\f[V]-h\f[R] show help. |
| 46 | +.PP |
| 47 | +\f[V]-v\f[R] show version. |
| 48 | +.PP |
| 49 | +\f[V]-f\f[R] force mode for selected operations. |
| 50 | +.SS Commands |
| 51 | +.SS Core mail flow |
| 52 | +.PP |
| 53 | +\f[V]wizard\f[R] interactive account setup. |
| 54 | +.PP |
| 55 | +\f[V]fetch\f[R] fetch unread messages for an account. |
| 56 | +.PP |
| 57 | +\f[V]send\f[R] send queued messages from \f[V]outbox/\f[R]. |
| 58 | +.PP |
| 59 | +\f[V]queue\f[R] read a full message from stdin and queue it. |
| 60 | +.PP |
| 61 | +\f[V]smtp\f[R] read a full message from stdin and send via SMTP. |
| 62 | +.PP |
| 63 | +\f[V]peek\f[R] open remote IMAP mailbox view. |
| 64 | +.PP |
| 65 | +\f[V]open\f[R] open a local maildir folder. |
| 66 | +.SS Account and secrets |
| 67 | +.PP |
| 68 | +\f[V]passwd\f[R] set or update account password in the configured |
| 69 | +keyring. |
| 70 | +.PP |
| 71 | +\f[V]askpass\f[R] print account password resolved from keyring/prompt. |
| 72 | +.PP |
| 73 | +\f[V]isonline\f[R] check network reachability. |
| 74 | +.SS Search and indexing |
| 75 | +.PP |
| 76 | +\f[V]index\f[R] update the search index. |
| 77 | +.PP |
| 78 | +\f[V]search\f[R] run search queries over local mail archives. |
| 79 | +.PP |
| 80 | +\f[V]header\f[R], \f[V]headers\f[R] print mail headers. |
| 81 | +.SS Addressbook and contacts |
| 82 | +.PP |
| 83 | +\f[V]abook\f[R] edit addressbook. |
| 84 | +.PP |
| 85 | +\f[V]addr\f[R], \f[V]list\f[R] list addresses from addressbook. |
| 86 | +.PP |
| 87 | +\f[V]extract\f[R], \f[V]parse\f[R] extract addresses from supported |
| 88 | +inputs. |
| 89 | +.PP |
| 90 | +\f[V]import\f[R] import addresses from stdin. |
| 91 | +.PP |
| 92 | +\f[V]export\f[R] export addresses to another format. |
| 93 | +.PP |
| 94 | +\f[V]learn\f[R], \f[V]isknown\f[R], \f[V]complete\f[R] contact |
| 95 | +learning/query/completion helpers. |
| 96 | +.SS Filtering and Sieve |
| 97 | +.PP |
| 98 | +\f[V]update\f[R] rebuild local filtering cache and regenerate Sieve. |
| 99 | +.PP |
| 100 | +\f[V]filter\f[R] apply filters to a maildir. |
| 101 | +.PP |
| 102 | +\f[V]sieve\f[R] regenerate \f[V]Filters.sieve\f[R] only. |
| 103 | +.PP |
| 104 | +\f[V]sieve-import FILE\f[R] import a Jaromail-generated Sieve file into |
| 105 | +local filter/addressbook files. |
| 106 | +.SS Maildir and utility commands |
| 107 | +.PP |
| 108 | +\f[V]backup\f[R] move search results between maildirs. |
| 109 | +.PP |
| 110 | +\f[V]merge\f[R] merge one maildir into another. |
| 111 | +.PP |
| 112 | +\f[V]deliver\f[R] deliver a message from stdin into a maildir. |
| 113 | +.PP |
| 114 | +\f[V]rmdupes\f[R] remove duplicate messages. |
| 115 | +.PP |
| 116 | +\f[V]remember\f[R], \f[V]replay\f[R], \f[V]preview\f[R], \f[V]edit\f[R], |
| 117 | +\f[V]vim\f[R], \f[V]publish\f[R], \f[V]imap\f[R], \f[V]alot\f[R], |
| 118 | +\f[V]alot-config\f[R], \f[V]notmuch\f[R], \f[V]notmuch-config\f[R], |
| 119 | +\f[V]isml\f[R], \f[V]ismd\f[R]. |
| 120 | +.SS Files |
| 121 | +.PP |
| 122 | +\f[V]$JAROMAILDIR\f[R] mail root (default usually \f[V]$HOME/Mail\f[R]). |
| 123 | +.PP |
| 124 | +\f[V]$JAROMAILDIR/Accounts/\f[R] account configuration files. |
| 125 | +.PP |
| 126 | +\f[V]$JAROMAILDIR/Filters.txt\f[R] filtering rules. |
| 127 | +.PP |
| 128 | +\f[V]$JAROMAILDIR/Filters.sieve\f[R] generated Sieve rules. |
| 129 | +.SS See Also |
| 130 | +.PP |
| 131 | +\f[V]jaromail(1)\f[R] |
0 commit comments