.. |
macbuild
|
added files: mozilla/mailnews/base/util/nsMsgI18N.cpp
|
1999-10-12 05:21:21 +00:00 |
.cvsignore
|
move files over from src into linkable library
|
1999-03-19 22:55:08 +00:00 |
MANIFEST
|
fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta
|
1999-10-12 05:18:27 +00:00 |
Makefile.in
|
fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta
|
1999-10-12 05:18:27 +00:00 |
makefile.win
|
fixed bug 15676 - Display problem in Subject header with non-ascii when Forwarding; decode the subject string based on character prior setting it to nsMsgComposeFields; move nsMsgI18N.h, nsMsgI18N.cpp from compose/src to base/util; r=rhp, nhotta
|
1999-10-12 05:18:27 +00:00 |
nsLocalFolderSummarySpec.cpp
|
Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug.
|
1999-10-10 22:32:54 +00:00 |
nsLocalFolderSummarySpec.h
|
Add NS_MSG_BASE to class declaration to help make base\util build as a dll on win32.
|
1999-05-18 23:55:39 +00:00 |
nsMessage.cpp
|
Remove ctor/dtor counter macros I added before it was determined we shouldn't
|
1999-10-10 22:52:49 +00:00 |
nsMessage.h
|
Implement init ins nsMessage.
|
1999-09-21 20:03:37 +00:00 |
nsMsgDBFolder.cpp
|
check in work around for #10235
|
1999-09-20 02:12:28 +00:00 |
nsMsgDBFolder.h
|
clean up nsIMsgFolder API in preparation for fixing a number of bugs, most importantly #14437
|
1999-10-20 21:58:21 +00:00 |
nsMsgFolder.cpp
|
start to consolidate URL and URI parsing into the base classes: remove a whole bunch of protocol-specific code in favor of generalization
|
1999-10-22 01:02:08 +00:00 |
nsMsgFolder.h
|
start to consolidate URL and URI parsing into the base classes: remove a whole bunch of protocol-specific code in favor of generalization
|
1999-10-22 01:02:08 +00:00 |
nsMsgGroupRecord.cpp
|
clean up nsIMsgFolder API in preparation for fixing a number of bugs, most importantly #14437
|
1999-10-20 21:58:21 +00:00 |
nsMsgGroupRecord.h
|
Add NS_MSG_BASE to class declaration to help make base\util build as a dll on win32.
|
1999-05-18 23:55:39 +00:00 |
nsMsgI18N.cpp
|
Unicode encoder related change for unmapped characters.
|
1999-10-26 20:16:11 +00:00 |
nsMsgI18N.h
|
Adding a wrapper function for a new i18n interface, part of bug fix 15475, r=rhp.
|
1999-10-20 23:51:25 +00:00 |
nsMsgIdentity.cpp
|
depricate old SMTP API.
|
1999-09-20 06:50:21 +00:00 |
nsMsgIdentity.h
|
Fix to 7610. Modify xpidl compiler to add 'const' to the method signature for generated attribute setter methods for string, wstring and nsid attributes.
|
1999-09-19 23:46:35 +00:00 |
nsMsgIncomingServer.cpp
|
fix for #17212, r=mscott.
|
1999-10-26 23:34:30 +00:00 |
nsMsgIncomingServer.h
|
Bug #0000 --> (no bug necessary)....add a #ifdef guard around this header file
|
1999-10-05 05:53:31 +00:00 |
nsMsgKeySet.cpp
|
Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug.
|
1999-10-10 22:32:54 +00:00 |
nsMsgKeySet.h
|
remove duplicate implementations of nsNewsSet. rename nsNewsSet to nsMsgKeySet.
|
1999-05-20 02:54:25 +00:00 |
nsMsgLineBuffer.cpp
|
Bug #16814 --> i found a problem which may be causing us to block in the imap protocol when downloading larger
|
1999-10-20 21:01:58 +00:00 |
nsMsgLineBuffer.h
|
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 |
nsMsgMailNewsUrl.cpp
|
Lowercased idl method names for scriptability. Cleaned up nsIURL interface.
|
1999-10-12 01:39:37 +00:00 |
nsMsgMailNewsUrl.h
|
add folder loaded notifications
|
1999-09-15 00:59:03 +00:00 |
nsMsgProtocol.cpp
|
added a url dispatching comment.
|
1999-10-27 06:48:19 +00:00 |
nsMsgProtocol.h
|
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
|
1999-10-26 09:16:24 +00:00 |
nsMsgTxn.cpp
|
more on undowork -- adding base nsMsgTxn class for base undo object
|
1999-06-15 13:10:47 +00:00 |
nsMsgTxn.h
|
more on undowork -- adding base nsMsgTxn class for base undo object
|
1999-06-15 13:10:47 +00:00 |
nsMsgUtils.cpp
|
check for null before addreffing
|
1999-09-18 17:42:51 +00:00 |
nsMsgUtils.h
|
add CreateStartupUrl() utility routine
|
1999-09-17 23:17:03 +00:00 |
nsNewsSummarySpec.cpp
|
Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug.
|
1999-10-10 22:32:54 +00:00 |
nsNewsSummarySpec.h
|
Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug.
|
1999-10-10 22:32:54 +00:00 |
nsUInt32Array.cpp
|
Use ctor/dtor counter macros on non xpcom classes. reviewed by mscott. no bug.
|
1999-10-10 22:32:54 +00:00 |
nsUInt32Array.h
|
Add NS_MSG_BASE to class declaration to help make base\util build as a dll on win32.
|
1999-05-18 23:55:39 +00:00 |