Luke Smith
4 yıl önce
ebeveyn
işleme
78030885b4
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4C50B54A911F6252
1 değiştirilmiş dosya ile
2 ekleme ve
2 silme
-
bin/mw
|
|
@@ -229,8 +229,8 @@ Junk |
|
|
|
Trash |
|
|
|
Sent |
|
|
|
Archive" && return 0 |
|
|
|
info="$(curl -s --user "$login:$(pass $pass_prefix$fulladdr)" --url "${protocol:-imaps}://$imap")" || |
|
|
|
{ echo "Log-on not successful." ; exit 1 ;} |
|
|
|
info="$(curl -s --user "$login:$(pass $pass_prefix$fulladdr)" --url "${protocol:-imaps}://$imap")" |
|
|
|
[ -z "$info" ] && echo "Log-on not successful." && return 1 |
|
|
|
mailboxes="$(echo "$info" | sed "s/.*\" //" | tr -d '
')" |
|
|
|
} |
|
|
|
|
|
|
|