gecko-dev/mailnews/compose/src
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
..
.cvsignore
Makefile.in Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
makefile.win oops, forget those too... 2001-05-04 22:40:27 +00:00
nsComposeAppCore.cpp
nsMsgAppleCodes.h Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsMsgAppleDecode.cpp More AppleDouble work - NOT PART OF THE BUILD 2000-02-03 00:38:20 +00:00
nsMsgAppleDecodeStream.cpp More AppleDouble work - NOT PART OF THE BUILD 2000-02-02 22:31:28 +00:00
nsMsgAppleDouble.h Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsMsgAppleDoubleDecode.cpp More work on AppleDouble - NOT PART OF THE BUILD! 2000-02-02 23:55:13 +00:00
nsMsgAppleDoubleEncode.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsMsgAppleEncode.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsMsgAttachmentHandler.cpp Fix for bug 88214. Do not fetch urls received when replying to a message. R=varada, SR=sfraser 2001-07-05 22:24:59 +00:00
nsMsgAttachmentHandler.h Fix for bug 81751. Add an extra layer of converted in order to be able to support multipart urls (like multipart/x-mixed-replace). R=varada, SR=mscott, A=asa 2001-06-04 23:01:45 +00:00
nsMsgBinHex.cpp Fix for bug 22090. Implement Appledouble (encoding & decoding). R=sspitzer, R=sfraser, SR=bienvenu. 2001-01-31 23:22:18 +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 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsMsgCompFields.h fix for #75317. temp files created when forwarding a message with attachments are not being 2001-04-13 08:13:48 +00:00
nsMsgCompPrefs.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsMsgCompPrefs.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsMsgCompUtils.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsMsgCompUtils.h Fix mail part of bug 74901. Don't need anymore to convert line feeds before inserting data into editor. R=jfrancis, SR=mscott 2001-04-06 14:34:34 +00:00
nsMsgCompose.cpp Fix for bug 88214. Do not fetch urls received when replying to a message. R=varada, SR=sfraser 2001-07-05 22:24:59 +00:00
nsMsgCompose.h Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsMsgComposeContentHandler.cpp bug #65777 (r=valeski, sr=mscott) - Window targeting fixes... 2001-05-14 02:16:27 +00:00
nsMsgComposeContentHandler.h Fix for bug 56262. Window's arguments are now passed through a nsISupports object (nsIMsgCOmposeParams). Also, I have extracted the content handler for mailto url from the nsIMsgComposeService as the URL dispatcher will create an instance of it and not get the service. I did some clean up too like using do_CreateInstance and do_GetService and removing dead code. Also, I catch any error than could append during the message compose initialization and display an alert instead of having a dead window! R=sspitzer, S=mscott 2000-12-06 19:56:27 +00:00
nsMsgComposeParams.cpp Land the Mailnews Performance Branch. 2001-03-17 01:59:34 +00:00
nsMsgComposeParams.h Land the Mailnews Performance Branch. 2001-03-17 01:59:34 +00:00
nsMsgComposeProgress.cpp Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc. 2001-06-30 11:02:25 +00:00
nsMsgComposeProgress.h Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
nsMsgComposeProgressParams.cpp Fix for bug 78516. Replace nsIMsgComposeProgress by a more generic nsIMsgProgress. R=varada, SR=bienvenu. 2001-05-04 21:02:43 +00:00
nsMsgComposeProgressParams.h Fix for bug 78516. Replace nsIMsgComposeProgress by a more generic nsIMsgProgress. R=varada, SR=bienvenu. 2001-05-04 21:02:43 +00:00
nsMsgComposeService.cpp Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc. 2001-06-30 11:02:25 +00:00
nsMsgComposeService.h Bug 22486. Add TimeStamp function to track new message and reply performance. R=sspitzer, SR=bienvenu 2001-03-05 20:00:26 +00:00
nsMsgComposeStringBundle.cpp mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
nsMsgComposeStringBundle.h Part of fix for bug 28348. Add Progress Dialog. R=varada, SR=sspitzer 2001-04-12 23:37:28 +00:00
nsMsgCopy.cpp 89463 r=cavin sr=bienvenu;call the copy on the destFolder directly; do not use copy service 2001-07-12 06:00:21 +00:00
nsMsgCopy.h Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer 2001-04-13 04:38:01 +00:00
nsMsgCreate.cpp Remove temporary debugging printf to help resolve bug 79775. R=n/a, SR=n/a 2001-05-13 01:35:47 +00:00
nsMsgCreate.h Land the Mailnews Performance Branch. 2001-03-17 01:59:34 +00:00
nsMsgDeliveryListener.cpp Fix for bug 75650. Fix some memories leak which result on not remowing temp files. R=varada, SR=sspitzer 2001-04-17 23:41:29 +00:00
nsMsgDeliveryListener.h Fix for bug 75650. Fix some memories leak which result on not remowing temp files. R=varada, SR=sspitzer 2001-04-17 23:41:29 +00:00
nsMsgEncoders.cpp Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer 2001-04-13 04:38:01 +00:00
nsMsgEncoders.h Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer 2001-04-13 04:38:01 +00:00
nsMsgPrompts.cpp removing use of nsNetSupportDialog. bug 72112 continued. r=hyatt,morse,mstoltz,various 2001-04-07 03:33:56 +00:00
nsMsgPrompts.h Bug #44161, 44160 --> get the correct prompt object for the current window instead 2000-08-10 22:56:29 +00:00
nsMsgQuote.cpp Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc. 2001-06-30 11:02:25 +00:00
nsMsgQuote.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsMsgRecipientArray.cpp fix for #45797 - remove deprecated NS_IMPL_ISUPPORTS from mail 2000-12-06 22:24:41 +00:00
nsMsgRecipientArray.h First Checked In. 1999-11-24 23:01:13 +00:00
nsMsgSend.cpp Fix for bug 88214. Do not fetch urls received when replying to a message. R=varada, SR=sfraser 2001-07-05 22:24:59 +00:00
nsMsgSend.h fix for bug #84261. there are times where we need to insert linefeeds into message bodys 2001-06-15 19:52:50 +00:00
nsMsgSendLater.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsMsgSendLater.h Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer 2001-04-13 04:38:01 +00:00
nsMsgSendPart.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsMsgSendPart.h Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer 2001-04-13 04:38:01 +00:00
nsMsgZapIt.cpp updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsMsgZapIt.h updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nsSmtpDataSource.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsSmtpDataSource.h Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsSmtpDelegateFactory.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsSmtpDelegateFactory.h reflect server hostname into smtp datasource for #18184 r=putterman 2000-05-19 19:57:55 +00:00
nsSmtpProtocol.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsSmtpProtocol.h Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
nsSmtpServer.cpp Fix for bugscape 3491, 3611 and 4696. r=/sr=sspitzer, a=asa@mozilla.org. Convert/hide AOL folder names; Turn off busy cursor when canceling login; Add redirector type to Logon() method in nsIMsgLogonRedirector. 2001-06-21 00:03:15 +00:00
nsSmtpServer.h fix for #71243. don't hard code the default values, get them from the 2001-03-30 05:22:22 +00:00
nsSmtpService.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsSmtpService.h reflect server hostname into smtp datasource for #18184 r=putterman 2000-05-19 19:57:55 +00:00
nsSmtpUrl.cpp Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
nsSmtpUrl.h Bug #67254 --> don't support attachment= in mailto urls. 2001-05-18 22:52:45 +00:00
nsURLFetcher.cpp bug #85271: sr=waterson, r={beard, jag, dbaron}, a=asa. Eliminate features of |nsXPIDLC?String| that keep it out of the string hierarchy (i.e., using assigment to rebind ownership, static |Copy| members, and |getter_Shares|), fixing some leaks in the process. 2001-06-17 05:23:38 +00:00
nsURLFetcher.h fix for bug#75449-forwarding attachments inline were getting garbled names in the UI;r=ducarroz;sr=seth;a=asa 2001-06-15 20:01:49 +00:00