I
I
Ifaddy2014-04-21 10:58:31
Email
Ifaddy, 2014-04-21 10:58:31

How to implement automatic password change in the mailbox?

Tell me, how can I implement automatic password change in the mailbox?
I would like a program that configures itself for a given mail server, generates a password itself, changes it and saves it to the location on the disk that I specified.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2014-04-21
@Gorily

Since the standard mail protocols POP3, SMTP and IMAP do not support changing the password, in each particular case (with each service) it is necessary to implement it separately, most likely through the Web interface. Perhaps some services have an API for these purposes.
General algorithm of actions:
1. We study the password change page of our mail service.
2. With the help of debugging tools, we get all requests-responses and transmitted / generated parameters.
3. Let's implement a password change with a familiar tool, it can be either a utility like AutoIt or a full-fledged programming language.
If you tell me your mail service, then I can look at it and try to help you.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question