40842 Commits

Author SHA1 Message Date
warren%netscape.com
a41c2f2e9f Fixed uninitialized return value. 1999-09-14 09:33:53 +00:00
alecf%netscape.com
c559373057 actually, create the account at the end 1999-09-14 09:28:15 +00:00
alecf%netscape.com
585e4c64d1 workaround for broken GFX combo box 1999-09-14 09:26:57 +00:00
sspitzer%netscape.com
5ed079462d my mistake, news is correct in this case. this case. 1999-09-14 09:14:22 +00:00
sspitzer%netscape.com
80d5ac54f4 nsIMsgIncomingServer needs a SetDefaultLocalPath(). we use this when migrating prefs.
add the newsrcRootPath attribute to the nsINntpIncomingServer interface.
implement Set/GetNewsrcRootPath(), similar to how Set/GetDefaultLocalPath() are implemented.

rewrite nsMsgAccountManager to use
Set/GetDefaultLocalPath() and Set/GetNewsrcRootPath()

rename some methods in nsMsgAccountManager for correctness.
1999-09-14 09:03:40 +00:00
sspitzer%netscape.com
f7e2446777 the type is nntp, not news. this was preventing me from setting mail.root.nntp 1999-09-14 08:57:34 +00:00
rjc%netscape.com
f6a62d4ee1 Rename "Nickname" to "Custom Keyword" per marketing. 1999-09-14 08:51:03 +00:00
rjc%netscape.com
0dbad0316d Use GetValueConst a bit more. 1999-09-14 08:43:57 +00:00
sspitzer%netscape.com
75f78fe5ae fix warnings 1999-09-14 08:36:10 +00:00
sspitzer%netscape.com
532077a63a when you get the default local path, and it wasn't set, and you make one up, you need to set it so the pref will get set. 1999-09-14 08:32:58 +00:00
rjc%netscape.com
12b887455e Disallow quotes in etag. 1999-09-14 08:25:14 +00:00
rjc%netscape.com
bb32f1cb1d Strip non-numeric characters from relevancy info. 1999-09-14 08:23:35 +00:00
alecf%netscape.com
9917da1051 register smtp server 1999-09-14 08:23:20 +00:00
alecf%netscape.com
7073f4c9e8 build smtp server on windows 1999-09-14 08:22:50 +00:00
alecf%netscape.com
fc34bf545b fix solaris bustage 1999-09-14 08:19:54 +00:00
alecf%netscape.com
ede250feb0 oops, forgot constructor/destructor 1999-09-14 08:16:21 +00:00
sspitzer%netscape.com
e8f17a8f76 added files: mozilla/mailnews/compose/src/nsSmtpServer.cpp 1999-09-14 08:03:36 +00:00
hangas%netscape.com
df8379d512 Fix bug 13564. 1999-09-14 07:59:31 +00:00
alecf%netscape.com
bbf194521a ok, finally write this thing out to prefs 1999-09-14 07:58:04 +00:00
alecf%netscape.com
101d0c1ce6 unify server creation like the account manager 1999-09-14 07:15:21 +00:00
ftang%netscape.com
f259e4dd80 Check in Arabic/Hebrew rendering code from the net. 1999-09-14 07:06:54 +00:00
alecf%netscape.com
3c33281fd3 support add/removal of SMTP servers 1999-09-14 07:03:47 +00:00
mscott%netscape.com
836811052d the imap server sink is now blocking so in ProcessCurrentUrl we would block when
calling LoadNextQueuedUrl which in turn signaled a url ready to run monitor. When it was non-blocking
things used to work fine because we had time to get into the wait for monitor code but now we aren't getting
there. So we're getting around the problem by flagging ourselves as ready to run another url.

