jefft%netscape.com
3f3feedee1
more on uber service, filled in all the code for message copy service
1999-06-26 18:22:00 +00:00
jefft%netscape.com
b6f037854c
added CopyMessages() & CopyFileMessage() method
1999-06-26 18:20:30 +00:00
jefft%netscape.com
74757bed6e
added one more parameter, nsresult result, to NotifyCompletion()
1999-06-26 18:19:33 +00:00
sspitzer%netscape.com
bc93b8b14a
fix warning
1999-06-26 04:38:06 +00:00
rhp%netscape.com
0170307cde
Copy service changes
1999-06-26 01:11:28 +00:00
rjc%netscape.com
3a764c6bfc
Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future.
1999-06-26 01:09:02 +00:00
sspitzer%netscape.com
ea0eec35aa
more work to get respecting the newsrc set working. move the set into the db. this isn't done yet, but it's shaping up.
1999-06-25 22:29:44 +00:00
putterman%netscape.com
b4e42179f3
Added NS_NewMessageViewDataSource
1999-06-25 21:48:07 +00:00
ducarroz%netscape.com
3a9f0656d6
replace pref "mail.identity.<idn>.send_html" by "mail.identity.id1.compose_html".
replace pref "mail.identity.<idn>.wrap_column" by "mail.wraplength"
1999-06-25 21:47:43 +00:00
putterman%netscape.com
ab4c7dafe3
Added NS_New functions for a bunch of datasources.
1999-06-25 21:36:39 +00:00
waterson%netscape.com
30f5f63b74
Expunge EqualsResource() and EqualsLiteral().
1999-06-25 20:51:13 +00:00
jefft%netscape.com
a3b73b70d9
more on copy service
1999-06-25 14:34:44 +00:00
jefft%netscape.com
46b3aed00b
remove RegisterListener & UnregisterListener
1999-06-25 14:33:40 +00:00
alecf%netscape.com
d8d97c2ae3
add account wizard to the edit menu
1999-06-25 09:44:39 +00:00
alecf%netscape.com
bfcdddf9de
export new account wizard on windows and mac
1999-06-25 09:19:10 +00:00
alecf%netscape.com
50d313fde5
add a default selection
1999-06-25 09:07:21 +00:00
alecf%netscape.com
e6975544dd
add support for new wizard pages
1999-06-25 09:06:19 +00:00
alecf%netscape.com
63f394a27b
export new files on unix
1999-06-25 08:45:28 +00:00
alecf%netscape.com
783150dc9a
add new account wizard pages
1999-06-25 08:44:39 +00:00
alecf%netscape.com
877e357d59
add onCancel method and helper method for loading pages on the fly
1999-06-25 08:44:19 +00:00
alecf%netscape.com
90d23717cc
make options window small and modal
1999-06-25 07:12:13 +00:00
putterman%netscape.com
731920f89d
Add GetPath to nsIMsgFolder.
1999-06-25 03:56:02 +00:00
warren%netscape.com
2f5289766d
Renamed nsIURLGroup to nsILoadGroup in preparation for necko.
1999-06-25 02:17:37 +00:00
alecf%netscape.com
19a9d93aa2
add first cut at some wizard pages
1999-06-25 00:31:19 +00:00
putterman%netscape.com
a2036a841e
Add NS_INIT_REFCNT() and QueryInterface can query for the correct interface.
1999-06-25 00:09:08 +00:00
rhp%netscape.com
07146e8eba
Changes for compose reorg
1999-06-24 23:54:34 +00:00
putterman%netscape.com
10409eb9b1
use nsIMsgCopyService's CopyMessages.
1999-06-24 23:22:49 +00:00
bienvenu%netscape.com
e7a63735ca
fix unix warning
1999-06-24 22:35:22 +00:00
putterman%netscape.com
2f021df2af
Work for doing copy through RDF
1999-06-24 21:26:48 +00:00
putterman%netscape.com
a3b279089f
Finish the copy before deleting the old message.
1999-06-24 21:26:10 +00:00
putterman%netscape.com
1bf3040ee6
Add database to copying.
1999-06-24 21:25:39 +00:00
sspitzer%netscape.com
6f09e2872c
fix warnings
1999-06-24 21:09:58 +00:00
jefft%netscape.com
6b7af247f1
register message copy service component
1999-06-24 20:25:31 +00:00
sspitzer%netscape.com
52a3af8b8b
add newline to the end of the file
1999-06-24 20:23:28 +00:00
alecf%netscape.com
459bfe188f
check return values on GetIncomingServer
1999-06-24 08:34:31 +00:00
danm%netscape.com
962c82d198
teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references
1999-06-24 03:29:22 +00:00
jefft%netscape.com
1132e43737
more on copy service
1999-06-24 00:52:19 +00:00
jefft%netscape.com
6d6d966311
added files: mozilla/mailnews/base/src/nsMsgCopyService.cpp
1999-06-24 00:50:32 +00:00
jefft%netscape.com
6eb154c5a6
export nsMsgCopyService.h
1999-06-24 00:49:43 +00:00
jefft%netscape.com
ed28cc56fa
added new files nsMsgCopyService.h nsMsgCopyService.cpp
1999-06-24 00:47:40 +00:00
jefft%netscape.com
becaa4288d
added nsMsgCopyService to the factory
1999-06-24 00:46:01 +00:00
waterson%netscape.com
2c513b5198
Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers. Miscellaneous XPCOM fixage -- NS_ISUPPORTS_DECL_INHERITED where appropriate.
1999-06-24 00:23:33 +00:00
putterman%netscape.com
71cefa9d86
A scrollbar now shows up in the folderPane on overflow.
1999-06-23 23:11:10 +00:00
jefft%netscape.com
5007c7d298
added files: mozilla/mailnews/base/public/nsIMsgCopyService.idl, mozilla/mailnews/base/public/nsIMsgCopyServiceListener.idl
1999-06-23 21:17:47 +00:00
jefft%netscape.com
a3da9818ed
added nsIMsgCopyServiceListener.idl
1999-06-23 21:17:24 +00:00
alecf%netscape.com
a165c0bb72
add search options dialog
1999-06-23 21:02:56 +00:00
putterman%netscape.com
a9393b55b3
Set treechildren open="true"
1999-06-23 19:11:24 +00:00
putterman%netscape.com
a35a159092
use getTime function when subtracting dates. Approved by leaf and reviewed by sspitzer.
1999-06-23 18:52:26 +00:00
alecf%netscape.com
df4393cf81
localize this file
1999-06-23 11:15:27 +00:00
alecf%netscape.com
ef67a9350e
localize the filter editor
1999-06-23 11:09:56 +00:00
alecf%netscape.com
38adf4e88a
oops, missed a few strings to localize
1999-06-23 11:08:57 +00:00
alecf%netscape.com
05b4f46dbc
remove am-test.xul from the build.
1999-06-23 10:55:08 +00:00
alecf%netscape.com
ec10fc53d6
localize these files
1999-06-23 10:51:43 +00:00
warren%netscape.com
23864df5e3
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
hyatt%netscape.com
f90cda96d6
Landing the tree widget branch.
1999-06-23 03:02:21 +00:00
mscott%netscape.com
878d4be029
Redefine MSG_LINEBREAK in terms of NS_LINEBREAK. Later, I'll remove MSG_LINEBREAK all together and just use NS_LINEBREAK.
1999-06-23 00:03:14 +00:00
alecf%netscape.com
5b22b2c9b4
make "and" the default
1999-06-23 00:02:52 +00:00
sspitzer%netscape.com
50c245e11f
more work for respecting the newsrc file. more to come.
1999-06-22 23:42:29 +00:00
jefft%netscape.com
cea46a2c8e
added files: mozilla/mailnews/base/public/nsIMsgCopyService.idl
1999-06-22 23:24:25 +00:00
jefft%netscape.com
cd1f3ac8de
added new file - nsIMsgCopyService.idl
1999-06-22 23:20:56 +00:00
alecf%netscape.com
2160832062
add account wizard to mac build
1999-06-22 22:33:48 +00:00
alecf%netscape.com
141ccffa1a
add account wizard to the windows build
1999-06-22 22:32:40 +00:00
alecf%netscape.com
4fa4ebe669
update account wizard framework:
...
- save values in a hash in the main wizard context
- repopulate pages as they are loaded
- add validation routine support for pages
1999-06-22 22:30:17 +00:00
alecf%netscape.com
537ac89f1c
update wizard pages to have more stuff
1999-06-22 22:28:53 +00:00
alecf%netscape.com
3c075a2657
oops, use dump() not print()
1999-06-22 22:03:09 +00:00
nhotta%netscape.com
52315d904f
Bug fix 8246, synch charset menu items with browser.
1999-06-22 21:39:53 +00:00
mscott%netscape.com
f38f5999c1
Use MSG_LINEBREAK instead of LINEBREAK.
1999-06-22 18:55:32 +00:00
alecf%netscape.com
330b90c1f4
prevent creation/addition of non-unique servers
1999-06-22 05:59:42 +00:00
alecf%netscape.com
6731a86d38
rename some methods to be more consistent
...
make all accesses to the account manager kick off LoadPrefs so they can be loaded on demand
don't forget to clean up the accounts in the hash table during destruction
1999-06-22 05:32:50 +00:00
sspitzer%netscape.com
b71e39ef42
start of work to respect the newsrc files. code cleanup. use nsCOMPtr.
1999-06-22 04:45:15 +00:00
alecf%netscape.com
7af796e20c
add userid@ to all mail/news URIs and add parsing code to support this
...
this change allows servers to be unique by {userid, hostname, type} combination and allows nsIMsgAccountManager::FindServer() to search for servers this way.
1999-06-22 03:03:48 +00:00
alecf%netscape.com
28d56d2d75
remove useless debugging
1999-06-22 00:45:40 +00:00
alecf%netscape.com
a9ce2d5bda
remove some #if 0'd code
1999-06-22 00:45:13 +00:00
alecf%netscape.com
4fc932f58b
add Account Wizard to the unix build
1999-06-22 00:42:08 +00:00
putterman%netscape.com
d4ba70a2d3
You can now have biffs from multiple POP servers.
1999-06-22 00:24:53 +00:00
putterman%netscape.com
6555410913
backing out changes until I get them working correctly.
1999-06-21 23:34:27 +00:00
putterman%netscape.com
e81c3ca4a1
GetFoldersWithFlag now AddRefs its results.
1999-06-21 23:24:29 +00:00
putterman%netscape.com
1460a44e6b
Can now biff from multiple servers.
1999-06-21 23:23:43 +00:00
putterman%netscape.com
b0af966909
Add some performance timing output.
1999-06-21 23:23:12 +00:00
jefft%netscape.com
20cf70454a
added readonly attribute nsIMsgDatabase msgDatabase for undo work
1999-06-21 22:56:18 +00:00
mscott%netscape.com
d6a9cc78e7
added files: mozilla/mailnews/base/util/nsMsgMailNewsUrl.cpp
1999-06-21 22:21:19 +00:00
mscott%netscape.com
e836ef7555
Export nsMsgMailNewsUrl.h
1999-06-21 22:20:07 +00:00
mscott%netscape.com
65da531a09
Add threadsafe check in Query Interface call.
1999-06-21 21:11:29 +00:00
mscott%netscape.com
0a6a239eb6
Start building nsMsgMailNewsUrl....
1999-06-21 21:09:53 +00:00
mscott%netscape.com
5b97bfbd3e
Start building nsMsgMailNewsUrl....(no one is actually using it in any implementation though).
1999-06-21 21:09:16 +00:00
mscott%netscape.com
d4213bbc88
Necko prep-integration work...add a base implementation class for mailnews urls. This encapsulates some common code that was shared across mailnews protocols. It should make my necko integration work easier as well.
...
(not part of the build yet).
1999-06-21 20:36:03 +00:00
ducarroz%netscape.com
b4c45b4649
Remove forward as quoted.
1999-06-21 20:28:39 +00:00
sspitzer%netscape.com
5278646ded
fix for #8360 . Get "mailnews.start_page.enabled" and "mailnews.start_page.url" to work.
1999-06-21 02:25:34 +00:00
alecf%netscape.com
9f9a129123
fix some of the options so that new rows are added correctly.
1999-06-20 22:05:11 +00:00
alecf%netscape.com
c8fea1ab2a
add completions to tests so that we can traverse specific object types
1999-06-20 22:04:33 +00:00
alecf%netscape.com
9ddf61f119
add initial implementation of the account wizard
1999-06-20 22:03:12 +00:00
bienvenu%netscape.com
2bf3af949d
fix rfc822 header compare, empty string handling
1999-06-20 15:36:01 +00:00
sfraser%netscape.com
3df9c89059
Leak fixing. CreateNewTopLevel window returns an AddReffed window. You must release it. Also comment out the extra release, with comment about why.
1999-06-19 22:04:20 +00:00
bienvenu%netscape.com
afba84e2a4
fix filter success determination
1999-06-16 05:56:33 +00:00
alecf%netscape.com
3d555f42c0
localize the dialog title
1999-06-16 05:37:21 +00:00
alecf%netscape.com
1efde4e768
add FilterListDialog.js to makefiles
1999-06-16 05:35:51 +00:00
alecf%netscape.com
29f7224ad9
set column widths appropriately
1999-06-16 05:35:33 +00:00
alecf%netscape.com
874787b2d5
add some logic for Filters
1999-06-16 05:34:36 +00:00
alecf%netscape.com
a6227b8871
remove some excess XUL that used to have templates for combo boxes
1999-06-16 05:32:17 +00:00
bienvenu%netscape.com
01cbb30f00
fix warnings
1999-06-16 05:23:05 +00:00
waterson%netscape.com
4015cce035
Juggle headers a bit so that we can build on VC5.0 and gcc-2.7.2.3 (need definition of classes for use with nsCOMPtr).
1999-06-16 04:42:45 +00:00
sspitzer%netscape.com
590d1f8004
missing newlines at the end of the file
1999-06-16 00:23:12 +00:00
putterman%netscape.com
ca462acd9e
use chrome url to use PrefsWindow.js
1999-06-15 23:47:08 +00:00
mscott%netscape.com
585c856001
Bug #8221 fix memory problems with nsCOMPtr & using do_QI around methods.
1999-06-15 23:34:52 +00:00
ducarroz%netscape.com
84d9932e49
add search folder to project
1999-06-15 23:32:34 +00:00
bienvenu%netscape.com
bbbf78aa1f
add search.lib
1999-06-15 23:31:52 +00:00
bienvenu%netscape.com
e5b1b92eed
add search to base
1999-06-15 23:31:32 +00:00
putterman%netscape.com
16f7857ad8
Remove an extra AddRef.
1999-06-15 23:23:13 +00:00
putterman%netscape.com
0970cdd306
Return NS_OK for DoCommand.
1999-06-15 23:22:37 +00:00
putterman%netscape.com
592245f004
Set the webshell's default character set.
1999-06-15 23:22:12 +00:00
bienvenu%netscape.com
1181c9950c
implement FindSubFolder
1999-06-15 23:18:57 +00:00
jefft%netscape.com
a8c6a21d22
added files: mozilla/mailnews/base/util/nsMsgTxn.cpp
1999-06-15 13:17:46 +00:00
jefft%netscape.com
9604e961cf
more on undowork -- adding base nsMsgTxn class for base undo object
1999-06-15 13:10:47 +00:00
jefft%netscape.com
002dc01b7b
more on undo work - remove transaction manager from folder array after retrieving it
1999-06-15 13:08:12 +00:00
sspitzer%netscape.com
893711ce07
remove the "." from Subscribe. it launches subscribe.xul (in all it's glory) now.
1999-06-15 05:03:40 +00:00
sspitzer%netscape.com
efac41607e
add the ".\" so the resources get exported.
1999-06-15 04:26:01 +00:00
sspitzer%netscape.com
74523ae146
launch the subscribe dialog.
1999-06-15 04:22:41 +00:00
alecf%netscape.com
cc59e8f514
add type attribute to nsIMsgIncomingServer, and reduce warnings by not using "value"
1999-06-15 03:47:59 +00:00
alecf%netscape.com
ff22ae1acd
use new code for opening preferences with a specific pref page
1999-06-15 03:32:02 +00:00
alecf%netscape.com
e0f7116c19
search dialog is now active
1999-06-15 03:31:28 +00:00
putterman%netscape.com
3c6bdb7048
Commit after setting charset.
1999-06-15 01:25:15 +00:00
putterman%netscape.com
fe1f060dc9
Add charset method.
1999-06-15 01:24:56 +00:00
putterman%netscape.com
32d79edaaf
Add back charset method.
1999-06-15 01:23:34 +00:00
alecf%netscape.com
c53bc15ee2
add extra <treecell> tags so entire row selection works
1999-06-15 00:56:30 +00:00
alecf%netscape.com
38707d6acd
hook up close button
1999-06-15 00:52:49 +00:00
alecf%netscape.com
0df10287cd
add code to open Search and Filter dialogs from menus, and put functions in the right place
1999-06-15 00:49:23 +00:00
alecf%netscape.com
a3a5f3e39f
fix filter list dialog - preftree.css is gone, etc..
1999-06-15 00:48:19 +00:00
alecf%netscape.com
6bdf6499b8
fix capital E
1999-06-15 00:04:40 +00:00
alecf%netscape.com
49d76d9db0
update menus, add search menu, etc
1999-06-15 00:01:23 +00:00
alecf%netscape.com
7a804c834a
implement GetPrettyName() correctly - return the hostname if no prettyname is known
1999-06-14 22:53:09 +00:00
alecf%netscape.com
a9e6db1498
fix leak in case it fails (GetLocalPath might return nsnull)
1999-06-14 22:51:41 +00:00
alecf%netscape.com
6731e6d385
add searchdialog.js to the build
1999-06-14 22:49:05 +00:00
alecf%netscape.com
092a10d6df
implement more/less and add strawman for auto-updating combo boxes when search terms change
1999-06-14 22:47:42 +00:00
ducarroz%netscape.com
75f87c6117
add nsICopyMsgStreamListener.idl
1999-06-14 22:47:38 +00:00
alecf%netscape.com
590add6b8b
localize this file
1999-06-14 22:46:28 +00:00
putterman%netscape.com
3092a50540
use nsICopyMsgStreamListener.idl
1999-06-14 22:44:03 +00:00
putterman%netscape.com
9595ad8be4
changed nsICopyMessageStreamListener.idl to nsICopyMsgStreamListener.idl
1999-06-14 22:43:45 +00:00
putterman%netscape.com
14a4a02667
Added GetRootFolder.
1999-06-14 22:22:51 +00:00
putterman%netscape.com
80f15ba7da
nsCopyMessageStreamListener can be created from the factory, and deleting a message
...
doesn't deleteStorage.
1999-06-14 22:22:19 +00:00
putterman%netscape.com
d4f3b0ce65
created nsICopyMessageStreamListener interface and added deleteStorage and GetRootFolder
...
to nsIMsgFolder.
1999-06-14 22:20:19 +00:00
putterman%netscape.com
0eb045d137
nsCopymessageStreamListener can be created through the factory.
1999-06-14 22:19:22 +00:00
bienvenu%netscape.com
53ebac20a8
prepare for msgdb idl
1999-06-14 02:20:41 +00:00
sspitzer%netscape.com
b9bc7799ae
rewrite to use nsString.
1999-06-12 17:51:55 +00:00
mscott%netscape.com
24f726f457
Fix memory leak of nsVoidArray.
1999-06-12 00:30:04 +00:00
rhp%netscape.com
14e6df2714
New send later functionality
1999-06-11 23:42:45 +00:00
ducarroz%netscape.com
92825541e9
don't declare a variable into a for loop!
1999-06-11 23:15:34 +00:00
ducarroz%netscape.com
76b4a0b171
export all idl files from base/public
1999-06-11 23:08:53 +00:00
ducarroz%netscape.com
e7f191e54d
add nsMailnewsTypes2.idl
1999-06-11 23:08:52 +00:00
ducarroz%netscape.com
85e08daa06
add nsIMsgFolder.idl, fix build bustage on Mac
1999-06-11 22:42:41 +00:00
ducarroz%netscape.com
e9e28ab8a9
update manifest
1999-06-11 22:19:33 +00:00