Commit Graph

1319 Commits

Author SHA1 Message Date
rickg%netscape.com
418cac6b88 replaced call to deprecated nsString API 1999-07-26 01:01:10 +00:00
putterman%netscape.com
975936cba9 Always return a value. 1999-07-25 23:07:18 +00:00
putterman%netscape.com
642fbfc456 Only remove the transaction manager if we're handling the command. 1999-07-24 21:48:45 +00:00
putterman%netscape.com
166d67d0d1 Added MarkAllMessagesRead 1999-07-24 21:10:53 +00:00
sspitzer%netscape.com
b7169a4501 fix for #9896. make nsMsgLineBuffer work for buffers that use CR, LF, and CRLF. (before, only CRLF and LF worked.) the mac uses CR, and we'd lose the last line of the newsrc file. 1999-07-24 18:15:19 +00:00
sspitzer%netscape.com
ea91269dfa fix for #8219. only honor delete of a news message (cancel) when from the menu. 1999-07-23 09:18:13 +00:00
putterman%netscape.com
c2c6cf8462 MarkMessagesRead now goes through folder. 1999-07-23 04:59:13 +00:00
putterman%netscape.com
d76fa41eff Use delete[] 1999-07-23 04:33:40 +00:00
putterman%netscape.com
f2fb5c6448 Added MarkMessagesRead, MarkAllMessagesRead, GetChildWithURI 1999-07-23 04:33:20 +00:00
putterman%netscape.com
a6e982559e Added MarkMessagesRead, MarkAllMessagesRead, and GetChildWithURI 1999-07-23 04:32:54 +00:00
hangas%netscape.com
ee474fa908 Added taskbar to address book, turned on abilty to go to front most mail 3pane or ab from Tasks menu. Added Page Setup to messenger compose. Hook? = jj 1999-07-23 02:14:33 +00:00
ramiro%netscape.com
e716714dda Add missing $(TIMER_LIBS) 1999-07-22 18:44:27 +00:00
hangas%netscape.com
d0c9f6b3ab Adjusted Account Setup window so that it would display on the screen. 1999-07-22 18:38:40 +00:00
sspitzer%netscape.com
e0c15f1cf9 following hangas's suggestion, use iframes. this prevents the crash reported in #10304 from happening, but there are new problems. 1) the window is small and resizing doesn't work. second, I may have broken alecf's javascript. but at least the crash is gone. this will give him something to do when he gets back. 1999-07-22 04:51:56 +00:00
tbogard%aol.net
8fced9fa19 Changed nsCStringKey to nsStringKey. This new key now has the ability to hash on PRUnichar* strings as well as char* strings. 1999-07-22 02:11:04 +00:00
sspitzer%netscape.com
7bb7a96fa4 change to use the new animation 1999-07-22 01:41:56 +00:00
sspitzer%netscape.com
e2e99cb6bb GetPersistentDescriptorString() doesn't seem to be working on the mac when the nsIFileSpec is a directory. (I'll log a bug when I confirm this. GetNativePath() is working, so you that. This gets mail-news migration working on the Mac. 1999-07-22 00:53:26 +00:00
bienvenu%netscape.com
d2946a5e07 add support for thread notifications 1999-07-21 21:49:46 +00:00
sspitzer%netscape.com
518e1f439f on news migration on UNIX, heed the news.directory pref. thanks to tenthumbs@cybernex.net for reminding me about this. 1999-07-21 21:16:21 +00:00
sspitzer%netscape.com
7676f5ae1e gracefully handle snewsrc entries in the fat file. thanks to bienvenu for finding the bug. 1999-07-21 20:45:06 +00:00
bienvenu%netscape.com
4b1f2dc013 fix memory leak 1999-07-21 17:49:01 +00:00
hangas%netscape.com
2f33835264 Using page setup menu item from globalOverlay.xul 1999-07-21 07:37:19 +00:00
sspitzer%netscape.com
d8974e3d8f on migration from 4.x, every new 5.0 account uses the same identity, identity1, since 4.x only has one identity. 1999-07-21 07:23:11 +00:00
sspitzer%netscape.com
618e0455ce get news migration to work on UNIX. In theory, it should work for BeOS too. 1999-07-21 06:42:38 +00:00
sspitzer%netscape.com
da5b107d26 fix warnings 1999-07-21 05:20:54 +00:00
sspitzer%netscape.com
366eb415fb changes to support News migration from 4.x. Right now, only works on Windows. Mac and UNIX next. 1999-07-21 05:15:44 +00:00
bienvenu%netscape.com
0fb371f52c ad parent key to notifications 1999-07-21 03:00:49 +00:00
putterman%netscape.com
8c2c74cae3 fix nsCOMPtr problem so assertion won't come up. 1999-07-20 21:13:37 +00:00
putterman%netscape.com
8a061dcd0c Don't use Verdana anymore. 1999-07-20 20:17:53 +00:00
bienvenu%netscape.com
48bf91df1f fix saving of uint32 in panacea.dat 1999-07-20 19:23:10 +00:00
putterman%netscape.com
7f795cdaad Write ArcLabelsIn so it doesn't crash. 1999-07-20 05:45:42 +00:00
hangas%netscape.com
e0923bc51b Added globalOverlay.xul and tasksOverlay.xul to the messenger 3 pane window and the mail compose window 1999-07-20 04:47:41 +00:00
putterman%netscape.com
6916443bd0 don't need raptorgfxwin.lib 1999-07-20 04:15:18 +00:00
putterman%netscape.com
4e55891e9f Let RDF handles dates. Write createDateNode. 1999-07-20 04:14:47 +00:00
sspitzer%netscape.com
88b715c820 fix the leak of nsMsgFolder. the ownership model is server owns the folder. we had a cycle. thanks to putterman for finding the problem and implementing the fix. 1999-07-20 03:55:23 +00:00
sspitzer%netscape.com
262bb2c519 ok, it works. turn off the printf 1999-07-19 22:40:41 +00:00
putterman%netscape.com
90b7cd8802 Make work with waterson's new template changes. 1999-07-19 21:48:17 +00:00
sspitzer%netscape.com
70171e155d fix my stupidity 1999-07-19 20:03:10 +00:00
bienvenu%netscape.com
7d4724fe66 more work on folder cache 1999-07-17 20:33:15 +00:00
sspitzer%netscape.com
d9e90ad858 more #define clean up 1999-07-17 19:08:20 +00:00
sspitzer%netscape.com
76b5b5310b clean up #defines 1999-07-17 18:32:39 +00:00
sspitzer%netscape.com
4aed0216c8 fix warnings 1999-07-17 18:32:18 +00:00
ramiro%netscape.com
ba8ba82cc6 Landing timer move on windows. 1999-07-17 15:52:01 +00:00
bienvenu%netscape.com
e8ded1ea02 more work on folder cache 1999-07-17 03:26:24 +00:00
bienvenu%netscape.com
0f3a6c1fb6 more work on folder cache 1999-07-17 02:26:24 +00:00
bienvenu%netscape.com
fe98251823 add folder cache to factory 1999-07-17 02:21:18 +00:00
bienvenu%netscape.com
9a8db913a5 add folder cache to makefiles 1999-07-16 21:28:54 +00:00
bienvenu%netscape.com
71bd1f78f7 add folder cache idl to makefiles 1999-07-16 21:27:56 +00:00
ducarroz%netscape.com
29abf59aac Add nsIMsgFolderCache.idl and nsIMsgFolderCacheElement.idl 1999-07-16 21:07:37 +00:00
ducarroz%netscape.com
d2ac8e01a3 Add nsMsgFolderCache.cpp and nsMsgFolderCacheElement.cpp 1999-07-16 21:07:29 +00:00
bienvenu%netscape.com
1770000885 add class and prog id's for folder cache 1999-07-16 02:27:15 +00:00
bienvenu%netscape.com
4af5914b55 more folder cache stuff, not part of build 1999-07-16 02:25:24 +00:00
sspitzer%netscape.com
dcc7e5ff9e use the password dialog to get the users password, since we don't migrate it yet. no turned on yet. 1999-07-16 00:38:33 +00:00
sspitzer%netscape.com
e3f00a58ef add newline to end of file to fix warning. 1999-07-16 00:37:56 +00:00
bienvenu%netscape.com
893bffcd58 check point folder cache, not part of build 1999-07-15 16:49:05 +00:00
putterman%netscape.com
66084354e7 Added work for twisty and for unread column. 1999-07-15 03:11:33 +00:00
putterman%netscape.com
3e72153d7a Added unread column images and work for unread column and folder pane twisty. 1999-07-15 03:10:50 +00:00
putterman%netscape.com
2356bf6c26 Added images for unread column. 1999-07-15 03:09:52 +00:00
putterman%netscape.com
7de093ced6 Added MarkMessage. 1999-07-15 03:08:52 +00:00
putterman%netscape.com
2e06455b32 Added MarkMessages. 1999-07-15 03:08:38 +00:00
bienvenu%netscape.com
002f013a17 initial entry, not part of build 1999-07-15 02:57:37 +00:00
sspitzer%netscape.com
17eff11a06 fix for #9882. always create the password pref on migration. 1999-07-14 21:52:43 +00:00
putterman%netscape.com
c2d6a0ed81 Fix sorting. 1999-07-14 16:34:27 +00:00
sspitzer%netscape.com
fc62d46708 migrate the biff prefs for imap servers 1999-07-14 15:03:38 +00:00
putterman%netscape.com
23148c5af1 Use correct chrome url. 1999-07-14 06:10:28 +00:00
hangas%netscape.com
a9b77e753e Changed case of PRUint32's to make build on mac 1999-07-13 21:08:23 +00:00
putterman%netscape.com
63703948c1 Added NS_NewMsgMailSession and Init. 1999-07-13 20:31:58 +00:00
putterman%netscape.com
1b32f58d1f Use "newmail:" 1999-07-13 20:30:43 +00:00
putterman%netscape.com
fa37b355d1 Get rid of nsCOMPtr assert. 1999-07-13 20:29:57 +00:00
putterman%netscape.com
737a87d160 Work for adding folder pane to sidebar. 1999-07-13 20:29:33 +00:00
putterman%netscape.com
d4b9a310e6 Added NS_NewMsgMailSession. 1999-07-13 20:27:59 +00:00
hangas%netscape.com
45e54da445 Made fix from samples to chrome 1999-07-13 20:23:31 +00:00
jefft%netscape.com
621bc564e2 more on copy service - add nsIMsgCopyServiceListener 1999-07-13 20:07:32 +00:00
jefft%netscape.com
902d067869 more on copy service - remove listenerData 1999-07-13 20:06:25 +00:00
jefft%netscape.com
3239698618 remove listenerData from CopyMessages(), CopyFileMessage() method 1999-07-13 20:03:57 +00:00
sspitzer%netscape.com
1402dd8bed changes to automatically migrate 4.x mail prefs to 5.0 prefs. news doesn't migrate gracefully yet. also, changes to newsrc.file pref and the directory path differently for news. 1999-07-13 19:23:40 +00:00
bienvenu%netscape.com
9c9d4be83b changes for msgdb idl 1999-07-13 18:52:56 +00:00
bienvenu%netscape.com
e19ec0f74b turn filters back on 1999-07-13 18:51:26 +00:00
bienvenu%netscape.com
443c78fa4b change name of search library, fix warnings 1999-07-13 18:50:33 +00:00
bienvenu%netscape.com
b06bea0cb1 change name of search library 1999-07-13 18:50:14 +00:00
bienvenu%netscape.com
f76a0f16f1 changes for sub-level threading 1999-07-13 18:48:25 +00:00
ducarroz%netscape.com
3bdf034280 Updated project for bienvenu 1999-07-13 18:43:33 +00:00
rhp%netscape.com
e4c1bf272c Compose back end cleanup 1999-07-13 18:38:36 +00:00
putterman%netscape.com
7f9f383bc2 Fix for 8799. Approved by chofmann. 1999-07-08 02:15:17 +00:00
bienvenu%netscape.com
9f9d4fa3b5 turn off filters - mac project is not complete 1999-07-07 06:31:56 +00:00
bienvenu%netscape.com
b3dce5cb90 replace DEBUG_bienvenu with DOING_FILTERS to fix pop3 get new mail 1999-07-07 05:56:38 +00:00
ramiro%netscape.com
5cdb03367b Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
hyatt%netscape.com
d017f56cd7 Making the initial window size bigger. 1999-07-07 00:41:52 +00:00
bienvenu%netscape.com
7b33e7e3d5 add methods to set parent message for threading 1999-07-06 22:53:11 +00:00
bienvenu%netscape.com
1554545292 turn on pop and imap filters 1999-07-06 22:46:51 +00:00
putterman%netscape.com
2f0913800f Add thread counts. 1999-07-06 22:44:00 +00:00
putterman%netscape.com
c2a363c16b Added thread count columns. 1999-07-06 22:43:38 +00:00
sspitzer%netscape.com
a04f14d364 return the right error value 1999-07-06 22:41:19 +00:00
hyatt%netscape.com
a500f95c37 Should fix the messenger crash on startup. Looks like iframes don't like
being flowed at small sizes.
1999-07-06 07:44:10 +00:00
hyatt%netscape.com
73b08a974d Checking in support for intrinsic sizing of chrome. 1999-07-04 04:09:54 +00:00
bienvenu%netscape.com
197a72b267 fix unix warnings 1999-07-03 21:29:50 +00:00
bienvenu%netscape.com
48e0f7b78f fix horrible cast in find folders with flag 1999-07-03 21:25:49 +00:00
jefft%netscape.com
21d7d59539 forgot to call OnStartCopy() when starting the copy operation; failed to set the m_processed flag at the correct time 1999-07-03 01:53:43 +00:00
putterman%netscape.com
a3ae72951b Some nscomptr fixes. 1999-07-02 21:23:35 +00:00
putterman%netscape.com
1f1c7ee22f some comptr fixes. 1999-07-02 21:23:14 +00:00
putterman%netscape.com
0cad677242 Compare identity id's rather than pointers when determining if they are equal. 1999-07-02 20:45:02 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
ramiro%netscape.com
f41e67c622 Separate the widget and gfx toolkits into two variables.
Instead of MOZ_TOOLKIT, we now have MOZ_WIDGET_TOOLKIT and MOZ_GFX_TOOLKIT.
There is also a new configure flag, --enable-gfx-toolkit which does what its
name implies.
The configure script should continue to work as before.
1999-07-02 13:06:48 +00:00
dveditz%netscape.com
17864a291d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
hyatt%netscape.com
d7f8c2a3a2 Forced to wrap the mailnews trees in divs in order for them to redraw. Something is
really screwed up with boxes and trees.
1999-07-02 09:05:34 +00:00
sspitzer%netscape.com
42a48b3523 thanks for syd for this fix. 1999-07-02 07:14:11 +00:00
alecf%netscape.com
4f4eb542f9 add IIDs for interfaces to stop XPConnect from complaining 1999-07-02 07:11:02 +00:00
hyatt%netscape.com
8283f0b753 Patching the mail/news main window. 1999-07-02 05:33:41 +00:00
alecf%netscape.com
bc0c365a5e fix mac bustage 1999-07-02 04:21:42 +00:00
sspitzer%netscape.com
6fa605ce2e fix warning. if you're anal and you know it clap your hands. 1999-07-02 04:21:32 +00:00
waterson%netscape.com
f81a670034 Use if-else instead of ?: because VC5.0 is stupid. 1999-07-02 04:18:59 +00:00
sspitzer%netscape.com
e8c8e1b5e2 cast to fix build bustage 1999-07-02 04:15:38 +00:00
alecf%netscape.com
16fa7913df forgot to export these files 1999-07-02 04:00:54 +00:00
alecf%netscape.com
1cd319b842 added files: mozilla/mailnews/base/search/public/nsIMsgFilter.idl, mozilla/mailnews/base/search/public/nsIMsgFilterHitNotify.idl, mozilla/mailnews/base/search/public/nsIMsgFilterList.idl, mozilla/mailnews/base/search/public/nsIMsgFilterService.idl, mozilla/mailnews/base/search/public/nsIMsgSearchAdapter.idl, mozilla/mailnews/base/search/public/nsIMsgSearchSession.idl, mozilla/mailnews/base/search/public/nsMsgFilterCore.idl, mozilla/mailnews/base/search/public/nsMsgSearchCore.idl 1999-07-02 02:34:19 +00:00
alecf%netscape.com
3b1a9a9aa8 XPIDLize the search backend so we can put a UI on top of it. 1999-07-02 02:33:39 +00:00
alecf%netscape.com
eff4d61ee0 check in next round of wizard changes - add some CSS to make the dialogs consistent, etc 1999-07-02 02:20:25 +00:00
jefft%netscape.com
db6e8d80cb remove not needed ClearRequest() call in CopyFileMessage() which causes crash 1999-07-02 00:07:48 +00:00
putterman%netscape.com
1d8ec159f2 Reload the thread pane when we set the character set. 1999-07-01 22:21:28 +00:00
putterman%netscape.com
10a036778c Protect again null ptrs. 1999-07-01 22:13:13 +00:00
ducarroz%netscape.com
4db91e5644 Look for the default value when a pref doesn't exist. Fix problem with actual code, we passed the wrong name to GetDefaultName. 1999-07-01 21:56:54 +00:00
putterman%netscape.com
a0ad4e5808 Get rid of nsCOMPtr assertions related to deleting a message. 1999-07-01 19:59:08 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
jefft%netscape.com
49fce751a4 fixed memory leak using nsISupportsArray 1999-07-01 18:30:52 +00:00
jefft%netscape.com
0161a880c0 back out checking for pMsgDBHdr 1999-07-01 18:27:10 +00:00
jefft%netscape.com
dfa8e3d02e check pMsgDBHdr to prevent crash 1999-07-01 18:12:29 +00:00
jefft%netscape.com
35e49cea10 use nsISupportsArray instead of nsVoidArray 1999-07-01 18:11:41 +00:00
rhp%netscape.com
753a4fb8ec Changes for plain text quoting 1999-07-01 18:08:05 +00:00
jefft%netscape.com
20f1d6c957 turn on copy service for pop3 1999-07-01 14:46:42 +00:00
jefft%netscape.com
efb23db7f6 enable Undo/Redo 1999-07-01 14:45:31 +00:00
alecf%netscape.com
25a04b44bb add useful function and do a try/catch in case there is an erorr 1999-07-01 06:17:32 +00:00
alecf%netscape.com
dcd3ff6626 explain what these nsISupportsArrays have in them 1999-07-01 06:15:06 +00:00
sspitzer%netscape.com
dc1ba6945d add support for unread set. still working on this. 1999-07-01 06:13:06 +00:00
alecf%netscape.com
bd80164a02 move hardcoded progid strings into a seperate header file 1999-07-01 06:01:39 +00:00
alecf%netscape.com
4a8f501b27 document, document, document these interfaces, just a bit 1999-07-01 06:00:55 +00:00
alecf%netscape.com
bf3d729664 initialize these variables to null! 1999-07-01 05:47:56 +00:00
putterman%netscape.com
3f0119ce03 Use nsCOMTypeInfo 1999-07-01 00:16:39 +00:00
putterman%netscape.com
1cc1ef36f3 Use nsCOMTypeInfo 1999-07-01 00:07:42 +00:00
bienvenu%netscape.com
b1301ddd69 check for ISupports in QI 1999-06-30 23:20:34 +00:00
ducarroz%netscape.com
9c8e49df80 Replace time_t by PRTime 1999-06-30 21:04:29 +00:00
putterman%netscape.com
15a6b66800 Add supports to the array rather than a message or folder. 1999-06-30 20:03:48 +00:00
bienvenu%netscape.com
35d805638d add subject attribute 1999-06-30 19:45:03 +00:00
bienvenu%netscape.com
8720051ca1 make sure we get folder before dereffing 1999-06-30 19:44:44 +00:00
bienvenu%netscape.com
c95c67e1d4 check for null before releasing 1999-06-30 03:45:17 +00:00
bienvenu%netscape.com
65ea3cd87f add check for allocation failure 1999-06-30 00:11:02 +00:00
alecf%netscape.com
8e26e4a37e fix memory allocation problems, C++ warning, and newlines at the end of files 1999-06-29 21:19:05 +00:00
scc%netscape.com
f79508bc68 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
putterman%netscape.com
63297da5cd Remove scrollbars from trees. 1999-06-29 20:51:21 +00:00
putterman%netscape.com
4d3e1bacc2 Implement HasAssertion. This will fix Messenger's part of making Mark Read work. 1999-06-29 20:11:13 +00:00
sspitzer%netscape.com
8d0bd37571 nsISupportsArray was somehow not scripting. By now including nsISupportsArray.idl in all of the interface files, we now have the IID for this interface 1999-06-29 19:45:19 +00:00
mcafee%netscape.com
644ece7b3e BeOS changes 1999-06-29 09:19:14 +00:00
sspitzer%netscape.com
58461b8fc0 wrap the derefernce with a check for null 1999-06-29 06:02:41 +00:00
alecf%netscape.com
1325d1187f for now, use GetCurrentIdentity hack when SendMessagesLater gets fired 1999-06-29 05:07:12 +00:00
alecf%netscape.com
386c052ce9 - make sure account keys are unique
- add method GetIdentityByKey that's needed by compose
1999-06-29 03:36:25 +00:00
alecf%netscape.com
687601d166 - make getCharPref() return null when there is no such pref, instead of returning an error
- make identityName default to Full Name <email@address.com> if the identityName is missing
1999-06-29 02:59:06 +00:00
putterman%netscape.com
a2efda1874 Implement RemoveServer 1999-06-29 02:49:29 +00:00
putterman%netscape.com
eed8630e77 UnloadAccounts. 1999-06-29 02:49:15 +00:00
putterman%netscape.com
5fd99cd3de Release a ref on the server. 1999-06-29 02:48:58 +00:00
putterman%netscape.com
33f1df0385 Shutdown unregisters services. 1999-06-29 02:48:40 +00:00
putterman%netscape.com
584f09f36c Query Interface can handle nsISupports. 1999-06-29 02:48:12 +00:00
putterman%netscape.com
c7a25115fb Add UnloadAccounts 1999-06-29 02:47:49 +00:00
putterman%netscape.com
928b00c12d Register as a component. 1999-06-29 02:47:30 +00:00
briano%netscape.com
c04acb13c9 Cleanup and fixes for OpenBSD. 1999-06-29 02:30:42 +00:00
bienvenu%netscape.com
77ead97514 make name and pretty name unichar's 1999-06-28 21:56:33 +00:00
mscott%netscape.com
9904b84b28 remove printf which was printing a char * file path passed into NSRegisterSelf. This file path is base 64
encoded alias handle on the mac and looks bogus when you print it out.
1999-06-28 20:14:10 +00:00
putterman%netscape.com
872660a7a6 Initialize rv otherwise checking it later could return wrong results. 1999-06-27 23:16:25 +00:00
jefft%netscape.com
51bb03f56e Make nsCopyRequest::Init() returning nsresult 1999-06-27 21:47:29 +00:00
rickg%netscape.com
d7fd3aea6c nsString API fixup 1999-06-27 18:53:46 +00:00
rickg%netscape.com
c00c4e3868 fixup to nsString API 1999-06-27 18:12:01 +00:00
alecf%netscape.com
833749e78e remove dead code 1999-06-27 06:28:35 +00:00
alecf%netscape.com
9c6e6746f6 re-add this file (mac is unhappy if it's missing) 1999-06-27 05:03:08 +00:00
alecf%netscape.com
7d5d80ce8a nobody uses this anymore, remove it. 1999-06-27 04:20:28 +00:00
alecf%netscape.com
ca2b7abb04 XPIDLize nsIUrlListenerManager on Mac and windows 1999-06-27 04:20:04 +00:00
alecf%netscape.com
4af27284b8 #ifdef NS_DEBUG on fflush() 1999-06-27 04:15:25 +00:00
alecf%netscape.com
cef57cba46 extra error checking 1999-06-27 04:14:51 +00:00
alecf%netscape.com
79bf327c98 turn on XPIDL for nsIUrlListener.idl 1999-06-27 04:12:07 +00:00
alecf%netscape.com
e977600d72 XPIDLIZE nsIUrlListenerManager 1999-06-27 04:11:16 +00:00
alecf%netscape.com
45cb5af6ae get ready for some XPIDLIZING! 1999-06-27 04:09:41 +00:00
alecf%netscape.com
4522ee4bca switch to using constants from enums 1999-06-27 03:44:41 +00:00
jefft%netscape.com
16c6434c94 forget to initialize the destination folder 1999-06-27 02:21:45 +00:00
sspitzer%netscape.com
e518c4fb8b fix warning 1999-06-26 20:48:10 +00:00
sspitzer%netscape.com
fa49f7a7de fix warnings 1999-06-26 20:47:13 +00:00
sspitzer%netscape.com
45a114635d clean up the ifdefs. get the debugging printf to work again 1999-06-26 20:45:42 +00:00
jefft%netscape.com
742eaba285 try fixing mac build bustage 1999-06-26 19:39:50 +00:00
jefft%netscape.com
a38214030d stub implement CopyMessages() & CopyFileMessage() methods 1999-06-26 18:22:55 +00:00
jefft%netscape.com
af2f02a6a6 more on uber service, filled in all the code for message copy service 1999-06-26 18:22:00 +00:00
jefft%netscape.com
560c16d4e8 added CopyMessages() & CopyFileMessage() method 1999-06-26 18:20:30 +00:00
jefft%netscape.com
e9c746f88c added one more parameter, nsresult result, to NotifyCompletion() 1999-06-26 18:19:33 +00:00
sspitzer%netscape.com
75c6618762 fix warning 1999-06-26 04:38:06 +00:00
rhp%netscape.com
1bcb44233f Copy service changes 1999-06-26 01:11:28 +00:00
rjc%netscape.com
d8cf0513a0 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
25ab407d2a 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
39b6d6f548 Added NS_NewMessageViewDataSource 1999-06-25 21:48:07 +00:00
ducarroz%netscape.com
8d7f41b9f3 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
7f89801eb5 Added NS_New functions for a bunch of datasources. 1999-06-25 21:36:39 +00:00
waterson%netscape.com
8c8ed7284d Expunge EqualsResource() and EqualsLiteral(). 1999-06-25 20:51:13 +00:00
jefft%netscape.com
57336a2724 more on copy service 1999-06-25 14:34:44 +00:00
jefft%netscape.com
415b02d51f remove RegisterListener & UnregisterListener 1999-06-25 14:33:40 +00:00
alecf%netscape.com
25c7fa3a9e add account wizard to the edit menu 1999-06-25 09:44:39 +00:00
alecf%netscape.com
c4eb99eba2 export new account wizard on windows and mac 1999-06-25 09:19:10 +00:00
alecf%netscape.com
8108789b8a add a default selection 1999-06-25 09:07:21 +00:00
alecf%netscape.com
00152e36dd add support for new wizard pages 1999-06-25 09:06:19 +00:00
alecf%netscape.com
e0e09b5f25 export new files on unix 1999-06-25 08:45:28 +00:00
alecf%netscape.com
cb69d600f5 add new account wizard pages 1999-06-25 08:44:39 +00:00
alecf%netscape.com
35480a6a19 add onCancel method and helper method for loading pages on the fly 1999-06-25 08:44:19 +00:00
alecf%netscape.com
35ffa2d2b6 make options window small and modal 1999-06-25 07:12:13 +00:00
putterman%netscape.com
8c5fcdb576 Add GetPath to nsIMsgFolder. 1999-06-25 03:56:02 +00:00
warren%netscape.com
4001aade80 Renamed nsIURLGroup to nsILoadGroup in preparation for necko. 1999-06-25 02:17:37 +00:00
alecf%netscape.com
b6f32dc87c add first cut at some wizard pages 1999-06-25 00:31:19 +00:00
putterman%netscape.com
e737e08372 Add NS_INIT_REFCNT() and QueryInterface can query for the correct interface. 1999-06-25 00:09:08 +00:00
rhp%netscape.com
1c192ecb11 Changes for compose reorg 1999-06-24 23:54:34 +00:00
putterman%netscape.com
71f6c2daf4 use nsIMsgCopyService's CopyMessages. 1999-06-24 23:22:49 +00:00
bienvenu%netscape.com
9c0fdfc1f3 fix unix warning 1999-06-24 22:35:22 +00:00
putterman%netscape.com
7fef340bde Work for doing copy through RDF 1999-06-24 21:26:48 +00:00
putterman%netscape.com
6d38cf62f7 Finish the copy before deleting the old message. 1999-06-24 21:26:10 +00:00
putterman%netscape.com
c5fd7727fe Add database to copying. 1999-06-24 21:25:39 +00:00
sspitzer%netscape.com
76e708b0e2 fix warnings 1999-06-24 21:09:58 +00:00
jefft%netscape.com
b78407136b register message copy service component 1999-06-24 20:25:31 +00:00
sspitzer%netscape.com
483cc17e79 add newline to the end of the file 1999-06-24 20:23:28 +00:00
alecf%netscape.com
078b80b1c0 check return values on GetIncomingServer 1999-06-24 08:34:31 +00:00
danm%netscape.com
582ad47b3f 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
5677a8a6f3 more on copy service 1999-06-24 00:52:19 +00:00
jefft%netscape.com
12b51e4602 added files: mozilla/mailnews/base/src/nsMsgCopyService.cpp 1999-06-24 00:50:32 +00:00
jefft%netscape.com
905166ee59 export nsMsgCopyService.h 1999-06-24 00:49:43 +00:00
jefft%netscape.com
f7f024feca added new files nsMsgCopyService.h nsMsgCopyService.cpp 1999-06-24 00:47:40 +00:00
jefft%netscape.com
1866c819ed added nsMsgCopyService to the factory 1999-06-24 00:46:01 +00:00
waterson%netscape.com
b11fbd3f52 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
2fabcf8441 A scrollbar now shows up in the folderPane on overflow. 1999-06-23 23:11:10 +00:00
jefft%netscape.com
58597a5b7c 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
ba6d113cfa added nsIMsgCopyServiceListener.idl 1999-06-23 21:17:24 +00:00
alecf%netscape.com
650b5a500a add search options dialog 1999-06-23 21:02:56 +00:00
putterman%netscape.com
2d127602e7 Set treechildren open="true" 1999-06-23 19:11:24 +00:00
putterman%netscape.com
a5cc14322f use getTime function when subtracting dates. Approved by leaf and reviewed by sspitzer. 1999-06-23 18:52:26 +00:00
alecf%netscape.com
a60bbb2172 localize this file 1999-06-23 11:15:27 +00:00
alecf%netscape.com
c7361a9220 localize the filter editor 1999-06-23 11:09:56 +00:00
alecf%netscape.com
1f27066fa6 oops, missed a few strings to localize 1999-06-23 11:08:57 +00:00
alecf%netscape.com
6a108454e2 remove am-test.xul from the build. 1999-06-23 10:55:08 +00:00
alecf%netscape.com
4cb543fc41 localize these files 1999-06-23 10:51:43 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
hyatt%netscape.com
b66c3c67f2 Landing the tree widget branch. 1999-06-23 03:02:21 +00:00
mscott%netscape.com
254f533268 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
8132ee7888 make "and" the default 1999-06-23 00:02:52 +00:00
sspitzer%netscape.com
acad356044 more work for respecting the newsrc file. more to come. 1999-06-22 23:42:29 +00:00
jefft%netscape.com
d8792cc7fe added files: mozilla/mailnews/base/public/nsIMsgCopyService.idl 1999-06-22 23:24:25 +00:00
jefft%netscape.com
d83052b6c3 added new file - nsIMsgCopyService.idl 1999-06-22 23:20:56 +00:00
alecf%netscape.com
3211999d03 add account wizard to mac build 1999-06-22 22:33:48 +00:00
alecf%netscape.com
2cc0ab5e11 add account wizard to the windows build 1999-06-22 22:32:40 +00:00
alecf%netscape.com
2081114d61 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
19f1840e39 update wizard pages to have more stuff 1999-06-22 22:28:53 +00:00
alecf%netscape.com
c035e667c2 oops, use dump() not print() 1999-06-22 22:03:09 +00:00
nhotta%netscape.com
be3e28fe91 Bug fix 8246, synch charset menu items with browser. 1999-06-22 21:39:53 +00:00