we are going to create a web mail system and we plan to use rebex components but we are facing a problem to allow users to change their passwords

thanks

asked 01 Apr '10, 08:14

joody's gravatar image

joody
16
accept rate: 0%

edited 10 Aug '10, 14:05

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310


Rebex Mail implements SMTP, IMAP and POP3 protocols. None of them include the ability to change the user's password.

Each mail server has it's own way of doing so. Some of them has only web interface for this task, some can be updated via COM interface, some might expose the webservice or REST API (to name a few possibilities).

If you update the question and add which email server you are using it might be possible to come with solution. However, the universal solution does not exist.

link

answered 01 Apr '10, 11:15

Martin%20Vobr's gravatar image

Martin Vobr ♦♦
335310
accept rate: 37%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×46
×1

Asked: 01 Apr '10, 08:14

Seen: 213 times

Last updated: 23 Mar '11, 03:22