Skip to content

email passwords without crypt

Hi,

in fix 8.16 I saw:

- new: internal changes on how to save email passwords. You can now use
##password so that SER can read them without the need to crypt/decrypt

So how I can save email password without crypt? Where and how I need use ##password?

Thanks

Comments

  • SvenSven www.GSA-Online.de
    in the *.prj file in case you edit it externally or from a program.
  • Ok, I want add some emails in *.prj with some program... What need I do?

    1. Edit [options] section:
    pop3 login=
    pop3 pw=

    2. Edit [email accounts] sections with additional emails

    0=
    1=
    2=
    ...

    But i don't understand what I need write here, when i try do like in *.prj it's not working. And how I need use "##password"?

    Can You please show example?

    Thanks
  • SvenSven www.GSA-Online.de

    Lets say your password it " 1H@venoClue " then you would write...

    pop3 pw= ##1H@venoClue 

    and for the additinal accoutns...

    0=myemail @hotmail.comÿpop-mail.outlook.comÿ995ÿ myemail @hotmail.comÿ ##1H@venoClueÿ0

  • Thanks, but what is "ÿ"?

    I add this string in project

    image

    but in SER -

    image

    What wrong?
  • SvenSven www.GSA-Online.de
    It's char #255 in asci table. If you use an editor can'T handle the encoding its screwed of course.
Sign In or Register to comment.