comparison doc/user_guide.txt @ 7082:f0d39308819f

Update manpage of mailgw Fix minor issues (ssl -> tls/ssl), --default-class option with '-' instead of underscore.
author Ralf Schlatterbeck <rsc@runtux.com>
date Sun, 27 Nov 2022 11:00:00 +0100
parents f918351a0fe6
children f72ce883e677
comparison
equal deleted inserted replaced
7081:f918351a0fe6 7082:f0d39308819f
686 pop server 686 pop server
687 687
688 are both valid. 688 are both valid.
689 689
690 POPS: 690 POPS:
691 Connect to a POP server over ssl. 691 Connect to a POP server over tls/ssl.
692 This supports the same notation as POP:: 692 This supports the same notation as POP::
693 693
694 pops username:password@server 694 pops username:password@server
695 695
696 APOP: 696 APOP:
708 this format:: 708 this format::
709 709
710 imap username:password@server mailbox 710 imap username:password@server mailbox
711 711
712 IMAPS: 712 IMAPS:
713 Connect to an IMAP server over ssl. 713 Connect to an IMAP server over tls/ssl.
714 This supports the same notation as IMAP:: 714 This supports the same notation as IMAP::
715 715
716 imaps username:password@server [mailbox] 716 imaps username:password@server [mailbox]
717 717
718 IMAPS_CRAM: 718 IMAPS_CRAM:
719 Connect to an IMAP server over ssl using CRAM-MD5 authentication. 719 Connect to an IMAP server over tls/ssl using CRAM-MD5 authentication.
720 This supports the same notation as IMAP:: 720 This supports the same notation as IMAP::
721 721
722 imaps_cram username:password@server [mailbox] 722 imaps_cram username:password@server [mailbox]
723 723
724 IMAPS_OAUTH: 724 IMAPS_OAUTH:
725 Connect to an IMAP server over ssl using OAUTH authentication. 725 Connect to an IMAP server over tls/ssl using OAUTH authentication.
726 Note that this does not support a password in imaps URLs. 726 Note that this does not support a password in imaps URLs.
727 Instead it uses only the user and server and a command-line option for 727 Instead it uses only the user and server and a command-line option for
728 the directory with the files ``access_token``, ``refresh_token``, 728 the directory with the files ``access_token``, ``refresh_token``,
729 ``client_secret``, and ``client_id``. 729 ``client_secret``, and ``client_id``.
730 By default this directory is ``oauth`` in your tracker home directory. The 730 By default this directory is ``oauth`` in your tracker home directory. The

Roundup Issue Tracker: http://roundup-tracker.org/