Граф коммитов

1591 Коммитов

Автор SHA1 Сообщение Дата
hangas%netscape.com 78e3b84abe Modifying commandUpdater JS code to be more efficient. 1999-09-17 23:24:04 +00:00
jefft%netscape.com 8e557400ac add CreateStartupUrl() utility routine 1999-09-17 23:17:03 +00:00
jefft%netscape.com f109c9c489 implemented Save As file type equals html & plain text; frame work for saving attachment 1999-09-17 23:16:07 +00:00
jefft%netscape.com 009b14952c added OpenAttachment() 1999-09-17 23:15:02 +00:00
putterman%netscape.com a3e720e049 more performance work for loading folders without .msf files or that have to have
headers downloaded.
1999-09-17 23:12:44 +00:00
alecf%netscape.com 8c33f1827b don't need to link identity against mozjs anymore 1999-09-17 20:32:08 +00:00
mscott%netscape.com 008d364cfc Bug #14021 --> convert nsIURI into a nsISupports before passing in to avoid an nsCOMPtr assert later on. 1999-09-17 20:13:59 +00:00
bienvenu%netscape.com 097b140aa9 fix notification text to include folder 1999-09-17 20:13:54 +00:00
sspitzer%netscape.com 62c9c6f630 don't check the return value of Exists.
it's failing for some reason (don't know yet) and this is causing
migration to fail.  I'll look into this tomorrow.
1999-09-17 10:15:45 +00:00
alecf%netscape.com 4fb4140ce5 make the UI look better by making this textbox bigger 1999-09-17 09:03:12 +00:00
alecf%netscape.com feb75cb527 save prefs file when closing account manager and account wizard, in case we crash later. 1999-09-17 08:04:54 +00:00
alecf%netscape.com 88e6189d9e add new SMTP pane to account manager 1999-09-17 06:56:22 +00:00
alecf%netscape.com 93750d1ed6 make the signature an nsIFileSpec for right now 1999-09-17 06:43:27 +00:00
waterson%netscape.com 89517a263f Bug 13970. Use automatic XUL syntax to hook up command updaters. 1999-09-17 04:04:59 +00:00
alecf%netscape.com 5e920b0b0d fix server sorting problem in the folder pane - sort servers by the order they appear in prefs 1999-09-17 00:19:21 +00:00
alecf%netscape.com 77a2ebf31b add new FindServerIndex() method 1999-09-17 00:14:43 +00:00
hangas%netscape.com c1a36fb57c Added dump statement for debugging 1999-09-16 22:21:47 +00:00
beard%netscape.com ab95fb6cf4 Added QueryElementAt() which combines GetElementAt() and QueryInterface(). Rationale: combining operations saves a call to AddRef/Release, since it's done by QI. Approved by dp. 1999-09-16 21:29:22 +00:00
putterman%netscape.com 25a360908a remove customize lines. 1999-09-16 21:11:45 +00:00
putterman%netscape.com 2415368572 use new sidebar. 1999-09-16 21:11:32 +00:00
putterman%netscape.com e9b29be746 Select next message after a move. 1999-09-16 21:11:19 +00:00
putterman%netscape.com 896c8694dd Changes to increase performance when having to parse a mailbox or download a lot of headers. 1999-09-16 21:11:01 +00:00
putterman%netscape.com 2ad6180b7c Add NotifyFolderLoaded. 1999-09-16 21:07:56 +00:00
putterman%netscape.com 65dfb6b6e7 Add NotifyFolderLoaded 1999-09-16 21:07:01 +00:00
hangas%netscape.com 97a0bdb5a3 Added commandUpdater code to mail 3pane. 1999-09-16 20:24:07 +00:00
cls%seawood.org cb3abff6ef Remove unnecessary -D_BSD_SOURCE now that __STRICT_ANSI__ is set in <prinet.h> 1999-09-16 14:50:19 +00:00
sspitzer%netscape.com e31f64f8e3 turn on my fix for #12932. 1999-09-16 10:43:14 +00:00
hangas%netscape.com 701134dee8 More advances in commanUpdater development. Making this work from globalOverlay.xul so that less xul and js is required for each window. 1999-09-16 07:37:45 +00:00
sspitzer%netscape.com 8baa5349c4 add support for the the markOldRead, notifySize, notifyOn attributes of nsINntpIncomingServer. make sure we migrate these prefs, too. 1999-09-16 07:01:17 +00:00
sspitzer%netscape.com 3e55776a51 even though only tab gets shown per server type, all tabs in the deck widget (nntp, pop3, imap, and none) exist, and attept to be filled in. but for a given server, the query interface will fail 3 times, and succeed on one: the one it matches. only do the query interface if the requested type matches the actual type. 1999-09-16 04:18:13 +00:00
sspitzer%netscape.com 224bb8c6d0 initial changes to hook up server type specific prefs to the account manager. 1999-09-16 02:46:43 +00:00
sspitzer%netscape.com d210e3d7a9 ok, I suck. I accidentally broke Local Mail migration when you used imap in 4.x. this fixes it. 1999-09-15 23:40:28 +00:00
sspitzer%netscape.com 8aeb8ece4d for the pop / nntp server specific prefs, don't name the html elements.
because those attributes don't exist in the nsIMsgIncomingServer interface
it causes us to crash.  alecf and I are working on a way to get type
specific prefs to get saved correctly.  until then, none of these type
specific prefs will get saved.
1999-09-15 21:21:45 +00:00
sspitzer%netscape.com 0896694303 remove am-server-<type>.xul and am-server-<type>.dtd files.
the entities are in am-server-top.dtd now
and the xul is all in am-server.xul (in a cool deck widget. go alecf!)
add the news server specific ui for the max_articles pref
1999-09-15 19:34:20 +00:00
alecf%netscape.com 142649ce36 move server-specific stuff into a deck 1999-09-15 19:21:07 +00:00
sspitzer%netscape.com 5c5a96d0bb new files for news specific prefs in the account manager.
NOT PART OF THE BUILD YET.
1999-09-15 19:10:14 +00:00
chuang%netscape.com c08a9c1e8c Bug 13787 pref return receipts entered multipule times 1999-09-15 17:55:32 +00:00
alecf%netscape.com fd72cc937f cache a whole bunch of nodes that are being retrieved with document.getElementById 1999-09-15 08:39:28 +00:00
alecf%netscape.com 209d8dd8e6 speed up finding of the folder tree 1999-09-15 08:29:01 +00:00
sspitzer%netscape.com 68d0a7b530 don't need this code anymore, as we don't need to hash the hostname to get a suitable directory name. see #13480 1999-09-15 07:31:27 +00:00
sspitzer%netscape.com 40ffb5ffab fix for #13766. 1999-09-15 07:24:16 +00:00
alecf%netscape.com 66472985dc bring account wizard up to spec 1999-09-15 06:53:59 +00:00
alecf%netscape.com 9e6e48cd7a consolidate progIDs 1999-09-15 05:16:29 +00:00
alecf%netscape.com 4bdea3de3e give new folder window a name, and make sure it's modal 1999-09-15 05:16:00 +00:00
alecf%netscape.com 62bfb8199c minor cleanup to make onloadmessenger easier to read 1999-09-15 04:57:24 +00:00
alecf%netscape.com 44295b69b7 refresh the folder pane after upgrade process finishes 1999-09-15 04:49:43 +00:00
alecf%netscape.com d936a6fb95 move strings into AccountManager.xul and remove old DTD 1999-09-15 04:46:26 +00:00
alecf%netscape.com 3cee2e19a5 get rid of old XUL 1999-09-15 04:46:03 +00:00
alecf%netscape.com b6eea89c03 add default height to wizard, make it bigger than before 1999-09-15 04:45:53 +00:00
alecf%netscape.com 662220abf3 if account creation is successful, set the refresh to true 1999-09-15 04:45:20 +00:00