Closed
Bug 9048
Opened 27 years ago
Closed 27 years ago
smtptest.exe - Failed on reading user prefs!
Categories
(MailNews Core :: Backend, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M9
People
(Reporter: ppandit, Assigned: mscott)
Details
Using this as a place holder for the following of which Rich Pizarrio has a fix
for:
D:\mozilla\dist\WIN32_D.OBJ\bin>smtptest
Failed on reading user prefs!
Here is the description from Rich:
Found it.
When we register the file locator service, you need to pass in the prog id...so,
lines in any test programs that look like:
nsComponentManager::RegisterComponent(kFileLocatorCID, NULL, NULL,
APPSHELL_DLL, PR_FALSE, PR_FALSE);
need to look like this:
nsComponentManager::RegisterComponent(kFileLocatorCID, NULL,
NS_FILELOCATOR_PROGID, APPSHELL_DLL,
PR_FALSE, PR_FALSE);
I will try to checkin changes later today when I get some other changes ready to
go into the tree.
QA Contact: lchiang → ppandit
Summary: smtptest.exe - Failed on reading user prefs! → smtptest.exe - Failed on reading user prefs!
Tried on afternoon build for June 29 - got the same error.
Making ppandit the QA Contact
Par
Comment 3•27 years ago
|
||
Well, I made the change that fixed the other test programs but the tree is so
horked right now, I can't get ANYTHING to run...so I'll let you know when this
changes.
- rhp
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
Comment 4•27 years ago
|
||
This should be fixed and working now.
- rhp
REOPEN because tried with a debug build from today (June 30) at 12:40 p.m.
D:\mozilla\dist\WIN32_D.OBJ\bin>smtptest
ProfileName : Jun21RelInstall
ProfileDir : C:\Program Files\Netscape\Users50\Jun21RelInstall
Enter port to use [25]:
Enter host name to use [nsmail-2.mcom.com]:
Enter command number: 1
Location of message [message.eml]:
Recipient of message [mscott@netscape.com]: ppandit@netscape.com
Loading preferences for account: account0
Loading preferences for account: account1
Message Sent: FAILED!
Enter command number:
Updated•27 years ago
|
Status: REOPENED → RESOLVED
Closed: 27 years ago → 27 years ago
Resolution: --- → FIXED
Comment 6•27 years ago
|
||
Sorry to be persistent, but the prefs bug is fixed. The problem with reading
the prefs would stop you well before you got asked all the questions. I just
did a clobber build and here are my results:
Y:\mozilla\dist\WIN32_D.OBJ\bin>smtptest
ProfileName : rhp
ProfileDir : P:\Users50\default
Enter port to use [25]:
Enter host name to use [nsmail-2.mcom.com]:
Enter command number: 1
Location of message [message.eml]: c:\temp\tempMessage.eml
Recipient of message [mscott@netscape.com]: rhp
Loading preferences for account: account0
Loading preferences for account: account1
Message Sent: PASSED
Enter command number:
So this is working.
If you got "Message Sent: FAILED", this could happen for any number of reasons,
but the program is working.
- rhp
smtptest is still failing. Rich's section is working so please reassign to
mscott to take a look.
C:\Program Files\NETSCAPE\Seamonkey\x86rel>smtptest
Enter port to use [25]:
Enter host name to use [nsmail-2.mcom.com]:
Enter command number: 1
Location of message [message.eml]:
Recipient of message [mscott@netscape.com]: ppandit@netscape.com
Loading preferences for account: account2
Loading preferences for account: account1
Loading preferences for account: account0
Message Sent: FAILED!
Enter command number:
Oops - forgot to include build info: July 13 Seamonkey release build
07/13/99 11:09a 20,976 SMTPTEST.EXE
| Assignee | ||
Comment 10•27 years ago
|
||
Par, this seems to be working fine for me but I'm running it using necko (I'm on
a branch).
A couple questions:
1) What directory are you running smtpTest from?
2) where is the file you are trying to send? Is it in the same directory? A
different directory?
Comment 11•27 years ago
|
||
Clearing Fixed resolution due to ReOpen of this bug. if indeed Fixed...please
mark as Resolved/Fixed. Thanks!
Comment 12•27 years ago
|
||
Par, pls update this bug w/your latest findings. Thanks. Once you do so, then
we can assign the proper target milestone to this bug.
| Reporter | ||
Comment 13•27 years ago
|
||
Scott - I'm still seeing the problem using the release build of seamonkey
(7/27/99). Let's work together to figure it out.
C:\Program Files\NETSCAPE\Seamonkey\x86rel>smtptest
Enter port to use [25]:
Enter host name to use [nsmail-2.mcom.com]:
Enter command number: 0
Commands currently available:
0) List commands.
1) Send a message in a file.
9) Exit the test application.
Enter command number: 1
Location of message [message.eml]:
Recipient of message [mscott@netscape.com]: ppandit@netscape.com
Message Sent: FAILED!
Enter command number:
| Assignee | ||
Updated•27 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M9
| Assignee | ||
Comment 14•27 years ago
|
||
let's wait till after necko lands. I re-wrote it to work with necko. No sense
in spending time on it before then as it is going to be replaced today.
| Assignee | ||
Comment 15•27 years ago
|
||
Hey Par, can you try this again now that necko has landed? Thanks.
| Assignee | ||
Comment 16•27 years ago
|
||
I'm going to mark this as fixed as it works for me. Par, feel free to re-open
this if you still have problems. I'm trying to shrink my M9 bug list.
| Assignee | ||
Updated•27 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 27 years ago → 27 years ago
Resolution: --- → FIXED
Comment 17•27 years ago
|
||
Par is out sick. Will try when he gets back. Thanks.
| Reporter | ||
Comment 18•27 years ago
|
||
We tried this out today.
The debug version of smtptest.exe works but the release version does not.
I will post a new bug for smtptest.exe and pop3test.exe do not work on release
builds.
There was also a multiple identity issue that was messing us up. A bug will be
posted to alecf for that.
Marking as VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•18 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•