This problem manifested itself when we started loading a message right after deleting one in the thread pane.
1999-09-14 06:55:42 +00:00
alecf%netscape.com
280def72f6 oops, add back with and height, and entity-ify the title separator & modifier 1999-09-14 06:31:32 +00:00
alecf%netscape.com
f1f1ab8867 support View->Show...->Message 1999-09-14 06:28:05 +00:00
alecf%netscape.com
7da7fc7ebd move this to it's own function 1999-09-14 06:27:36 +00:00
alecf%netscape.com
1ba2d40cdf drop the product monkier for now, hopefully the "titlemodifier" will handle this for us 1999-09-14 06:26:50 +00:00
hangas%netscape.com
4e4bedb4fe Moved Close menu item to its new location. 1999-09-14 06:18:08 +00:00
hangas%netscape.com
f4886ef00c Moved Close menu item to its new position. 1999-09-14 06:16:12 +00:00
dougt%netscape.com
bdb247ef97 commenting out the autoproxy header def. Missed this file. 1999-09-14 06:12:22 +00:00
mcafee%netscape.com
93d2f2b4fd Adding buttons for colorpicker placeholder, some minor text reformatting. 1999-09-14 05:50:32 +00:00
amusil%netscape.com
fffa8fd1f3 Added id to the main menupopup 1999-09-14 05:38:54 +00:00
mscott%netscape.com
c78cbd3590 api sync for fetch message. 1999-09-14 05:35:58 +00:00
mscott%netscape.com
6e65073df4 Bug #9593, #13674 --> implement save message to disk. i also added added a helper function: DecomposeImapURI, optimized some lines to use nsCAutoString
fixed a few mem leaks where we would leak an imap url...enforced
 com ptr useage for nsIImapUrl. FetchMessage no longer requires the sink event queue...as an interface
simplification, we can just figure it out ourselves..
1999-09-14 05:35:40 +00:00
mscott%netscape.com
1b540788e4 Bug #9593 --> make the old display code turn into save msg to disk code 1999-09-14 05:34:54 +00:00
mscott%netscape.com
36e025a0cd add save message to disk action. 1999-09-14 05:34:04 +00:00
mscott%netscape.com
34b9cbbd43 Bug #9593 --> implement save message to disk. i also added added 1999-09-14 05:33:55 +00:00
mscott%netscape.com
4c124c3dc1 Bug #9593 --> SetupMsgWriteStream needs to know the file name of the file we should write the message to. Use this value instead of "tempMessage.eml" 1999-09-14 05:33:35 +00:00
dougt%netscape.com
3b59449bf3 commenting out autoproxifcation of parameter so that mscott can continue his
work.   AutoProxication is broke.
1999-09-14 05:24:11 +00:00
sspitzer%netscape.com
6fc8de9da5 don't override GetPrettyName in nsNoIncomingServer. I was being silly. All I really needed to do was call SetPrettyName with 'Local Mail' to get the desired effect. 1999-09-14 05:10:53 +00:00
alecf%netscape.com
5c02cdebcc it's index now, not value 1999-09-14 05:07:45 +00:00
warren%netscape.com
d3999bb61a Don't hold the service manager lock around CreateInstance -- deadlock potential. 1999-09-14 04:50:48 +00:00
troy%netscape.com
b80b7939b1 Fix for bug #13700. Removed a warning that's no longer needed 1999-09-14 04:43:16 +00:00
putterman%netscape.com
d9703aa7e9 After deleting, the next message is selected. 1999-09-14 04:41:46 +00:00
warren%netscape.com
f5b8d2c733 Getting ready to turn on the new file transport. 1999-09-14 04:36:16 +00:00
davidm%netscape.com
a781e6b50c 13698 Assertion: "uh oh, couldn't Init() for some reason" (NS_SUCC reorder unregister code so this doesn't happen 1999-09-14 04:22:12 +00:00
alecf%netscape.com
c303921954 add new nsSmtpServer/etc to the build 1999-09-14 04:22:09 +00:00
vidur%netscape.com
ccf398a6f7 Fix for bug 13192. Document is parented by the global object of the container context, not the calling context. 1999-09-14 04:17:07 +00:00
briano%netscape.com
3c9323abc6 Automated update 1999-09-14 04:15:54 +00:00
jdunn%netscape.com
52f708c0af on HPUX, Native compiler, use the aCC/CC to link shared objects instead
of the linker.
NOTE:  for TK_LIBS and MOZ_GTK_LDFLAGS you need to link against -l:libm.sl
       instead of lm, otherwise gfx/src/gtk/libgfx_gtk.sl won't link
1999-09-14 04:14:06 +00:00