dougt%netscape.com
c3c864a472
+ Added OnSecurityChange() to nsIWebProgressListener interface.
...
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.
Fixes bug 46872. r=valeski/rpotts
2000-09-14 22:56:56 +00:00
kin%netscape.com
8a81f475ac
Fix for bug #33938 : Pref/reply below quoted text does not move to bottom
...
mozilla/mailnews/compose/nsMsgCompose.cpp
- Scroll the selection into view after all the reply text
is inserted and the caret is positioned.
mozilla/editor/base/nsHTMLEditor.cpp
- Added nsAutoEditBatch variable to InsertBreak() to make
sure that we reflow before returning. Without this fix,
apps like MsgCompose will not be able to scroll the
selection properly.
r=jfrancis@netscape.com
2000-09-14 22:39:04 +00:00
bryner%uiuc.edu
caf7006acc
This is the rest of the checkin to remove mozilla's dependency on building psm-glue. All security glue
...
interfaces and resources that aren't specific to PSM have moved to security/base. The remaining psm-glue
interfaces which are used elsewhere in the code have been abstracted to be non-PSM-specific, and the call
sites changed to use the abstracted interface. Bug 18352. r=brendan,pavlov,shaver. a=brendan.
2000-09-14 19:27:23 +00:00
mjudge%netscape.com
a2fa9edcb5
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2000-09-14 11:45:01 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
scc%mozilla.org
c5c416dc86
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 06:42:24 +00:00
mozilla.BenB%bucksch.org
374516ada3
44552: Finetune "Intelligent Send":
...
- Ignore <div>s and <span>s without |style| attribute
- Honor pref for outputting structs
- Recognize elements inserted by our own recognizer (might be in a quote)
- Compress |if|s
- Increase perf by reordering (check #text, br etc. first)
52042: "Escape" classes inserted by us by prepending "moz-"
r=ducarroz, a=alecf
2000-09-13 03:47:17 +00:00
mscott%netscape.com
da8a396757
Bug #43556 --> remove obsolete reference to old class id for the mime service. use the new one.
...
r=valeski
2000-09-08 00:24:13 +00:00
pavlov%netscape.com
1c1de8e104
ugh, fix for the windows bustage. this fix sucks. windows.h sucks.
2000-09-01 10:34:05 +00:00
pavlov%netscape.com
b382d78a6e
fix for secure smtp bug 30321 r=mscott for the smtp part and r=bryner for the rest
2000-09-01 09:00:37 +00:00
ducarroz%netscape.com
132d59616c
Fix for bug 1856 (yes, 1856) Extract recipients from the message header instead of from the db. R=bienvenu
2000-09-01 04:04:39 +00:00
vidur%netscape.com
4a41eee18d
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
rhp%netscape.com
e8e7663732
Fix for bug 49943 - readable messages in tmp - r: putterman
2000-09-01 00:48:55 +00:00
bienvenu%netscape.com
556ea98400
fix 31787 can't send with non-aol server after sending with aol server (meaning default smtp server didn't work r=alecf
2000-08-30 01:33:40 +00:00
ducarroz%netscape.com
9822a54bd7
Fix for bug 50610. Nested return value where overwritten by the fall out return value. R=benb
2000-08-29 23:14:04 +00:00
mozilla.BenB%bucksch.org
8748ced3a0
38433: askSendFormat dialog: Make check of formatting more fine-grained, and set recommondation following the result (in particular, to plaintext in some cases). Add icons to visualize the modes. r=ducarroz, a=brendan
2000-08-24 04:14:28 +00:00
bienvenu%netscape.com
7b38a5671c
fix 49903 crash posting empty news message r=ducarroz
2000-08-24 00:58:04 +00:00
warren%netscape.com
1c8511e78c
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
warren%netscape.com
64a99efec0
Bug 46864 - Embedding needs a name attribute on nsIRequest.
2000-08-21 08:23:54 +00:00
scc%mozilla.org
b55c4092e2
fixing code that relied on implicit string construction
2000-08-20 01:16:54 +00:00
mscott%netscape.com
7d58794627
Bug #44161 , 44160 --> get the correct prompt object for the current window instead
...
of using the one attached to the hidden window. We used to get it from the compose
docshell but when you send the message, that window is actually gone. We should
parent the alerts off of an underlying mail window...
r=ducarroz
2000-08-10 22:56:29 +00:00
ducarroz%netscape.com
e650709f05
Fix for bug 47361. Don't access direclty the buffer of a nsAutoCString, it might not be in sync with the content of the string itself. R=bienvenu,mscott
2000-08-10 22:27:09 +00:00
mozilla.BenB%bucksch.org
f491763e00
36480:
...
- Don't check for <div> around a sig
- Allow class to be quoted or be one of several
No bug:
- Don't output <div> for plaintext sigs (because 4.x' editor has a bug with <div>s inside <blockquote type=cite>s)
r=ducarroz
a=waterson
2000-08-09 07:27:14 +00:00
alecf%netscape.com
ff6e54f208
part of fix for 39016 - add direct access to the string bundle for the mail string bundle stuff
...
r=mscott
2000-08-08 22:11:40 +00:00
ducarroz%netscape.com
e1761978ad
Fix for bug 36480. Add function to switch the signature. R=putterman
2000-08-08 04:45:02 +00:00
mscott%netscape.com
3cdbc17c6b
Bug #47853 , 47901, 47835, 47324, 47811 --> back out caching of smtp capabilities...this breaks the smtp protocol
...
which requires an EHLO or HELO to always be issued. Fix case for HELO response.
r=bienvenu
2000-08-08 00:22:34 +00:00
bienvenu%netscape.com
d1cbb2ce9c
add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146
2000-08-05 14:28:47 +00:00
nhotta%netscape.com
ab938db4bb
Put a special case before alert the user for charset conversion failure, bug 42871, r=ftang.
2000-08-02 22:03:26 +00:00
rhp%netscape.com
7efa1939cd
Fix for incorrect error notification on Copy failures - Bug #: 41504 - r: bienvenu
2000-07-28 00:18:56 +00:00
rhp%netscape.com
5af6b1a776
Fix problem leaking temp files - Bug #: 45136 - r: bienvenu
2000-07-27 02:58:49 +00:00
warren%netscape.com
7ac7233df8
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
mscott%netscape.com
8e142f9229
Bug #39736 --> remove code that was incorrectly stomping the ougoing charset of the message when you are
...
replying to it.
r=alecf
2000-07-22 21:36:06 +00:00
mozilla.BenB%bucksch.org
2f7e0781e7
44446: Remove HTML->HTML recognition of structured phrases from Prefs UI and disable by default.
2000-07-22 07:37:20 +00:00
mscott%netscape.com
dfb88fe08d
Force pr logging even in release builds. QA needs this to debug some smtp problems in release builds.
...
Has no effect on code execution.
2000-07-21 21:48:02 +00:00
mscott%netscape.com
c90552ed72
Bug #39736 --> for forward inline case, we need to make sure we pass in the right charset to mime when it fetches
...
the message body for quoting purposes.
r=nhotta.
2000-07-20 07:53:58 +00:00
mscott%netscape.com
01e220ab3e
Bug #39736 --> charset over ride has no effect on quoting. Fix is to use the charset
...
we just passed in.
r=nhotta
2000-07-20 07:42:14 +00:00
mscott%netscape.com
1283ed7abf
Bug #39736 --> set the charset on the compose field if we have one from the
...
top most message window.
r=nhotta
2000-07-20 07:41:51 +00:00
warren%netscape.com
42870bddb5
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2000-07-19 03:58:25 +00:00
mscott%netscape.com
565c0ffdb5
Bug #35744 --> fix hang when fetching urls that don't exist. The fix was to
...
implement nsIWebProgressListener by the url fetcher. This will tell us when
we've failed to fetch the url. Also had to make sure we passed in a valid load group to the
channel. And added protection to make sure the OnStopRequest doesn't get processed twice.
One caveat is still left with this bug: you are still prompted after each url we fail to load. This
is pretty annoying.
r=bienvenu
2000-07-14 06:18:44 +00:00
mscott%netscape.com
3a2c249431
Bug #44587 --> fix send mail via aol. caching of smtp values was breaking this. so
...
you could only send one message. Subsequent message sends fail.
r=bienvenu
2000-07-14 01:38:55 +00:00
mscott%netscape.com
56d58922d8
quick patch to fix the mac build. Mac doesn't seem to like NS_LITERAL_STRING for a const char * defined using a #define.
2000-07-13 00:49:53 +00:00
mscott%netscape.com
89de88cbdf
Bug #44635 --> when replying or forwarding a message, we were passing in a bogus channel when we tried to fetch
...
the message for quoting purposes. As a result, the content type (which includes the charset information for the message)
was not getting set on the right channel. I changed things so we pass in the real channel and not a bogus one.
r=alecf
2000-07-12 22:54:19 +00:00
cls%seawood.org
062c8bd937
Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061
2000-07-10 07:13:31 +00:00
bienvenu%netscape.com
cd9e842492
fix problem posting to wrong news server r=mscott 35678
2000-07-10 02:38:22 +00:00
mozilla.BenB%bucksch.org
42b8d81e13
38494: Attribution line: actually use authorStr; reorder code a bit to make more sense. r=ducarroz, a=waterson
2000-07-06 23:00:43 +00:00
ducarroz%netscape.com
7974cd105a
Fix Linux bustage.
2000-07-06 21:51:11 +00:00
ducarroz%netscape.com
f75bc0a0d9
Fix for bug 43448. Add code to populate mailing list during the send/send later process. R=mscott
2000-07-06 20:44:06 +00:00
mozilla.BenB%bucksch.org
0e34a3d017
Rest of 29653: Use a valid "mid" URL as value for the cite attribute of <blockquote> instead of just the raw Msg-ID.
2000-07-06 01:33:19 +00:00
jefft%netscape.com
27d8973512
fixed bug 33986 -- IMAP: Quit with unsaved draft, save to draft crashes & bug 44203 -- Closing last mail compose crashes the app; r=alecf
2000-07-05 23:19:24 +00:00
morse%netscape.com
feb550a4e1
fix bug 43886, single signon no longer works, r=jefft
2000-06-27 21:13:50 +00:00
bienvenu%netscape.com
541b7e2612
try to fix build bustage on solaris
2000-06-22 14:37:17 +00:00
jefft%netscape.com
c64a604bcb
fixed bug 18293 - My ISP complains about not receiving a HELO command first; r=bienvenu
2000-06-22 13:56:07 +00:00
ducarroz%netscape.com
d072f75212
Fix for bug 31693. Disable UI element when a Send/Save is in process. R=putterman
2000-06-21 21:11:53 +00:00
ducarroz%netscape.com
4bff51183b
FIx for bug 42088. Do not try to hidde a window that we have juste closed!!! r=mscott
2000-06-16 22:06:41 +00:00
valeski%netscape.com
c9ce86137e
42767. AsyncOpen (dead code) removal.
2000-06-16 14:39:19 +00:00
putterman%netscape.com
cb9b623d52
fix for 37972 and 37976. Enable address book collection prefs for incoming and outgoing
...
mail. r=sspitzer.
2000-06-15 04:57:16 +00:00
rhp%netscape.com
4726595d34
Fixing problem with data loss on forwarding - Bug #: 42398 - r: sspitzer
...
One is a structure and one is a spec of the attachment URI...they are used
differently...one can be null while the other is valid...I was throwing
away attachments by mistake forwarded messages were falling into this list
2000-06-14 02:50:09 +00:00
nhotta%netscape.com
02638aad72
Added charset conversions in order to pass unicode data to HTML to Plain text converter, bug 41771, r=rhp.
2000-06-13 00:00:21 +00:00
nhotta%netscape.com
86076aa946
Changed to send format=flowed mail conditionaly depends on a mail charset and a pref setting, check in for bratell@lysator.liu.se, bug 26734, r=nhotta,rhp.
2000-06-12 23:29:21 +00:00
bienvenu%netscape.com
0c6120c4d0
add ability to set charset on msg hdr for i18n search r=putterman, 33101
2000-06-11 22:08:08 +00:00
rhp%netscape.com
e04090f198
Fix for silent failure on some mail send operations - Bug #: 35744 r: jefft
2000-06-10 14:47:17 +00:00
alecf%netscape.com
81e6dc0900
fix for #35799 - make deleting an SMTP server work
...
r=sspitzer
2000-06-09 00:07:55 +00:00
rhp%netscape.com
7f4b1a52de
Fix for losing content after a save as draft operation - Bug #: 41506 - r: jefft
2000-06-08 23:37:16 +00:00
sspitzer%netscape.com
631ed0af4f
fix for #23062 . stop stripping the "@domain.com" from the smtp username.
...
also, fix the code the builds the smtp url to handle a username with
an "@" in it.
2000-06-07 23:05:12 +00:00
jefft%netscape.com
3cf16d9a99
fixed bug 31455 - SMTP auth login not working; r=mscott
2000-06-07 14:43:50 +00:00
rhp%netscape.com
b10de6257c
Changes to address several mail compose and rendering issues - Bugs #: 35158 31906 9202 37365 39226 39728 39372 26182 33305 - r: rhp a: waterson (contributed by mozilla@bucksch.org)
2000-06-06 23:37:04 +00:00
nhotta%netscape.com
40726212fa
Excluded types MESSAGE_RFC822 and MESSAGE_NEWS from being encoded as base64 to fix forward inline problem, bug 40745, r=rhp, a=ftang.
2000-06-06 23:29:56 +00:00
nhotta%netscape.com
08fe574830
Changed to use PRUnichar version of escape function,
...
not call ToNewCString which does not work if the data is not Latin1, bug 34373, r=rhp, a=bobj.
2000-06-05 22:02:14 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
warren%netscape.com
870a7d208a
Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433
2000-06-02 23:39:45 +00:00
rhp%netscape.com
3a0ba0cd8e
Fix for crasher bug on Save as Draft - Bug #: 38561 - r: xxxxx
2000-06-02 22:17:33 +00:00
valeski%netscape.com
8cfb88fdf6
41110. nsIWebshellWindow erradication effort. This cleans mail/news. r=rhp
2000-06-01 13:55:22 +00:00
rhp%netscape.com
08340e0026
Fix for intelligent send feature - Bug #: 28420 - r: rhp - Externally contributed fix
2000-05-29 16:31:08 +00:00
warren%netscape.com
1e329e1a59
Removing URIParser attribute from nsIURI interface. Fixed Equals for case when port is the default. Cached URL parsers (all 3) to reduce object allocation. r=andreas,dp
2000-05-25 08:27:40 +00:00
sspitzer%netscape.com
7838c32762
fix for #36159 , get send unsent messages to work again. while I'm here, remove
...
the rosetta_mailnews.h horse crap. r=mscott.
2000-05-25 01:02:13 +00:00
alecf%netscape.com
a3868c3b8b
first part of fix for #28898 - switch SMTP server API to store the key not the server itself, for easier access from the account manager
...
r=sspitzer
2000-05-22 05:33:49 +00:00
rhp%netscape.com
8b73b3c7ec
Fix for signatures in Japanese - Bug #: 34373 - r: sspitzer
2000-05-20 07:12:28 +00:00
rhp%netscape.com
245fb3c7ec
Fix for mail bodies displaying HTML codes - Bug #38555 - r: sspitzer
2000-05-20 05:54:22 +00:00
alecf%netscape.com
710e424a4c
reflect server hostname into smtp datasource for #18184 r=putterman
2000-05-19 19:57:55 +00:00
rhp%netscape.com
83c9cca0c3
Fix for crash when forwarding NTTP message - Bug #: 38223 - r: ducarroz
2000-05-18 01:37:24 +00:00
rhp%netscape.com
fdfc26b5bf
Fix for crashing on save drafts - Bug #: 38561 - r: ducarroz
2000-05-18 00:24:31 +00:00
warren%netscape.com
655db9fcdc
Bug 39416. Made ftp work with single sign-on for more than one user/host.
2000-05-17 07:12:40 +00:00
sspitzer%netscape.com
0371a83fcb
fix for #19482 , exim's smtp server exposed a problem with our code.
...
r=mscott.
2000-05-17 03:31:42 +00:00
rhp%netscape.com
84902a3207
A fix to make string bundles thread safe in back end - r: rhp (external contributor)
2000-05-16 21:43:29 +00:00
warren%netscape.com
be7f0d13bf
Reverted serverPasswordRealm back to serverURI. Bug 39453.
2000-05-16 21:17:55 +00:00
warren%netscape.com
4d1711e5f8
Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse
2000-05-16 05:35:23 +00:00
mscott%netscape.com
17cbb475b2
display message api synch.
2000-05-15 22:44:27 +00:00
andreas.otte%primus-online.de
1dd63d3130
fix bug 37616, Retire SetRelativePath, removing unused SetRelativePath from nsIURI.idl and all it's implementations, r=warren@netscape.com, a=mscott@netscape.com for the mailnews part
2000-05-13 13:05:00 +00:00
locka%iol.ie
ff164450dd
Replaced references to webshell with docshell equivalents
2000-05-12 20:41:19 +00:00
nhotta%netscape.com
fd11a8f6a4
Changed to apply base64 encoding for multibyte charsets (used to be for japanese only) instead of sending 8 bit, bug 33661.
2000-05-11 21:03:27 +00:00
sspitzer%netscape.com
2e2c061f6d
fix for crasher bug #38803 , r=putterman,a=granrose.
2000-05-10 18:26:45 +00:00
alecf%netscape.com
e963351e13
add smtp datasource and delegate factory to the unix build
2000-05-10 08:06:50 +00:00
alecf%netscape.com
1ff680cb13
scriptify key methods of nsIMsgSend so that QA can do more whitebox testing
2000-05-10 07:30:45 +00:00
alecf%netscape.com
e9cd957c0f
add delegate factory and datasource to windows build
2000-05-10 07:29:51 +00:00
alecf%netscape.com
fedb69d61d
add second parameter to nsISmtpService::FindServer for the datasource
2000-05-10 06:44:06 +00:00
alecf%netscape.com
8d4d2bf7fc
updated datasource and new checkin of smtp delegate factory
2000-05-10 06:24:53 +00:00
ducarroz%netscape.com
a542963478
Fix for bug 28420. Check document content for HTML tags before asking the user which format to use for sending the message
2000-05-06 20:14:23 +00:00
nhotta%netscape.com
a727d8849b
Added a field to nsMsgAttachmentHandler in order to avoid applying base64 for main body, bug 33987, r=rhp.
2000-05-05 20:35:57 +00:00
alecf%netscape.com
08d2424940
first pass at smtpserver datasource
...
(not part of build)
2000-05-04 08:08:43 +00:00
nhotta%netscape.com
930d13c5f1
Alert the user if the subject contains out of range characters of the mail charset, r=ducarroz, bug 28908.
2000-05-03 21:31:15 +00:00
mscott%netscape.com
a576ee691c
adding host and port information to the logging code.
2000-05-03 21:22:18 +00:00
mkaply%us.ibm.com
62f37ade05
# 34082
...
r= mscott
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:11:58 +00:00
nhotta%netscape.com
de4dad295b
Changed to use canonical charset name instead of using the charset name from the message header as is, bug 37562.
2000-05-01 22:00:46 +00:00
ducarroz%netscape.com
45731fb5c5
Fix for bug 24951. Don't force anymore to have a subject.
2000-04-30 21:45:17 +00:00
ducarroz%netscape.com
3e1fce6cea
Remove unused string define
2000-04-30 21:45:00 +00:00
ducarroz%netscape.com
d1140eb4ff
Fix for bug 29014. Now we scan all the address books to determine if a recipient accepts HTML.
2000-04-30 21:44:58 +00:00
ducarroz%netscape.com
c2aa3807ef
Fix for bug 36425 and bug 32224. Avoid to fire an assert in a legitimate case and make signature working again. R=rhp
2000-04-26 03:57:12 +00:00
mjudge%netscape.com
6622635cab
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
scc%netscape.com
044533a744
making string conversions explicit
2000-04-23 09:29:12 +00:00
sspitzer%netscape.com
9cc3b222b0
fix for #36663 . make it so when you run a news://host/group url to autosubscribe, a new messenger window opens up. eventually I'll heed the 4.x pref for
...
this, so that it will open in an existing messenger window.
2000-04-22 23:16:45 +00:00
nhotta%netscape.com
e02cdc0d7c
Re-label charset us-ascii to ISO-8859-1 when quoting text, bug 35105, 36410, r=rhp.
2000-04-20 23:06:04 +00:00
danm%netscape.com
622d6fe83b
dist...chrome restructuring
2000-04-19 21:42:30 +00:00
nhotta%netscape.com
8439797630
Alert the user before sending a plain text mail if the string contains multilingual data, bug 28908, r=ducarroz.
2000-04-13 20:06:28 +00:00
sspitzer%netscape.com
c50633cd9e
changes so that the alert for cross posting to multiple news server shows up.
...
(instead of a silent failure.) note, we are still being too over-zealous when
deciding if you are cross posting to multiple servers. see bug #35338
2000-04-12 09:48:25 +00:00
nhotta%netscape.com
8940744da3
Adding a new string resource for an alert, bug 28908, r=ducarroz.
2000-04-04 23:54:17 +00:00
alecf%netscape.com
1a8756d781
fix semantics of these pref methods to match other pref methods and don't throw exceptions even on failure
...
r=sspitzer
2000-04-03 06:58:58 +00:00
mscott%netscape.com
18e1151bcf
Semi-large landing. I re-wrote mailnews compose to use a cached string bundle. I've had this code in my tree for
...
a couple weeks and just hadn't gotten around to checking it in yet.
I noticed that during a normal sending of a message, we were loading a string bundle 6 times! (most of this was to display
progress information during the send procedure). This caused us to hit the disk 6 times. With these changes, we
cache the string bundle in the compose string bundle service so we only hit the disk once.
2000-04-03 02:32:27 +00:00
mscott%netscape.com
37514a883a
Bug #33747 --> fix mailto url handling which broke after warren's big nsIChannel landing.
2000-04-03 01:26:58 +00:00
nhotta%netscape.com
7d7bf0eb27
Changed to use correct content type for conversion to avoid unnecessary entity creation, bug 33455, r=rhp.
2000-03-30 22:45:05 +00:00
nhotta%netscape.com
a1e10d91af
No charset conversion when the body is empty, r=rhp.
2000-03-30 22:37:59 +00:00
warren%netscape.com
d60b12b153
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
rhp%netscape.com
5c06c15d42
Fix for interpreting plain text sig's when doing HTML compose - Bug #: 33423 - r: bienvenu
2000-03-29 01:57:14 +00:00
scc%netscape.com
66ad72d525
small changes to clients of string converting APIs
2000-03-26 12:43:56 +00:00
putterman%netscape.com
bed4678ea5
fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
...
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
jim_nance%yahoo.com
5723bcda31
Fix bug 33019. Compiler warnings.
...
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
mjudge%netscape.com
9dc6aec8bd
derefferencing with char ** operator first!. fixing bustage as sheriff. i am my own approval. fix is primarily for solaris.
2000-03-24 12:21:51 +00:00
alecf%netscape.com
5da56588db
First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman
2000-03-24 08:10:59 +00:00
alecf%netscape.com
cbc531dbd4
eliminate use of PRIVATE for reduced xp_core.h dependancy
2000-03-24 08:07:23 +00:00
tbogard%aol.net
ebde98fc63
Adding implementation for the new method OnStartURIOpen on nsIURIContentListener.
2000-03-24 00:35:48 +00:00
rhp%netscape.com
b45fd0db7d
Adding CR to end to avoid warning on Linux
2000-03-23 17:49:36 +00:00
rhp%netscape.com
1061d9b227
Fix for Send Later operations - Bug #: 31346
2000-03-23 17:45:28 +00:00
ducarroz%netscape.com
3f7efc788d
Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft
2000-03-23 06:39:19 +00:00
mscott%netscape.com
5661e4047e
Bug #32008 --> add a requiresPassword method which we can use to
...
prevent us from always asking the user for a password whenever
we need to logon to an external service.
Bug #32408 --> don't clear out the password for the server
when using redirection.
r=bienvenu
2000-03-21 06:13:01 +00:00
akkana%netscape.com
6eaddd7332
30311: add a plain-vs-html flag to InsertAsCitedQuotation. r=rhp
2000-03-20 23:13:25 +00:00
rhp%netscape.com
1726f505c1
Just checking in a changes that will not get compiled because of ifdef.
2000-03-17 23:32:41 +00:00
ducarroz%netscape.com
d39f92b1d1
Fix bug 31568. Need to correctly manage errors when processing attachment. R=mscott,rhp
2000-03-17 23:19:46 +00:00
dougt%netscape.com
612badb3a9
Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren.
2000-03-17 22:06:32 +00:00
ducarroz%netscape.com
3e55520517
Fix for bug 18584. Add new API to check if body has been modified by user. R=jefft
2000-03-16 00:03:43 +00:00
rhp%netscape.com
7cdad5140a
Hmm...not sure why this doesn't break on linux tinderbox...nsIMimeService.h is not the right capitalization
2000-03-15 04:33:33 +00:00
rhp%netscape.com
e3dc59324c
Fixes for compose back end problems - Bug #: 25610 29806 30048 30744 31207 31589
2000-03-15 02:09:43 +00:00
ducarroz%netscape.com
357f4e0466
Fix bug 31568. Need to check if hostname isn't empty. R=mscott, A=phil,jar
2000-03-15 02:02:17 +00:00
slamm%netscape.com
fe78ac3e40
Fix build bustage. Thanks to jst@citec.fi for the patch. r=akkana,bienvenu a=granrose
2000-03-14 18:27:27 +00:00
sspitzer%netscape.com
5fc7d2ab75
fix for #31715 . pass the nsIMsgWindow when trying to post a message.
...
(we may need it, if we have to authenticate the use for posting.)
also, clean up the code to handle NS_ERROR_* properly.
2000-03-14 07:21:44 +00:00
mscott%netscape.com
59add4e89f
rewrite a couple methods so we don't need reduce the number of string allocations.
...
I was able to remove yet another instance where we copy the entire message body.
r=alecf.
2000-03-14 05:04:54 +00:00
mscott%netscape.com
4a87884830
pass nsString's by reference to reduce an extra copy of the entire message body!!
...
performance improvements by reducing the number of memory allocations...
Fix a leak of the dom node used to insert text into by using a nsCOMPtr.
r=alecf
2000-03-14 05:03:29 +00:00
akkana%netscape.com
18caae6b21
31438: stealth msg compose (r=ducarroz)
2000-03-14 02:59:13 +00:00
rickg%netscape.com
1544308876
replaced calls to deprecated string methods
2000-03-12 21:09:50 +00:00
rickg%netscape.com
efeff569f4
removed calls to deprecated string methods
2000-03-12 11:18:18 +00:00
rickg%netscape.com
4791ab3e8f
removed calls to deprecated string methods
2000-03-12 09:14:14 +00:00
sspitzer%netscape.com
85024cc3f0
changes for news over SSL. initial changes needed for SMTP over SSL, but
...
that isn't going to happen yet. cleanup changes for nsNewsDownloadDialogArgs (still not used yet.)
2000-03-12 08:58:02 +00:00
sspitzer%netscape.com
88fe594ab4
use nsIUserInfo (it is exists) to set the users name if it needs it. (see linux only bug #26290 ). also, migrate the SSL nature of the smtp server, and add TrySSL to the nsISmtpServer interface. (bug #30321 ) fix problem with nsSmtpServer::SetAuthMethod()
2000-03-12 08:27:31 +00:00
mscott%netscape.com
6488633a19
Bug #30553 --> API sync with the change to nsIContentHandler::HandleContent.
...
r=travis
a=jevering
2000-03-09 08:18:21 +00:00
sspitzer%netscape.com
15fa5b3235
fix for #30381 . r=mscott, a=jar. get -compose to work again.
2000-03-07 05:35:36 +00:00
mscott%netscape.com
3a988935c7
Bug #30144 --> correctly set the user agent for messenger to be the same user agent http is using. We were
...
incorrectly setting to be the app name (Mozilla 5.0) which is the same in both the mozilla and commercial builds.
r=alecf
a=phil,jar
2000-03-05 03:12:46 +00:00
alecf%netscape.com
a7204f3a03
fix for REALLY stupid typo from my earlier fix for #29714
...
typo fix was reviewed by mscott, and because this was part of an earlier checkin, this is also a=phil
2000-03-03 08:10:52 +00:00
mscott%netscape.com
b574527cd1
Bug #30102 --> don't logoff the external login requestor
...
if we succeeded in the request...we want to cache the requestor
for the session.
r=amusil
a=daver
2000-03-03 06:29:58 +00:00
alecf%netscape.com
0e19578336
fix for #29714
...
make sure to store the mServersLoaded=PR_TRUE even if there is some wierd pref failure
a=phil
r=mscott
2000-03-02 23:41:34 +00:00
mscott%netscape.com
83ea176daf
Bug #28984 --> use SetRecipients to set the recipients on the smtp url. I forgot to check this file
...
in with the rest of the files I checked in earlier.
r=sspitzer
a=phil
2000-03-01 06:38:34 +00:00
mscott%netscape.com
ee923ac9ba
Bug #28984 --> add a getter & setter for recipients. The recipients are now stored as a field in the smtp url
...
instead of as part of the url spec.
r=sspitzer
a=phil
2000-03-01 03:08:05 +00:00
rhp%netscape.com
d486886282
Finally correcting the nsIXULWindow issue in nsMsgSend.cpp
2000-02-29 09:13:10 +00:00
rhp%netscape.com
0a2fb66b4e
Fixing again..
2000-02-29 08:02:04 +00:00
rhp%netscape.com
534958a414
Fixing breakage
2000-02-29 07:43:21 +00:00
rhp%netscape.com
4e7f4db46b
Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft
2000-02-29 07:04:24 +00:00
mscott%netscape.com
9e5648ac13
Bug #23788 --> implement logon redirection support for smtp.
...
r=bienvenu
a=phil
2000-02-27 09:04:44 +00:00
mscott%netscape.com
87afa67505
Bug #23788 --> add a string for noting that we are trying to connect to
...
the smtp server.
r=bienvenu
a=phil
2000-02-27 08:47:28 +00:00
sspitzer%netscape.com
83498d2ac6
fix for #28911 , r=alecf, a=jar. avoid loading in unnecessary dlls at startup.
2000-02-26 03:52:06 +00:00
hangas%netscape.com
985a3556f5
Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil
2000-02-25 01:55:17 +00:00
alecf%netscape.com
36a6ad0489
last part of fix for #23411 - support login redirectors in SMTP servers
...
r=mscott a=phil
2000-02-25 00:59:56 +00:00
alecf%netscape.com
b09a8b8140
implement per-identity smtp servers and use the identity's smtp server if in fact it has a special one
...
bug #28898
r=mscott
a=phil
2000-02-23 09:42:54 +00:00
rhp%netscape.com
dbc92eaf9e
Fix for sending mails with empty bodies - Bug #: 27891 - r: ducarroz - a: phil
2000-02-17 23:56:08 +00:00
jefft%netscape.com
730c447528
fix wensleydale build bustage; stupid type casting; r=bienvenu
2000-02-16 16:42:11 +00:00
alecf%netscape.com
53ae99d86e
fix some bad warnings
2000-02-16 06:30:03 +00:00
sspitzer%netscape.com
26b267ec48
clean up -help output. fix bug #26959 , make it so when you start
...
a browser window, the right page (home, blank or last page visted) gets
loaded. clean up tasksOverlay.js, navigator.js and Ensure1Window()
use the browser's command line handler (remove duplicate code).
remove uri dispatching ui and js. r=mscott
2000-02-16 06:22:03 +00:00
jefft%netscape.com
8eef06b259
fixed bug 18565 -- [PDT+] Single sign-on for SMTP; implemented auth login for smtp; added smtp logging; lay ground work for tls smtp; r=alecf,bienvenu,ducarroz
2000-02-16 05:59:51 +00:00
ducarroz%netscape.com
5edb720c89
Fix potential bustage on some port tinderbox. Replace a "true" by a "PR_TRUE". r=alecf
2000-02-16 04:50:46 +00:00
putterman%netscape.com
10f1f6ee30
Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
...
to it so that you don't lose your place in the thread pane. More work on 26456. r=alecf.
Some performance improvements for loading folders by speeding up building up a uri.
2000-02-16 00:39:23 +00:00
ducarroz%netscape.com
3c05a8ded2
Fix bug 22141. Recipients are by default non html compliant. R=alecf@netscape.com
2000-02-15 21:25:31 +00:00
ducarroz%netscape.com
4480301be7
Fix bug 27424. We need to through an error if the smtp host name is empty. R=alecf@netscape.com
2000-02-15 21:22:00 +00:00
mkaply%us.ibm.com
2c22c64b1b
# 25555
...
r= mscott@netscape.com
OS/2 changes for Mozilla
2000-02-15 15:29:20 +00:00
ducarroz%netscape.com
299db7df1d
Fix build bustage. void** casting missing. Sorry.
2000-02-15 07:16:31 +00:00
ducarroz%netscape.com
b5e982f563
Part of fix for bug 10932, 17072, 26746. Tittle button in addressing widget has been replaced by a image to avoid to take the focus when using the Tab key. Implementation of Intelligent HTML Send feature. Set the focus in the subject line when recipients are pre filled. Cleanup Attach Web Page dialog. R=alecf
2000-02-15 06:48:13 +00:00
rhp%netscape.com
059993dfec
Fix for error on copying to Sent folder after send operation - Bug #: 27460 - r: jefft
2000-02-15 01:52:12 +00:00
rhp%netscape.com
09ebc0aef9
Changes for supression of GUI prompts on send operation - for message import - Bug #: 27154 - r: bienvenu
2000-02-11 01:31:15 +00:00
rhp%netscape.com
de76ea0ee3
Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip
2000-02-10 06:48:22 +00:00
valeski%netscape.com
10bda47d73
#define collision. net.h must dies
2000-02-09 06:48:12 +00:00
tbogard%aol.net
f5d81c3e9c
GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
2000-02-08 13:40:10 +00:00
valeski%netscape.com
16f0daf3c5
r=dougt. 10465. mail news now uses the HTTP handler service for user agent components
2000-02-08 06:24:07 +00:00
alecf%netscape.com
a6b43c654b
attempted fix for mac bustage
2000-02-08 04:36:12 +00:00
sspitzer%netscape.com
ad5fa4d555
make it so -chrome <chrome url> does the right thing.
...
r=mscott
2000-02-08 03:12:39 +00:00
rhp%netscape.com
cc34e6b8ad
Max message size warning feature and labeling forwarded messages by subject - Bugs: 26519 5647 - r: jefft
2000-02-08 01:15:54 +00:00
sspitzer%netscape.com
17eebe8a61
more changes to get everyone using my arbitrary command line handling.
...
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
rhp%netscape.com
014209f138
This is a fix to add a second - per message FCC to compose operations - Bug #: 11697 - r: jefft
2000-02-07 03:06:51 +00:00
rhp%netscape.com
fef7b277db
Small cleanup patch for nsMsgCompUtils.cpp in the work on bug 16398 (format=flowed). - r: rhp (external contribution)
2000-02-06 17:24:40 +00:00
pp%ludusdesign.com
6281a9efd1
Converting ::GetIID() to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-06 03:18:27 +00:00
rhp%netscape.com
a6723b2717
Fix mail send problems when invalid embedded objects exist in message - Bug #: 24999 - r: ducarroz
2000-02-05 22:31:37 +00:00
alecf%netscape.com
cf7553e6c9
oops, missed one
...
this and the last checkin r=sspitzer
2000-02-05 06:08:12 +00:00
alecf%netscape.com
8389bb5c80
switch from nsAutoCString to nsCAutoString
2000-02-05 06:07:25 +00:00
mscott%netscape.com
7f04e0c460
more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the
...
application layer into the webshell/docshell layer.
r=travis
2000-02-04 08:45:34 +00:00
valeski%netscape.com
79132da2fc
URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes
2000-02-03 03:44:22 +00:00
mscott%netscape.com
01765890e9
Fix for possible build breakage on Mac.
2000-02-03 02:48:43 +00:00