Connection Credentials External Command. More...
#include "connaccount.h"
Go to the source code of this file.
Functions | |
MuttAccountFlags | mutt_account_call_external_cmd (struct ConnAccount *cac) |
Retrieve account credentials via an external command. | |
Connection Credentials External Command.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file accountcmd.h.
MuttAccountFlags mutt_account_call_external_cmd | ( | struct ConnAccount * | cac | ) |
Retrieve account credentials via an external command.
cac | ConnAccount to fill |
num | A bitmask of MuttAccountFlags that were retrieved on success |
MUTT_ACCT_NO_FLAGS | Failure |
Definition at line 165 of file accountcmd.c.