473,320 Members | 2,027 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

pop3 password2

Hello Everyone. I am in the process of writing an Internet connection wizard
program for the company I am working for. At present, I have all the pieces
together beside the part of setting the email account password for outlook.
If anyone have any ideas that could help. Please let me know

Currently I have found the following info

HKEY_CURRENT_USER\Software\Microsoft\Internet Account
Manager\Accounts\00000007

(.Is just the outlook account index. It increment each time a account is
added)

Value 4

Name: POP3 Password2

Type: REG_BINARY

Data:

00000000 01 02 6d 00 61 00 69 00 - 6c 00 2e 00 72 00 65 00 ..m.a.i.l...r.e.

00000010 61 00 63 00 68 00 6d 00 - 65 00 2e 00 6e 00 65 00 a.c.h.m.e...n.e.

00000020 74 00 37 00 37 00 38 00 - 33 00 42 00 39 00 35 00 t.7.7.8.3.B.9.5.

00000030 30 00 00 00 0...

the password that I set through outlook account manager is youknow.

And yes, that email account password has been change since then

If anyone could help me in finding a crypt or crack. You have just made a
new friend

Kevin

P.S code samples doesn't have to be in any 1 language. I am pretty well
verse in most major ones

Nov 15 '05 #1
2 4455
Kevin,

What about using Outlook COM automation to configure an account? I'd say it
is not a good idea to rely on the raw data format that can be different for
older or newer versions of Outlook.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Kevin Beyers" <ke******@inreach.com> wrote in message
news:Ay**************@newssvr27.news.prodigy.com.. .
Hello Everyone. I am in the process of writing an Internet connection wizard program for the company I am working for. At present, I have all the pieces together beside the part of setting the email account password for outlook. If anyone have any ideas that could help. Please let me know

Currently I have found the following info

HKEY_CURRENT_USER\Software\Microsoft\Internet Account
Manager\Accounts\00000007

(.Is just the outlook account index. It increment each time a account is
added)

Value 4

Name: POP3 Password2

Type: REG_BINARY

Data:

00000000 01 02 6d 00 61 00 69 00 - 6c 00 2e 00 72 00 65 00 ...m.a.i.l...r.e.
00000010 61 00 63 00 68 00 6d 00 - 65 00 2e 00 6e 00 65 00 a.c.h.m.e...n.e.
00000020 74 00 37 00 37 00 38 00 - 33 00 42 00 39 00 35 00 t.7.7.8.3.B.9.5.
00000030 30 00 00 00 0...

the password that I set through outlook account manager is youknow.

And yes, that email account password has been change since then

If anyone could help me in finding a crypt or crack. You have just made a
new friend

Kevin

P.S code samples doesn't have to be in any 1 language. I am pretty well
verse in most major ones


Nov 15 '05 #2


I haven't be able to track down any Outlook COM automation componets
that will create the account so far. If you know of any. Please post

Kevin Beyers

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Lev Altshuler | last post by:
Hi, I am trying to count email messages in the mailbox and read their headers. In case that there are some messages on the POP3 server and they haven't yet got to the Inbox, I get a number of...
0
by: Eric McDaniel | last post by:
This may be a question for ActiveState support, but just in case anyone out there knows what the problem is... My call to Net::POP3->new() works fine when run through the perl interpreter, but...
4
by: Ron Vecchi | last post by:
I a runnning w2k3 pop3 mail server that came with iis6. I would like to write an application that progammtically creates the new mailboxes in an already established mail domain. Does anyone know...
2
by: Rui | last post by:
I need to write a proxy between pop3 client and pop3+ssl server. This proxy will receive pop3 commands from the client and will translate those commands for a pop3+ssl server, then it will receive...
2
by: Mike Brearley | last post by:
I need to write a script that will check a catch-all mailbox (pop3) and send a non delivery report back to the sender of the email. Background info: I have a domain hosted on a site that offers...
2
by: Shimon Sim | last post by:
Is there a way to get e-mails with attachments using .NET 2.0? If not does anybody knows a component that can do this? Thank you, Shimon.
1
by: bobano | last post by:
Hi everyone, I am writing a POP3 Client program in Perl. You connect to a POP3 Server and have a running conversation with the mail server using commands from the RFC 1939 Post Office Protocol....
0
by: =?Utf-8?B?Q2hhcmxlcw==?= | last post by:
Like many people, I normally use Yahoo! Mail via the web and like to keep all my emails stored on the Yahoo! server. However sometimes I can’t get access to a PC/the web and I download my emails...
5
by: Craig Buchanan | last post by:
I would like to monitor a POP3 mailbox with multiple clients. However, I want to ensure that each message is processed by only one client. In essence, I would like to treat a POP3 mailbox like a...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.