=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== interimap-0.5.2/doc/build.md-72- interimap-0.5.2/doc/build.md:73:to generate the HTML documentation under directory `$XDG_RUNTIME_DIR/interimap` interimap-0.5.2/doc/build.md-74-(which needs to exist) using a remote CSS file. ############################################## interimap-0.5.2/doc/development.md-16- interimap-0.5.2/doc/development.md:17:Create a file `$BASEDIR/dovecot.conf`, which will be used as interimap-0.5.2/doc/development.md-18-configuration for the various Dovecot commands (the system configuration ############################################## interimap-0.5.2/doc/development.md-33- to clutter syslog with test entries, so instead we make it log to a interimap-0.5.2/doc/development.md:34: file under `$BASEDIR`. interimap-0.5.2/doc/development.md-35- ############################################## interimap-0.5.2/doc/development.md-52- `mail_home` can therefore be left unset if the `HOME` environment interimap-0.5.2/doc/development.md:53: variable is consistently set to `$BASEDIR/$USER`. However it's interimap-0.5.2/doc/development.md-54- safer to explicitly set it in the configuration file: otherwise a ############################################## interimap-0.5.2/doc/development.md-116-In this example the peers to synchronize are sharing the same Dovecot interimap-0.5.2/doc/development.md:117:configuration file `$BASEDIR/dovecot.conf`. Of course, it's also interimap-0.5.2/doc/development.md-118-possible to use a different configuration on each “server”, for instance ############################################## interimap-0.5.2/doc/development.md-188-To remove temporary directories and the message they contain, simply interimap-0.5.2/doc/development.md:189:recursively remove the directory `$BASEDIR`. interimap-0.5.2/doc/development.md-190- ############################################## interimap-0.5.2/doc/getting-started.md-17-On a workstation, one's mail storage is typically found under `~/Maildir` interimap-0.5.2/doc/getting-started.md:18:(in [*Maildir* format][Maildir]) or in `/var/mail/$USER` (in [*mbox* interimap-0.5.2/doc/getting-started.md-19-format][mbox]). Local mail clients usually access it directly. They ############################################## interimap-0.5.2/doc/getting-started.md-64- interimap-0.5.2/doc/getting-started.md:65:(The leading `$ ` in this document are command-line prompt strings, interimap-0.5.2/doc/getting-started.md-66-which are not part of the command themselves.) ############################################## interimap-0.5.2/doc/getting-started.md-80-example, we disable them and create a local configuration file under interimap-0.5.2/doc/getting-started.md:81:`$XDG_CONFIG_HOME/dovecot`. If you need to keep the system-wise interimap-0.5.2/doc/getting-started.md-82-services (for instance because your [MTA] uses the [LMTP server] for ############################################## interimap-0.5.2/doc/getting-started.md-95- interimap-0.5.2/doc/getting-started.md:96:Create a new directory `$XDG_CONFIG_HOME/dovecot` holding the local interimap-0.5.2/doc/getting-started.md-97-Dovecot configuration: ############################################## interimap-0.5.2/doc/getting-started.md-112- * SSL/TLS is explicitly turned off in order to avoid warnings when interimap-0.5.2/doc/getting-started.md:113: running `` `doveconf -nc ${XDG_CONFIG_HOME:-~/.config}/dovecot/dovecot.conf` ``. interimap-0.5.2/doc/getting-started.md-114- * Messages will be stored in Maildir format under `~/Mail`. Ensure ############################################## interimap-0.5.2/doc/interimap.1.md-280- substituting the hierarchy delimiter with the null character. For interimap-0.5.2/doc/interimap.1.md:281: instance, specifying `^virtual(?:\x00|$)` excludes the mailbox named interimap-0.5.2/doc/interimap.1.md-282- “virtual” as well as its descendants. ############################################## interimap-0.5.2/doc/interimap.1.md-399-: Fingerprint of the server certificate's Subject Public Key Info, in interimap-0.5.2/doc/interimap.1.md:400: the form `[ALGO$]DIGEST_HEX` where `ALGO` is the used algorithm (by interimap-0.5.2/doc/interimap.1.md-401- default `sha256`). ############################################## interimap-0.5.2/doc/pullimap.1.md-219-: Fingerprint of the server certificate's Subject Public Key Info, in interimap-0.5.2/doc/pullimap.1.md:220: the form `[ALGO$]DIGEST_HEX` where `ALGO` is the used algorithm (by interimap-0.5.2/doc/pullimap.1.md-221- default `sha256`). ############################################## interimap-0.5.2/interimap-707- my $str = mbx_pretty($mailbox); interimap-0.5.2/interimap:708: fail("database", "Mailbox $str exists. Run `$NAME --target=database --delete $str` to delete.") interimap-0.5.2/interimap-709- if defined $idx; ############################################## interimap-0.5.2/tests/delete/t-35- SELECT idx, mailbox FROM mailboxes interimap-0.5.2/tests/delete/t:36: WHERE mailbox != x'$(printf "%s\\0%s" "foo" "bar" | xxd -ps)' interimap-0.5.2/tests/delete/t-37- ORDER BY idx ############################################## interimap-0.5.2/tests/ignore-mailbox/t-54- SELECT idx, mailbox FROM mailboxes interimap-0.5.2/tests/ignore-mailbox/t:55: WHERE mailbox != x'$(printf "virtual" | xxd -ps)' interimap-0.5.2/tests/ignore-mailbox/t-56- AND mailbox != x'$(printf "%s\\0%s" "virtual" "foo" | xxd -ps)' ############################################## interimap-0.5.2/tests/list-mailbox/t-26- FROM mailboxes interimap-0.5.2/tests/list-mailbox/t:27: WHERE mailbox = x'$(printf "%s" "foobad" | xxd -u -ps)' interimap-0.5.2/tests/list-mailbox/t-28- OR mailbox = x'$(printf "%s" "INBOX" | xxd -u -ps)' ############################################## interimap-0.5.2/tests/repair/t-32- sqlite3 "$XDG_DATA_HOME/interimap/remote.db" <<-EOF interimap-0.5.2/tests/repair/t:33: UPDATE \`$1\` SET $k = $v interimap-0.5.2/tests/repair/t:34: WHERE idx = (SELECT idx FROM mailboxes WHERE mailbox = x'$hex'); interimap-0.5.2/tests/repair/t-35- EOF ############################################## interimap-0.5.2/tests/resume/t-20- FROM mailboxes interimap-0.5.2/tests/resume/t:21: WHERE mailbox = x'$mailbox' interimap-0.5.2/tests/resume/t-22- ); ############################################## interimap-0.5.2/tests/resume/t-82- FROM mapping NATURAL JOIN mailboxes interimap-0.5.2/tests/resume/t:83: WHERE mailbox != x'$(printf "%s" "foo" | xxd -ps)' interimap-0.5.2/tests/resume/t-84- GROUP BY idx ############################################## interimap-0.5.2/tests/run-317- FROM mailboxes m JOIN local l ON m.idx = l.idx JOIN remote r ON m.idx = r.idx interimap-0.5.2/tests/run:318: WHERE mailbox = $blob interimap-0.5.2/tests/run-319- EOF ############################################## interimap-0.5.2/tests/run-328- FROM mailboxes a JOIN mapping b ON a.idx = b.idx interimap-0.5.2/tests/run:329: WHERE mailbox = $blob interimap-0.5.2/tests/run-330- EOF ############################################## interimap-0.5.2/tests/run-415- if ! n="$(grep -c "$@")" || [ $m -ne $n ]; then interimap-0.5.2/tests/run:416: error "\`grep -c ${*@Q}\` failed ($m != $n)" 1 interimap-0.5.2/tests/run-417- fi ############################################## interimap-0.5.2/tests/sync-mailbox-list/t-49- ! interimap || error interimap-0.5.2/tests/sync-mailbox-list/t:50: grep -Fx "database: ERROR: Mailbox $m exists. Run \`interimap --target=database --delete $m\` to delete." <"$STDERR" interimap-0.5.2/tests/sync-mailbox-list/t-51- ############################################## interimap-0.5.2/.pc/Mention-the-Debian-BTS-in-the-manpages.patch/doc/interimap.1.md-280- substituting the hierarchy delimiter with the null character. For interimap-0.5.2/.pc/Mention-the-Debian-BTS-in-the-manpages.patch/doc/interimap.1.md:281: instance, specifying `^virtual(?:\x00|$)` excludes the mailbox named interimap-0.5.2/.pc/Mention-the-Debian-BTS-in-the-manpages.patch/doc/interimap.1.md-282- “virtual” as well as its descendants. ############################################## interimap-0.5.2/.pc/Mention-the-Debian-BTS-in-the-manpages.patch/doc/interimap.1.md-399-: Fingerprint of the server certificate's Subject Public Key Info, in interimap-0.5.2/.pc/Mention-the-Debian-BTS-in-the-manpages.patch/doc/interimap.1.md:400: the form `[ALGO$]DIGEST_HEX` where `ALGO` is the used algorithm (by interimap-0.5.2/.pc/Mention-the-Debian-BTS-in-the-manpages.patch/doc/interimap.1.md-401- default `sha256`). ############################################## interimap-0.5.2/.pc/Mention-the-Debian-BTS-in-the-manpages.patch/doc/pullimap.1.md-219-: Fingerprint of the server certificate's Subject Public Key Info, in interimap-0.5.2/.pc/Mention-the-Debian-BTS-in-the-manpages.patch/doc/pullimap.1.md:220: the form `[ALGO$]DIGEST_HEX` where `ALGO` is the used algorithm (by interimap-0.5.2/.pc/Mention-the-Debian-BTS-in-the-manpages.patch/doc/pullimap.1.md-221- default `sha256`).