.. |
.cvsignore
|
|
|
Makefile.in
|
Changed the conversion from UTF-8 to UCS2 to use uconv which can handle stream input,
|
2002-02-20 03:04:40 +00:00 |
makefile.win
|
Changed the conversion from UTF-8 to UCS2 to use uconv which can handle stream input,
|
2002-02-20 03:04:40 +00:00 |
nsMsgAppleCodes.h
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsMsgAppleDecode.cpp
|
remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
|
2002-01-26 00:04:45 +00:00 |
nsMsgAppleDecodeStream.cpp
|
remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
|
2002-01-26 00:04:45 +00:00 |
nsMsgAppleDouble.h
|
Header include dependency cleanup. b=64023 r=jag rs=brendan
|
2001-07-16 02:40:48 +00:00 |
nsMsgAppleDoubleDecode.cpp
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
nsMsgAppleDoubleEncode.cpp
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
nsMsgAppleEncode.cpp
|
remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
|
2002-01-26 00:04:45 +00:00 |
nsMsgAttachment.cpp
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsMsgAttachment.h
|
Fix for bug 86089. Replace attachments string in message compose fields by an array of nsIMsgAttachment objects. This architecture change allow us to dissocie the attachment name from the attachment url. We can also now carry over extra information like the attachment content type or Mac file type. This check in contains also fix for related bug 52428, bug 80895, bug 87765 and bug 89090.
|
2001-10-30 14:42:41 +00:00 |
nsMsgAttachmentHandler.cpp
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsMsgAttachmentHandler.h
|
112028 r=ducarroz sr=bievenu fix leaking attachment url on sending message.
|
2001-12-04 22:26:02 +00:00 |
nsMsgBinHex.cpp
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
nsMsgBinHex.h
|
Fix for bug 22090. Implement Appledouble (encoding & decoding). R=sspitzer, R=sfraser, SR=bienvenu.
|
2001-01-31 23:22:18 +00:00 |
nsMsgCompFields.cpp
|
landing changes for MDN Return Receipts feature, bug #16241
|
2002-03-28 21:34:42 +00:00 |
nsMsgCompFields.h
|
landing changes for MDN Return Receipts feature, bug #16241
|
2002-03-28 21:34:42 +00:00 |
nsMsgCompose.cpp
|
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
|
2002-03-19 06:46:56 +00:00 |
nsMsgCompose.h
|
Fix for bug 105713. Body tag attributes are lost when inserting the html source into the message body using editorshell, therefore we need to extrat them and set them manually in the DOM. R=varada, SR=bienvenu, A=asa
|
2002-03-11 15:05:50 +00:00 |
nsMsgComposeContentHandler.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgComposeContentHandler.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgComposeParams.cpp
|
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
|
2001-09-29 08:28:41 +00:00 |
nsMsgComposeParams.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgComposeProgress.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgComposeProgress.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgComposeProgressParams.cpp
|
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
|
2001-09-29 08:28:41 +00:00 |
nsMsgComposeProgressParams.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgComposeService.cpp
|
Fix for bug 130140 (second try). Observe NS_XPCOM_SHUTDOWN_OBSERVER_ID instead of quit-application. R=bienvenu, SR=mscott, A=valeski
|
2002-03-31 22:23:41 +00:00 |
nsMsgComposeService.h
|
Fix for bug 130140. Fix memory leak by breaking circular reference between the compose service and the compose window when the application quit. R=bienvenu, SR=mscott, a=dbaron
|
2002-03-27 02:06:52 +00:00 |
nsMsgComposeStringBundle.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgComposeStringBundle.h
|
Fix for bug 114060. Added two new error msgs for smtp and nntp send/post errors. r=ducarroz, sr=mscott.
|
2002-01-24 02:41:52 +00:00 |
nsMsgCompPrefs.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgCompPrefs.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgCompUtils.cpp
|
landing changes for MDN Return Receipts feature, bug #16241
|
2002-03-28 21:34:42 +00:00 |
nsMsgCompUtils.h
|
landing changes for MDN Return Receipts feature, bug #16241
|
2002-03-28 21:34:42 +00:00 |
nsMsgCopy.cpp
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsMsgCopy.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgCreate.cpp
|
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
|
2002-03-20 22:50:33 +00:00 |
nsMsgCreate.h
|
Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. Also include fix for bug 108270: Remove ReleaseMessageServiceFromURI. R=varada, SR=sspitzer
|
2001-11-03 04:42:19 +00:00 |
nsMsgDeliveryListener.cpp
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgDeliveryListener.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgEncoders.cpp
|
Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
|
2001-11-01 06:30:43 +00:00 |
nsMsgEncoders.h
|
Bug #106507 --> add an abstract interface for crypto modules to hook into the sending
|
2001-11-01 06:30:43 +00:00 |
nsMsgPrompts.cpp
|
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
|
2001-12-16 11:58:03 +00:00 |
nsMsgPrompts.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgQuote.cpp
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsMsgQuote.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgRecipientArray.cpp
|
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
|
2001-09-29 08:28:41 +00:00 |
nsMsgRecipientArray.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgSend.cpp
|
landing changes for MDN Return Receipts feature, bug #16241
|
2002-03-28 21:34:42 +00:00 |
nsMsgSend.h
|
Fix for bugscape 10163. Disallowed saving sent msgs to folders in AOL accounts. r=ducarroz, sr=mscott.
|
2002-02-13 23:55:45 +00:00 |
nsMsgSendLater.cpp
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsMsgSendLater.h
|
Fix bug #101828. Sending more than one piece of unsent mail fails when posting to sent mail folder. This patch serializes the posting to the sent mail folder so that we don't try to post more than one message at a time. r=naving,sr=bienvenu
|
2001-10-03 01:48:56 +00:00 |
nsMsgSendPart.cpp
|
Fix for bug 105825. Don't remove empty body part when sending message. Patch submitted by :parish@ntlworld.com. R=cavin, SR=sspitzer
|
2002-01-09 23:50:21 +00:00 |
nsMsgSendPart.h
|
Remove xp_core.h & xp_mem.h and all build references to them.
|
2002-03-27 06:02:39 +00:00 |
nsMsgSendReport.cpp
|
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
|
2001-12-16 11:58:03 +00:00 |
nsMsgSendReport.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgSimulateError.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsMsgZapIt.cpp
|
eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan
|
2002-02-05 01:41:13 +00:00 |
nsMsgZapIt.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsSmtpDataSource.cpp
|
b=52330 r=bienvenu sr=brendan a=dbaron
|
2002-03-18 04:29:17 +00:00 |
nsSmtpDataSource.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsSmtpDelegateFactory.cpp
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsSmtpDelegateFactory.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsSmtpProtocol.cpp
|
Fix for 132095. Remember the redirector type from last login and uses it, along with the username, to determine if password is required on the next login. r=ducarroz, sr=mscott, a=asa.
|
2002-03-22 00:07:21 +00:00 |
nsSmtpProtocol.h
|
b=52330 r=bienvenu sr=brendan a=dbaron
|
2002-03-18 04:29:17 +00:00 |
nsSmtpServer.cpp
|
b=52330 r=bienvenu sr=brendan a=dbaron
|
2002-03-18 04:29:17 +00:00 |
nsSmtpServer.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsSmtpService.cpp
|
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
|
2002-03-20 22:50:33 +00:00 |
nsSmtpService.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
nsSmtpUrl.cpp
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsSmtpUrl.h
|
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
|
2002-03-06 07:48:55 +00:00 |
nsURLFetcher.cpp
|
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
|
2002-03-20 22:50:33 +00:00 |
nsURLFetcher.h
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |