Граф коммитов

2402 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com 7b39dc52ff Fix for bug 90728. Replace mailto parameter force-plain-text by html-body. Also, when a mailto url contains an html body, we run the body into the HTML sanitizer to prevent security breach. R=varada, SR=sspitzer 2002-08-21 22:00:34 +00:00
varada%netscape.com d0852ccd21 fix for 78060 ; adding smiley to insert menu;r=ducarroz;sr=bienvenu 2002-08-21 21:32:14 +00:00
varada%netscape.com a01cb22fe2 fixes for bugs 160992 : Saving messages with account name;78060- adding smiley menu item to Insert menu;18323-spellcheck is sometimes disabled in body;95789 - selecting right domain name when identity changes;r=ducarroz;sr=bienvenu 2002-08-21 21:28:44 +00:00
ducarroz%netscape.com 54a9384836 Fix for bug 153930. Patch provided by Yuedong Du<yuedong.du@sun.com>. Do not call GetTypeFromExtension is we don't have an extension. R=ducarroz, SR=bienvenu 2002-08-20 18:07:41 +00:00
ducarroz%netscape.com f53467a5a0 Fix for build bustage. Backup lines that should not have been checked in. 2002-08-20 00:18:45 +00:00
ducarroz%netscape.com 0307b009ee Fix for 160029. Rewrote mime encoding process when generating a RFC822 message. That fix various bugs and cleanup the code, see bug reposrt for details. R=varada, SR=bienvenu 2002-08-19 23:02:30 +00:00
sspitzer%netscape.com f377fc74d2 just some white space foo, in preparation for blake's compose window changes.
no bug.  r/sr=no one.
2002-08-18 17:55:20 +00:00
sspitzer%netscape.com abc7ef9989 fix for #163355. move hard coded "Web Page (URL):" string from .xul to .dtd.
fix by shliang@netscape.com, from another branch.  r/sr=sspitzer
2002-08-18 17:45:49 +00:00
naving%netscape.com 8b68cb407a 66955 r=cavin sr=bienvenu. Implementing drag and drop messages from advanced search results to 3 pane.
Hooking up fcc, search results and drag and drop copies to copyService so that we can handle multiple sources/requests.
89285 r=cavin sr=bienvenu fixing copy to Sent folder failed sometimes by queuing copy requests
2002-08-16 22:22:55 +00:00
darin%netscape.com d86e3064ab second attempt at landing fix for bug 157131 "nsIIOService mods in preparation for freezing" r=dougt sr=alecf 2002-08-15 18:38:46 +00:00
kaie%netscape.com 9190a3d74e Patch from bug 87902 to fix SSL/TLS logic.
- make TLS intolerant server detection over proxies work
  (this bug 87902)
- on connection failure, only retry without TLS when it is really
  likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
  (see removed comments in patch)
- avoid to confuse programmers reading code,
  by renaming TLSStepUp (which means something else)
  to the correct term STARTTLS (what the code is actually doing).
  (As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
  a warning is shown. If the user decides to cancel,
  network activity should stop immediately.
  (we currently warn multiple times) (bug 87209)

r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
sspitzer%netscape.com a0cf394eea extensibility hooks for mailnews FE and IMAP back end.
see bug #161226.  r/sr=bienvenu
2002-08-14 22:12:32 +00:00
henry.jia%sun.com 9b4f9359da Patch for bug 77221: Options menu for Format doesn't work like stated in spec
Patch by Calvin.Liu@sun.com
r=henry,r=neil,r=varada, sr=bienvenu
2002-08-14 02:48:14 +00:00
nhotta%netscape.com aad6514a78 Changed mime_generate_attachment_headers to pass both attachment charset and main body's charset,
and use the main body's charset to encode attachment filename then fallback to system's default,
bug 160801, r=ducarroz, sr=bienvenu.
2002-08-12 19:13:54 +00:00
nhotta%netscape.com d9d5b88bde When parsing HTML attachment, ignore UTF-16 charset label because the function is not supposed to parse it,
also avoid the parse when the attachment already has a charset assigned,
bug 160729, r=ducarroz, sr=bienvenu.
2002-08-12 19:10:18 +00:00
varada%netscape.com 64ba7ac412 fix for 60917:Compose window title should update with pasted values in subjectline;117323:clicking on icon in addressing line should do a select;r=ducarroz;sr=bienvenu 2002-08-12 19:08:42 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
leaf%mozilla.org fdcde43318 backout darin's checkin from around noon yesterday to remove the regression
in 161921
2002-08-09 23:46:19 +00:00
timeless%mac.com 543ffe8161 Bug 16925 [FEATURE] Want additional header options
patch by neil@parkwaycc.co.uk R=ducarroz sr=bienvenu
2002-08-09 13:00:24 +00:00
darin%netscape.com 45e59826d8 changes to nsIIOService in preparation for freezing, b=157131
r=dougt sr=alecf
2002-08-08 19:08:59 +00:00
ducarroz%netscape.com c94dcde801 Fix for bug 154370. Correctly set the colwrap when emitting HTML. R=varada, SR=bievenu 2002-08-07 03:15:54 +00:00
naving%netscape.com d2a059a710 72617 r=racham sr=bienvenu Use separate flavor for message (text/x-moz-message) and separate flavor for folder (text/x-moz-folder), makes it easy to maintain 2002-08-06 23:58:53 +00:00
henry.jia%sun.com eed9ab0bdd 3rd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:37:58 +00:00
henry.jia%sun.com 9c7304b130 Second patch for bug 27002
Cyrus IMAP: Send and Save as Draft/Template problems on Cyrus
Patch by Henry.Jia@sun.com
r=cavin, sr=bienvenu
2002-08-06 03:47:06 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
jkeiser%netscape.com 917c9b0b29 Make compose window not invoke double form submit protection (bug 136906), r=darin, sr=rpotts, a=rjesup 2002-08-01 18:17:48 +00:00
ssu%netscape.com 24571ccb3b fixing bug 158199 - Mailnews Prefs dialogs are missing mnemonics. r=varada, sr=mscott a=drivers 2002-07-26 23:06:32 +00:00
henry.jia%sun.com 9815372f48 Fix bug 27002:
Cyrus IMAP: Send and Save as Draft/Template problems on Cyrus

Patch description:
Add personal namespace support for specific folders' uri. This patch can also solve the blocker bug 90494 which is related the same problems of Courier IMAP server.

patch by Henry.Jia@sun.com
r=cavin@netscape.com, sr=bienvenu@netscape.com, a=chofmann@netscape.com
2002-07-18 05:41:42 +00:00
nhotta%netscape.com c5cf9b19ae For mailto URL, convert spec to UTF-8 (from origin charset) if necessary,
bug 141134, r=ducarroz, sr=bienvenu, a=asa.
2002-07-16 21:34:25 +00:00
ducarroz%netscape.com 689055e1e1 Fix for bug 143882 (remaining problem). We need to remove internal headers when sending message as attachment. R=varada, SR=bienvenu, A=asa 2002-07-16 21:18:46 +00:00
pete.zha%sun.com 2a4649ed56 "Quote Message" menu item doesn't work on recently trunk. bug=156876 r=ducarroz sr=bienvenu a=roc+moz 2002-07-12 04:33:16 +00:00
jkeiser%netscape.com 6b4259dc60 Make mailto form submit work (bug 61893), r=alexsavulov@netscape.com, sr=dveditz@netscape.com, a=asa 2002-07-11 23:32:13 +00:00
ducarroz%netscape.com 11fa739d02 Fix for bug 16925. Add support for multiple custom headers. Patch submitted by James Nord<teilo+bugzilla@teilo.net. R=ducarroz, SR=bienvenu 2002-07-08 23:31:52 +00:00
hwaara%chello.se 141a7cd3e1 #110945, "Shouldn't refer to a menu in a window on Mac OS"
patch by Andy Lyttle <mozilla@phroggy.com>
r=hwaara, sr=jst
2002-07-08 06:23:23 +00:00
ducarroz%netscape.com 25f190e698 Fix for bug 155671. Pass the originalMsgURI received by message compose service to msgDraft down to mime and back to the compose window. Did some cleanup too which fix some memory leak. R=kaie, SR=bienvenu 2002-07-04 23:28:07 +00:00
seawood%netscape.com 03ace271f0 Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
Bug 149032 r=timeless sr=scc
2002-07-02 20:25:30 +00:00
nhotta%netscape.com 89005f01ed Move ASCII check before the Unicode conversion,
label charset as "us-ascii" if the body is ASCII only,
bug 86255, r=ducarroz, sr=bienvenu.
2002-07-02 20:21:00 +00:00
naving%netscape.com 1242faca14 155269 r=ducarroz sr=bienvenu Made it so that send progress dialog shows folder pretty name instead of uri
leaf name
2002-07-01 23:07:04 +00:00
stephend%netscape.com 32a1c38978 Bug 145671. JS Strict warnings in addressingWidgetOverlay.js. Patch by Henrik Gemal <gemal@gemal.dk> r=ducarroz@netscape.com, sr=hewitt@netscape.com 2002-06-30 03:10:16 +00:00
naving%netscape.com f3342d4a74 154501 r=cavin sr=bienvenu fixing regression can't save as draft/templates when using an imap acct that
doesn't already have Drafts or Templates folder
2002-06-28 00:39:10 +00:00
varada%netscape.com fe24aa0f3d fix for 147889;sending mail progress window gets longer with size of url attachment;r=ducarroz;sr=bienvenue 2002-06-27 21:56:25 +00:00
dbaron%fas.harvard.edu 6d2263f19b Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
ssu%netscape.com d87f5f4ade fixing bug 152895 - msg header pane loses focus. r=ducarroz, sr=mscott 2002-06-25 23:46:43 +00:00
naving%netscape.com 0293646f8f 153101 r=cavin sr=bienvenu. fixing regression on copying mail to local folders after sending mail. 2002-06-21 23:15:21 +00:00
ducarroz%netscape.com ccfb53e276 Fix for bug 153354. Syntax error 2002-06-21 16:03:15 +00:00
timeless%mac.com 55eb2e7bc5 Bug 143515 Compose:Attachment field context menu:Select All doesn't work
antonio.xu@sun.com r=varada sr=bienvenu
2002-06-21 01:52:02 +00:00
nhotta%netscape.com 6ecbe2de36 MIME decode headers when creating nsMsgCompFields for sendlater,
bug 152690, r=ducarroz, sr=bienvenu.
2002-06-20 00:36:44 +00:00
kaie%netscape.com 4cc76dbfe5 b=137071 [UE] Replies to or forwarding S/MIME encrypted mail should default to encrypt
r=ducarroz sr=mscott
2002-06-19 12:43:06 +00:00
racham%netscape.com 9b0b44963b Fixing bug 144562. Allow ISPs and vendors to set up pre-configured mailnews accounts via prefs. When a proper set of prefs area added to the global prefs file, accounts are set up automatically. On launching mailnews app, Account Wizard will be brought up on identifying invalid accounts so that user information like name and email address can be entered. Please see the bug for set of prefs used as an example. r=srilatha, sr=bienvenu 2002-06-19 07:38:53 +00:00
bzbarsky%mit.edu c7b7ac8fa3 Fixing strict js warning. Bug 79825, patch by neil@parkwaycc.co.uk, r=varada,sr=jag 2002-06-15 22:21:51 +00:00