Просмотр исходного кода

third party app doc change

tags/v3.1
Luke 6 лет назад
Родитель
Сommit
c0a71a6195
2 измененных файлов: 3 добавлений и 1 удалений
  1. +2
    -0
      README.md
  2. +1
    -1
      mutt-wizard.sh

+ 2
- 0
README.md Просмотреть файл

@@ -20,6 +20,8 @@ Yes! At this point, the only problems are the unexpected ones. Please try it, an


The only email provider which I think will *not* work (and will never work) is Proton Mail, but that's only because they require encryption through their web client IIRC. The only email provider which I think will *not* work (and will never work) is Proton Mail, but that's only because they require encryption through their web client IIRC.


Note also that Gmail and some providers require you to enable sign-ins from third-party (or as they call it "less secure") applications to be able to load mail with mutt and offlineimap. Be sure to enable that!

## Installation and Dependencies ## Installation and Dependencies


dialog, neomutt and offlineimap should be installed. The contents of this repo should go directly in `~/.config/mutt/` and run from there. You also need to have a GPG public/private key pair for the wizard to automatically store your passwords. Otherwise you'll have to store them insecurely in plaintext files without the help of the wizard. dialog, neomutt and offlineimap should be installed. The contents of this repo should go directly in `~/.config/mutt/` and run from there. You also need to have a GPG public/private key pair for the wizard to automatically store your passwords. Otherwise you'll have to store them insecurely in plaintext files without the help of the wizard.


+ 1
- 1
mutt-wizard.sh Просмотреть файл

@@ -181,7 +181,7 @@ wipe () { rm $HOME/.offlineimaprc


while : ; while : ;
do do
choice=$(dialog --title "Luke's mutt/offlineIMAP wizard" \
choice=$(dialog --title "Luke's mutt/offlineIMAP wizard" --nocancel \
--menu "What would you like to do?" 14 45 7 \ --menu "What would you like to do?" 14 45 7 \
0 "List all email accounts configured." \ 0 "List all email accounts configured." \
1 "Add an email account." \ 1 "Add an email account." \


Загрузка…
Отмена
Сохранить