Commit Graph

5626 Commits

Author SHA1 Message Date
mscott%netscape.com
2fcb411cdf Bug #6651 --> add status and warning strings for various pop conditions. 1999-09-21 22:23:00 +00:00
bienvenu%netscape.com
6fc63c9b5f fix charset conversion problem introduced yesterday in an attempt to speed up performance 1999-09-21 22:18:35 +00:00
chuang%netscape.com
6cd312c071 remove unused variable 1999-09-21 21:41:06 +00:00
chuang%netscape.com
390f6a305f Remove unused variable 1999-09-21 21:20:07 +00:00
sspitzer%netscape.com
0876983aaf I suck. 1999-09-21 21:05:58 +00:00
putterman%netscape.com
7272cb2fa1 Only reroot if the folder notification we receive is for the folder that's currently the loading folder. 1999-09-21 21:04:52 +00:00
mscott%netscape.com
14af4ec4c1 Fix a crash when running a local mail filter --> if you moved the message and then had another filter fire
after we moved the message we would crash.
1999-09-21 21:04:43 +00:00
sspitzer%netscape.com
d6d7a5e883 fix build bustage 1999-09-21 21:04:34 +00:00
sspitzer%netscape.com
0c50f83986 I need to put down the crack pipe. the 4.x uri was ok, but the 4.x mail.directory pref was not. 1999-09-21 21:02:02 +00:00
sspitzer%netscape.com
9c7bb3c346 turns out this isn't necessary. on all three platforms in 4.x, the uri's are in UNIX style slashes, as they should be. #10583 fixed now. 1999-09-21 20:36:01 +00:00
alecf%netscape.com
b4afac8afd when we refresh the account list, clear the item selection (workaround for bug in the tree widget) 1999-09-21 20:26:36 +00:00
alecf%netscape.com
caf40ba426 when we refresh the folder pane, clear the selection (workaround for bug in the tree widget) 1999-09-21 20:25:52 +00:00
sspitzer%netscape.com
5d4a6f9ee0 fix warning 1999-09-21 20:25:46 +00:00
putterman%netscape.com
c3de5f7fdb Implement init ins nsMessage. 1999-09-21 20:03:37 +00:00
bienvenu%netscape.com
09dc99eb6d cache references for performance improvement 1999-09-21 19:10:37 +00:00
alecf%netscape.com
8085c39725 remove New Account from menu 1999-09-21 10:11:26 +00:00
sspitzer%netscape.com
0193817b4d fix for #10583
for non-UNIX platforms, we need to convert the native path to a UNIX style
path before converting the 4.x URI to a 5.0 URI.
otherwise, we'd convert mailbox:C:\\program files\\netscape\\users\\sspitzer\\mail\\aaa\\bbb to mailbox://nobody@Local Mail/aaa\\bbb, instead of mailbox://nobody@Local Mail/aaa/bbb
1999-09-21 07:46:48 +00:00
alecf%netscape.com
fdc228f899 rename NNTP server description 1999-09-21 07:07:25 +00:00
alecf%netscape.com
47dc1c949f fix persistance on the sidebar 1999-09-21 07:06:53 +00:00
mscott%netscape.com
f2cb6856ee Remove obsolete properties file. 1999-09-21 06:51:36 +00:00
mscott%netscape.com
7dcf10120d WE can't insert \n (newline character) in the properties file so take them out. 1999-09-21 06:51:01 +00:00
mscott%netscape.com
89d0710275 Remove obsolete reference to composebe.properties 1999-09-21 06:47:11 +00:00
mscott%netscape.com
c562f6b2d7 remove obsolete reference to composebe.properties. 1999-09-21 06:45:36 +00:00
mscott%netscape.com
fbe8b246a9 Remove reference to obsolete properties file (composebe.properties). 1999-09-21 06:44:43 +00:00
mscott%netscape.com
0692a6a185 remove obsolete properties file. This file has been moved and renamed to compose\resources\locale\en-US\composeMsgs.properties 1999-09-21 06:42:58 +00:00
mscott%netscape.com
9d9a67b6bb re-write so we actually use the string bundle instead of the hard coded
strings that used to be in this class. This meant changing the api to return
a unichar * instead of a char *!!!
1999-09-21 06:30:51 +00:00
mscott%netscape.com
f31d54badd optimize use of PRunichars for string bundle. we were doing lots of
needless conversions between PRunichar * to char * and back again!
replace some hard coded strings with strings created by the string bundle
1999-09-21 06:30:11 +00:00
alecf%netscape.com
9605468e7b implement Show->Folders 1999-09-21 06:17:00 +00:00
alecf%netscape.com
0b43b42a1c remove the (unused) Advanced panel 1999-09-21 05:38:49 +00:00
alecf%netscape.com
0fc7315583 add support for identity-specific HTML compose and signatures 1999-09-21 05:37:23 +00:00
tao%netscape.com
34dfefc3a3 Rename *en.properties to *.properties. 1999-09-21 05:35:34 +00:00
sspitzer%netscape.com
712ef95045 fix for #14428. make the throbber in the three pane open up to the throbber url when clicked. 1999-09-21 05:33:14 +00:00
hangas%netscape.com
669e7fa437 Added key binding to dialogOverlay.xul for OK and Cancel buttons. Updated xul windows to include these keys. 1999-09-21 05:20:56 +00:00
mscott%netscape.com
98097f2f1d Bug #13798 --> Fix imap freezing the mac. 1999-09-21 05:12:15 +00:00
tao%netscape.com
472450ff09 14391: [L12y] PLS remove locale name (en) from "*_en.properties". 1999-09-21 01:32:06 +00:00
sspitzer%netscape.com
5646203850 fix for #14361. always give the users a "Local Mail" account.
also, added the CreateDefaultMailboxes() method to the  nsINoIncomingServer and nsIPop3IncomingServer
interfaces
1999-09-21 01:29:01 +00:00
waterson%netscape.com
06b78978e9 Fix backwards return values on nsIEnumerator::IsDone(). 1999-09-21 01:28:18 +00:00
tao%netscape.com
647a559bfd 14391: [L12y] PLS remove locale name (en) from "*_en.properties". 1999-09-21 01:22:43 +00:00
chjung%netscape.com
745088c61a [chjung 990920] add localization notes 1999-09-21 01:06:04 +00:00
chjung%netscape.com
8182f2d899 [chjung 990920] add localization notes 1999-09-21 01:00:29 +00:00
tao%netscape.com
526194cdb8 14379: [L12y] PLS remove locale name (en-US) from the localMsgs.properties. 1999-09-21 00:59:50 +00:00
tao%netscape.com
13f51b82bb 14384: [L12y] PLS remove locale name (en-US) from "imapMsgs_en-US.properties". 1999-09-21 00:50:13 +00:00
chjung%netscape.com
cd4f1457cc [chjung 990920] add localization notes 1999-09-21 00:49:23 +00:00
mscott%netscape.com
ea6db2ced0 we used to leak the first imap url that got run because we gave it
to the socket transport as a context. The socket transport hung onto
the url until the socket was actually closed. It turns out we don't
need to pass the url in anyway since we always know what the current
url is. So by changing this to null, we now release the first imap url
we run as soon as it is done.
1999-09-21 00:40:50 +00:00
mscott%netscape.com
0a7c01bb4f initialize the ref count on this class. 1999-09-21 00:07:34 +00:00
bienvenu%netscape.com
9adfdc2ef9 some performance improvements for header parsing 1999-09-21 00:06:25 +00:00
mscott%netscape.com
c1f1dcf3a2 let sidebar take up all of the vertical space and shift the menus over to line up with the toolbar.
Thanks to Paul Hangas for this cool suggestion.
1999-09-21 00:05:52 +00:00
chjung%netscape.com
0e40d2b6dc [chjung 990920] add localization notes 1999-09-20 23:29:30 +00:00
sspitzer%netscape.com
2bb4389148 fix for #14324.
properly migrate the smtp server from 4.x using the SmtpService
1999-09-20 22:32:03 +00:00
chuang%netscape.com
0410535e26 Fix bug 13904 Preferences: Mail and News typos 1999-09-20 22:16:14 +00:00