scott%scott-macgregor.org
7bf4126720
Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
...
This will make aggregating mail dlls easier.
r/sr=sspitzer
2003-04-19 05:29:35 +00:00
seawood%netscape.com
f7bf89f618
Remove global _POSIX_SOURCE & _SVID_SOURCE defines for linux.
...
Bug #202510 r=darin
2003-04-18 20:14:17 +00:00
bienvenu%netscape.com
5d6a25ae63
cleanup previous code that fixes fallback when smtp auth mechanisms fail, with help from Christian Eyrich, r/sr=sspitzer 202162
2003-04-17 23:33:03 +00:00
bienvenu%netscape.com
8df10c3d14
fix 202162 when smtp password fails, try auth protocols in decreasing order of secureness patch by Christian Eyrich, r/sr=bienvenu
2003-04-17 14:57:22 +00:00
kin%netscape.com
1358474efa
Fix for bugzilla 91131(Cannot spellcheck selection)
...
First pass implementation of spellcheck selection feature:
editor/composer/src/nsEditorSpellCheck.cpp
editor/idl/nsIEditorSpellCheck.idl
editor/txtsvc/public/nsITextServicesDocument.h
editor/txtsvc/src/Makefile.in
editor/txtsvc/src/nsTextServicesDocument.cpp
editor/txtsvc/src/nsTextServicesDocument.h
editor/ui/composer/content/ComposerCommands.js
editor/ui/dialogs/content/EdSpellCheck.js
mailnews/compose/resources/content/MsgComposeCommands.js
r=jfrancis@netscape.com ,brade@netscape.com sr=sfraser@netscape.com
2003-04-17 14:29:08 +00:00
bienvenu%netscape.com
bbdf6bd157
fix 202011 use CRAM-MD5 when it's the only auth login mechanism returned by server, fix by Christian Eyrich, r=me, sr=sspitzer
2003-04-16 14:38:27 +00:00
shliang%netscape.com
13a42d51d1
bug 107877. default font prefs for msg compose. r=neil, brade, sr=sspitzer, jag.
2003-04-16 07:07:10 +00:00
bienvenu%netscape.com
dd3d986e3c
one more fix for 41594, cram-md5 support, handle case where digest has embedded nulls, r/sr=sspitzer
2003-04-13 18:46:10 +00:00
bienvenu%netscape.com
6aa7d5cdbe
don't try cram-md5 if psm not installed, fall back on other login method if cram-md5 fails r/sr=sspitzer 201778, 201724
2003-04-13 17:01:51 +00:00
sspitzer%netscape.com
7a2b3d5b60
backing out my fix for 200603, and neils supplimental fix for it.
2003-04-12 00:17:25 +00:00
bienvenu%netscape.com
2555b01f28
fix for problem saving very first local draft, patch by Christian Eyrich, r/sr=bienvenu 151361
2003-04-10 18:07:56 +00:00
sspitzer%netscape.com
a4207b4186
better fix for #200603 . thanks to neil.
...
r/sr=sspitzer
2003-04-10 17:21:13 +00:00
sspitzer%netscape.com
be219a1ba4
fix for bug #200545 . caret is not visible when replying to a message
...
thanks to neil for the fix. r=cavin, sr=sspitzer
2003-04-09 22:40:23 +00:00
sspitzer%netscape.com
b278137247
fix for bug #200603 . don't make "from" picker take up the width of the
...
whole window. r/sr=mscott, a=nbaca. thanks to sfraser for the nit.
2003-04-09 22:38:18 +00:00
sspitzer%netscape.com
7e6c5e6111
fix for bug #86370 . problems with SMTP (and account central UI) if SMTP username contains
...
characters that should be escaped. the fix for that is in nsSmtpDelegateFactory.cpp.
thanks to nrt@dial.pipex.com for the patch, and cls for testing.
the same problem existed for nntp, in nsNNTPProtocol.cpp
the rest is some code cleanup I had sitting around.
2003-04-09 00:47:54 +00:00
sspitzer%netscape.com
b2e012cf65
fix for bug #96207
...
if you send mail and then open the UI for looking at all the smtp servers
you'll get dups. thanks to ch.ey@gmx.net (Christian Eyrich) for the fix.
r=neil, sr=sspitzer
2003-04-08 07:48:36 +00:00
darin%netscape.com
625a741ad3
fixes bug 200681 "Crash on <link rel=stylesheet href="mailto:foo">" r/sr=bz,sspitzer
2003-04-07 06:18:44 +00:00
bienvenu%netscape.com
d11405d58c
extend cram md5 digest result len buffer to 17 bytes r/sr=sspitzer 41594
2003-04-06 21:31:23 +00:00
bienvenu%netscape.com
c5d468e282
fix for 150212 add cram md5 to smtp r/sr=sspitzer
2003-04-05 21:41:42 +00:00
seawood%netscape.com
4957953e70
Obsoleting xp_str.h:
...
* Move XP_IS_ macros into nsCRT.h & rename them to NS_IS_
* Make local XP_IS_ macros use the nsCRT ones
* Remove NOT_NULL defines
Bug #199920 r=alecf sr=bryner
2003-04-01 19:38:12 +00:00
shliang%netscape.com
0e9619f9b8
178328 - combine bcc settings in mail account manager copies and folders panel. r=cavin, sr=sspitzer.
2003-03-26 01:54:29 +00:00
alecf%netscape.com
8c50d0242a
landing attempt #2 for 195262 - support for static atoms, and converting atoms over to UTF8 to reduce bloat - now without performance regressions!
...
sr=darin, r=dbaron
2003-03-25 18:55:59 +00:00
timeless%mozdev.org
697618b07d
Bug 106386 rid source of misspellings
...
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
sspitzer%netscape.com
1a75eef0fd
landing neil's fix for bug #193416
...
mailnews start page gets cleared when I open the pref window
regression caused by bandaid for bug #90337
r=jan, sr=jag.
2003-03-23 17:31:42 +00:00
sspitzer%netscape.com
42646eedd9
fix for bug #59548
...
for sending unsent messages, fix how (and when) we get the
identity from the key we store in the message.
also, some code cleanup.
thanks to ch.ey@gmx.net (Christian Eyrich) for the initial fix,
and to ssu for reviewing and testing the initial fix.
r/sr=sspitzer
2003-03-22 17:39:35 +00:00
alecf%netscape.com
b6584a77fb
backout my static atom patch for now until I figure out the performance loss! :(
...
bug 195262
2003-03-21 20:13:08 +00:00
alecf%netscape.com
ecf24a2b78
fix for bug 195262:
...
- convert atoms to UTF8 because 99% of the time, that is what they are used for
- add support for static atoms, where the strings are declared in a large const array and not copied into the heap
r=dbaron, sr=darin
this is an experimental landing - if there are performance issues, I will back it out.
2003-03-21 06:26:32 +00:00
heikki%netscape.com
c15488986d
Bug 172065, remove unused XIF labels, patch by stevechapel@earthlink.net, r=sgehani, sr=heikki.
2003-03-21 01:11:52 +00:00
neil%parkwaycc.co.uk
5f14eabc6c
Bug 45524 Mail compose toolbar buttons should have dropdown menus r=ducarroz r/sr=sspitzer
2003-03-18 09:12:41 +00:00
timeless%mozdev.org
a2b62b16f2
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>) patch by riceman+bmo@mail.rit.edu r=timeless sr=jag moa=sspitzer
2003-03-17 04:59:12 +00:00
sspitzer%netscape.com
14bc97b8f2
fix for bug #169179
...
"Enter file to attach" should be "Attach File(s)"
(and corresponding menu item should be "Attach File(s)...")
r/a=jglick
2003-03-16 22:21:07 +00:00
sspitzer%netscape.com
a12aa97d06
code cleanup, no bug.
2003-03-16 00:31:15 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
shliang%netscape.com
adcc3950fb
147653 - page setup commands doesn't work in mail and composer. r/sr=sspitzer,jag
2003-03-14 06:27:48 +00:00
sspitzer%netscape.com
709f264374
fix for bug #195965 .
...
for the custom headers, we need to push CRLF (not just LF),
just like we do in the C++. otherwise, qmail will complain.
thanks to James Nord (teilo+bugzilla@teilo.net ) for the patch.
r=ssu, sr=sspitzer
2003-03-14 04:30:30 +00:00
sspitzer%netscape.com
5cfe96745f
fix for crasher bug #197203
...
if your "From" address doesn't have an @ symbol, we crash on send.
thanks to parish@ntlworld.com for the bug report, and the initial patch.
r/sr=sspitzer
2003-03-13 19:02:37 +00:00
cls%seawood.org
2c9b0b22dc
Fully qualify the call to PostMessage to avoid namespace conflict with win32 define.
...
Thanks to Dan Mosedale <dmose@mozilla.org> for the patch.
Bug #134113 r=cls sr=sspitzer
2003-03-06 03:14:31 +00:00
sspitzer%netscape.com
2318e18d79
update comment, no bug.
2003-03-05 21:26:47 +00:00
sspitzer%netscape.com
18502a4be5
minor code clean up I had sitting in my tree. no bug.
2003-02-28 05:34:18 +00:00
sspitzer%netscape.com
7a43771e57
fix for blocker bug #195367 .
...
reply doesn't quote. typo in patch for bug #144296 .
r/sr=no one.
2003-02-28 05:30:48 +00:00
cavin%netscape.com
1ce88fa9c4
Fix for 144296. Initialize return receipt flag and type in nsMsgCompose::Initialize(). r/sr=sspitzer.
2003-02-27 23:34:29 +00:00
sspitzer%netscape.com
2d0fcc87ca
fix for bug #195085 .
...
"stale" account manager prefs can lead to problems with the compose window
and view navigation. thanks to smaug@jippii.fi for find the bug, and doing the fix.
r/sr=sspitzer
2003-02-27 15:58:15 +00:00
neil%parkwaycc.co.uk
d35f7743b4
Bug 192013 Command updating far too slow r=brade r=cavin sr=sspitzer
2003-02-27 09:41:40 +00:00
sspitzer%netscape.com
6327857377
fix for bug #163139 .
...
can't post a news message after closing the last mailnews window.
r/sr=bienvenu
2003-02-26 01:30:35 +00:00
cbiesinger%web.de
9405eda256
190020 r=timeless sr=alecf GetResource should take AUTF8String
2003-02-25 19:02:00 +00:00
neil%parkwaycc.co.uk
6aa8234959
Bug 191011 show identities in the compose window in the order the accounts appear in the folder pane r=cavin sr=sspitzer
2003-02-25 13:46:12 +00:00
neil%parkwaycc.co.uk
2c76da39ca
Bug 132108 Remove temporary patch for bug 26528 r=ducarroz sr=sspitzer
2003-02-24 10:28:06 +00:00
neil%parkwaycc.co.uk
f2567d8f8b
Bug 87321 Shift+Tab has duplicate behavior (event handled twice in message compose) r=brade sr=sspitzer a=asa
2003-02-04 12:12:55 +00:00
kaie%netscape.com
2fbe42e527
b=186087 Mozilla hangs when using SSL SMTP with revoked certificate
...
r/sr=sspitzer a=dbaron
2003-02-04 01:22:49 +00:00
bzbarsky%mit.edu
a225df04ef
Fix mailto: form submission. Bug 191248, patch by dgk@metrocast.net (David G
...
King (nee dgk@lr.net )), r=sspitzer, sr=bzbarsky, a=asa
2003-02-01 05:02:11 +00:00
loadrunner%betak.net
2e91b52557
bug 190734, r=brade, sr=sfraser, a=asa
2003-01-30 11:21:41 +00:00
ere%atp.fi
ff35f92d2d
Bug 151279 (SMTP-Auth is not found on a RFC-Valid-Response): Fixed SMTP EHLO response parsing
...
r=jgmyers, sr=bienvenu, a=asa
2003-01-30 08:47:07 +00:00
sspitzer%netscape.com
93c00036ee
fix for #131384 . gracefully handle unexpected errors when populating the identity menulist.
...
thanks to Smaug (smaug@jippii.fi ) for the initial patch.
r=cavin,a=asa
2003-01-29 06:00:54 +00:00
timeless%mozdev.org
fc9d7d0b38
Bug 189726 editorUtilities.js loaded twice when messengercompose.xul called
...
work by dgk@metrocast.net r=sspitzer sr=sspitzer a=asa
2003-01-29 04:16:54 +00:00
sspitzer%netscape.com
c124beb22d
"fix" for regression bug #190153 .
...
clicking in addressing widget (in reply or edit mailing list dialog)
duplicates the first address.
regression caused by the band-aid for #90337 .
thanks to neil for this patch.
r/sr=sspitzer,a=blizzard
2003-01-24 04:04:40 +00:00
varga%netscape.com
cf7d4f59f9
Putting toolbar grippies back in. Bug 175091.
...
Original bug for removing them was 112534.
Please see the discussion in those 2 bugs before complaining or filling new bug reports!
r=caillon,a=UE team
2003-01-18 20:55:19 +00:00
darin%netscape.com
685a7af468
modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
2003-01-18 02:15:14 +00:00
neil%parkwaycc.co.uk
a1bc09a739
Bug 164131 Duplicate entities in editorOverlay.dtd and messengercompose.dtd r=brade (editor) r=ducarroz (msgcompose) sr=sspitzer
2003-01-17 09:58:57 +00:00
timeless%mozdev.org
9325925842
Bug 93430 SMTP connection isn't closed with a QUIT
...
patch by luke_harless@attglobal.net r=cavin sr=bienvenu
2003-01-17 03:39:54 +00:00
sspitzer%netscape.com
788c7caef8
fix comments.
2003-01-16 22:15:02 +00:00
sspitzer%netscape.com
ca49369633
dump the exception to the console, since we are no longer showing it to the user
...
in the alert.
rs=no one
2003-01-16 22:11:26 +00:00
sspitzer%netscape.com
dfd8ee084f
don't pass the exception back in the alert dialog.
...
that's not useful to the user.
2003-01-14 22:31:39 +00:00
sspitzer%netscape.com
65a5fcf61b
fix for bug #181397 (automatically create the junk folder)
...
fix for bug #181394 (enable the "Move to Folder" UI in junk controls)
r/sr=bienvenu
2003-01-11 23:09:34 +00:00
sspitzer%netscape.com
96ec7d72f8
pr log when an error of the type reported in bug #158059 occurs.
...
rs=bienvenu
2003-01-10 21:48:33 +00:00
sspitzer%netscape.com
2d066c4cfa
fix for bug #158059 . if we go to send a message, and the connection gets closed on us
...
and we haven't read any bytes, that's an error, and we should let the user know.
(otherwise they think they are sending mail, when they aren't.)
r=cavin, sr=bienvenu.
2003-01-10 21:12:58 +00:00
sspitzer%netscape.com
7846d1c668
fix typo in comment. no reviewer.
2003-01-10 03:45:31 +00:00
dbaron%dbaron.org
acdd4e46c0
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:05:52 +00:00
rpotts%netscape.com
ebd6d728ce
bug #169583 . missing file from earlier patch...
2003-01-02 01:21:33 +00:00
cbiesinger%web.de
f7a10b5472
102848 r=ducarroz sr=bienvenu remove (was: in subject line
2003-01-01 17:50:27 +00:00
cavin%netscape.com
4e01133ec9
Fix for bug 161941. Allocated enough space for 'buffer'. r=ducarroz, sr=sspitzer.
2002-12-19 21:40:40 +00:00
cmanske%netscape.com
b84ceb4eee
Fixed insert HTML for Message Composer, b=180303 (wrong # in last checkin!), r=neil@parkwaycc.co.uk, sr=dveditz
2002-12-14 00:20:40 +00:00
cmanske%netscape.com
5ab9c69cb4
Fixed insert HTML for Message Composer, b=183055, r=neil@parkwaycc.co.uk, sr=dveditz
2002-12-14 00:18:14 +00:00
ducarroz%netscape.com
796cdcb641
Fix for bug 184550. Don't need anymore to insert the document header separatly. That will avoid the performance regression as well. R=cavin, SR=bienvenu
2002-12-11 00:14:27 +00:00
caillon%returnzero.com
1c580a85d9
182982 - Mailnews utility library needs to use nsIPrefBranch, nsIPrefService, et alia
...
r=timeless/nhotta sr=bienvenu
2002-12-10 23:52:28 +00:00
darin%netscape.com
a736085beb
fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
...
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
ducarroz%netscape.com
2cecbf5e2f
Fix for bug 63639. Prevent adding duplicate address when pre-filling a message compose window. Patch submitted by Koike Kazuhiko <kazhik@mozilla.gr.jp>. R=ducarroz, SR=bienvenu
2002-12-03 19:53:53 +00:00
bienvenu%netscape.com
d5b0d8b9f7
fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673
2002-12-03 15:23:42 +00:00
bienvenu%netscape.com
aef3ba6dbd
fix warning about unused variable fromr recent checkin, no bug, r/sr=sspitzer
2002-12-03 03:54:18 +00:00
ducarroz%netscape.com
57486e9965
Fix for bug 180901. Instead of addressing the message to the sender when no recipient is disclosed, it's send now to an empty group named undisclosed-recipients (this is localizable). Also, this is done only if the pref "mail.compose.add_undisclosed_recipients" is set to true. R=cavin, SR=bienvenu
2002-12-02 23:43:26 +00:00
sspitzer%netscape.com
216ddbecfe
fix for bug #179989 . make it so if you try to drop "illegal" urls (like mailto:)
...
or random, non-url text, we don't attach it.
r/sr=bienvenu
2002-11-28 08:55:09 +00:00
dmose%netscape.com
baf766e1ad
Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu
2002-11-27 02:52:37 +00:00
bzbarsky%mit.edu
f214636536
fixing mac bustage
2002-11-21 03:50:46 +00:00
bzbarsky%mit.edu
840850565e
Clean up some mailnews array usage, fix some leaks. Bug 175540, r=dmose,
...
sr=alecf
2002-11-21 03:49:11 +00:00
ducarroz%netscape.com
6340226b9b
Fix for bug 181127. Don't call nsMsgNewURL when the attachement is in fact a message. We need to use a different path to fetch it. R=caving, SR=bienvenu
2002-11-21 02:44:18 +00:00
timeless%mozdev.org
2d64a97bb3
Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
...
r=rjc,bienvenu sr=alecf
2002-11-20 08:10:37 +00:00
pete.zha%sun.com
e7bf2cef05
quote message should be disabled when no message selected
...
b=144748 r=ducarroz@netscape.com sr=bienvenu@netscape.com
2002-11-20 03:44:46 +00:00
ducarroz%netscape.com
4c8e36830a
Fix build bustage
2002-11-20 02:06:43 +00:00
smontagu%netscape.com
e2331d2690
Bug 180339 Can't send message if receiver contain Chinese character. Author=joe@numa.com.tw, r=ducarroz, sr=sspitzer.
2002-11-20 01:32:08 +00:00
ducarroz%netscape.com
69fff12eea
Fix for bug 174396. Cannot use m_attachment_count because it's not reliable for determine if the top part is a multipart container. R=cavin, SR=sspitzer
2002-11-20 01:03:42 +00:00
ducarroz%netscape.com
8020ff4a72
Fix for bug 178038. Add a preference to override FQDN for message-id generation. Patch provided by frank.schoenheit@gmx.de . R=ducarroz, SR=bienvenu
2002-11-19 15:20:15 +00:00
cmanske%netscape.com
ec5bdf6829
Fixed rewrap command for messenger composer. b=76461, r=akkana, sr=sspitzer
2002-11-19 06:04:33 +00:00
pete.zha%sun.com
3f46db8140
line break needed after quote line ("... wrote:") when quoting original message using Options->Quote Message
...
b=158918 r=ducarroz@netscape.com sr=bienvenu@netscape.com
2002-11-19 03:09:46 +00:00
timeless%mozdev.org
384066e98e
Bug 58221 don't use strlen to check if a string is of length 0
...
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
cmanske%netscape.com
172ff4abd5
Final removal of editorshell from messagecomposer
2002-11-13 23:56:28 +00:00
sspitzer%netscape.com
7414aba13a
add comment about why we don't allow attach= on mailto: urls.
...
(see bug #99055 ). no reviewer.
2002-11-13 22:55:42 +00:00
cmanske%netscape.com
87656a399b
Remove editorShell from message composer. b=174389, r=ducarroz, sr=sspitzer
2002-11-12 22:55:10 +00:00
yokoyama%netscape.com
d36283f1c3
Bug 172337
...
Attachment mechanism incompatible with Unicode
Impact only Windows. file URL will be UTF-8
when we put the MOZ_UNICODE flang
(MOZ_UNICODE flag is module by module bases for now
until other modules are ready. NSPR/XPCOM)
/r=nhotta; /sr=bienvenu
2002-11-12 22:48:53 +00:00
kaie%netscape.com
a8bbd75ad2
b=161488 Forwarding encrypted mail as attachments should be first deciphered
...
Patch produced by ducarroz and kaie
r=ducarroz/kaie sr=sspitzer
2002-11-12 19:51:54 +00:00
ducarroz%netscape.com
5587af2ed5
Fix for bug 167131. Not not display remote image in message compose when setting is on. R=morse, SR=sspitzer
2002-11-12 19:18:04 +00:00
akkana%netscape.com
df7447f563
76461: Enable rewrap in html mail compose. r=ducarroz sr=sspitzer
2002-11-09 00:22:32 +00:00
rjesup%wgate.com
16b4006118
Bug 149764: changes to quit-application observer topic. r=danm, sr=jst
2002-11-07 20:25:45 +00:00
ducarroz%netscape.com
1846392b03
Fix for bug 16499. If no recipient is disclosed, we address the message to the sender to prevent problems with some mail server.R=cavin, SR=sspitzer
2002-11-07 01:21:52 +00:00
timeless%mozdev.org
e621565ddb
backing out.
2002-11-06 16:49:13 +00:00
timeless%mozdev.org
96218c8ecc
Bug 174583 Remove nsIRDFDataSource { nsIEnumerator GetAllCommands(in nsIRDFResource aSource); }
...
r=rjc,bienvenu sr=alecf
2002-11-06 15:31:02 +00:00
sspitzer%netscape.com
2c5a191033
implement news filters. bug #17483 .
...
implement an ID column in the thread pane, but commented out.
Mail.app has it, but we haven't decided to include it yet or not.
but it is useful for debugging.
code cleanup.
r/sr=bienvenu
2002-11-06 05:59:19 +00:00
ducarroz%netscape.com
c64c5cf4a3
Fix for bug 99217. Need to save the identity key when saving a draft/template. Patch submitted by Frank Sch�nheit<frank.schoenheit@gmx.de>. R=ducarroz, SR=bienvenu
2002-11-06 00:21:15 +00:00
sspitzer%netscape.com
5cb1e71d04
fix for crasher bug #176056 . crash when setting up default smtp servers. r/sr=bienvenu, a=asa.
2002-11-03 01:09:31 +00:00
akkana%netscape.com
e1b92eccfa
110949: preserve quote status from Edit Draft. r=ducarroz sr=sspitzer a=dbaron
2002-10-24 01:29:37 +00:00
ducarroz%netscape.com
d9a2d1cb9c
Fix for bug 175223. We need to reset the stored message body before getting the new one from editor. R=varada, SR=sspitzer, A=asa
2002-10-22 23:23:56 +00:00
jgmyers%netscape.com
6059abb364
fix contents of In-reply-to header: bug 173645 r=ducarroz sr=bienvenu a=asa
2002-10-17 22:17:08 +00:00
akkana%netscape.com
a6144bb9e3
173953: Fix plaintext quoting. r=ducarroz sr=bzbarsky
2002-10-17 00:07:28 +00:00
akkana%netscape.com
233e84b959
174391: Make printing independant of editorshell. Fix from brade, r=me, sr=bryner, a=rjesup
2002-10-15 20:31:47 +00:00
akkana%netscape.com
c6e406f9be
174369: fix mailnews so it can again break quoted sections. r=jfrancis sr=sfraser a=blizzard
2002-10-14 19:54:52 +00:00
akkana%netscape.com
2fce04b49a
173608: fix regression in printing from mail compose. r=brade,ducarroz, sr=sspitzer, a=asa
2002-10-11 23:43:34 +00:00
akkana%netscape.com
02f8ecc9f3
173608: fix regression on inserting data in SendLink, reply, signature, Edit Draft, etc. r=ducarroz, sr=sspitzer, a=asa
2002-10-11 23:42:33 +00:00
ducarroz%netscape.com
579b7a5d18
Fix for bug 173491. Some how, part of the fix for bug 137629 did not make it into the tree. This patch was R=brade, SR=sspitzer
2002-10-09 16:49:18 +00:00
akkana%netscape.com
93c84e6010
more 137629: two lines got reversed from the configuration that was reviewed/tested. r=brade sr=sspitzer
2002-10-09 02:24:17 +00:00
akkana%netscape.com
7d30df8339
Try adding .get() to fix some build bustage
2002-10-09 00:07:25 +00:00
akkana%netscape.com
3ce9dd920f
137629: remove most editorshell references from mailnews. r=brade sr=sspitzer
2002-10-08 23:04:12 +00:00
timeless%mac.com
380b2ab510
Bug 172846 QueryInterface should not throw Components.results.NS_NOINTERFACE for Components.interfaces.nsISupports
...
r=caillon sr=bz
2002-10-06 23:14:25 +00:00
darin%netscape.com
7f1956b180
fixes bug 157135 "nsIFileURL need to be frozen" r=dougt sr=bzbarsky
2002-10-06 02:20:35 +00:00
varga%netscape.com
274f864757
Fix for bug 112534. Remove collapse grippies.
...
r=caillon, sr=jag
2002-10-05 08:11:28 +00:00
naving%netscape.com
7dda838fe9
170555 r=mscott sr=bienvenu Changed IsValidFolderURI to GetExistingFolder so that it can be reused
2002-10-04 22:32:04 +00:00
jgmyers%netscape.com
297b98f113
Include In-Reply-To: when sending replies: bug 78117 r=ducarroz sr=bienvenu
2002-10-04 22:26:08 +00:00
smontagu%netscape.com
dd6cc75df8
Force entry fields for URI elements to be left to right even in right-to-left chrome. Bug 157607, r=jag, sr=hewitt
2002-10-03 21:16:39 +00:00
varada%netscape.com
3a14e570f3
fix for 171068; move compose specific prefs to compose prefs panel;r/sr=sspitzer
2002-10-03 20:07:11 +00:00
rods%netscape.com
a731676e45
Impl print preview for mail and addrbook
...
This also makes it so printing parents the printing content window is is modal
Bug 158110 r=bienvenu sr=sspitzer
2002-10-03 11:13:55 +00:00
sspitzer%netscape.com
39a411902c
fix for #172088 . allow redirector type for smtp server to determine if we show hostname in password prompt. r=ducarroz, sr=bienvenu
2002-10-02 18:39:32 +00:00
sspitzer%netscape.com
3496ea49dc
fix for bug #172085 . override redirector type for smtp server based on hostname.
...
r=cavin, sr=bienvenu
2002-10-02 08:02:35 +00:00
sspitzer%netscape.com
9cceb7e6c4
code clean up. use contract id instead of cid. remove bogus comments.
2002-10-02 07:59:50 +00:00
varada%netscape.com
57b7ad0ec2
fix for 169255;Menu Change to PlainText format hides toolbar in subsequent windows;r=srilatha;sr=bienvenu
2002-09-30 01:26:25 +00:00
varada%netscape.com
6e1b29d05b
fix for 117924 - strip dupes in mail.smtpservers;r=srilatha;sr=sspitzer
2002-09-30 01:20:45 +00:00
sspitzer%netscape.com
f60bd335f1
cid to progid cleanup. no bug.
2002-09-27 09:32:06 +00:00
aaronl%netscape.com
d618542d85
Bug 167921 - allow web pages to use preventDefault so that typeaheadfind doesn't interfere with them. r=kyle, sr=brendan. Also fixes bug 165315 - typeaheadfind shouldn't hardcode kbd shortcuts, bug 77704 - add accelerator for find prev (also added menu item). Also fixes bug 167783 - ctrl+g for typeaheadfind after repeating characters. Also fixes bug 168408 - backspace after bad character typed should do the right thing, but don't add bad characters to buffer. Also fixes bug 71832 - add F3 for find next (also shift+F3). Bug 157669 - Alt+D to select location bar (IE keyboard compatibility), r=sgehani, sr=hewitt
2002-09-24 22:46:50 +00:00
sspitzer%netscape.com
3e564330d2
fix for #169227 . for certain redirector types, don't show hostname in the password prompt.
...
r/sr=bienvenu. UI changes approved by jglick.
2002-09-17 19:25:31 +00:00
sspitzer%netscape.com
1b1eef476f
code cleanup. use contract ids instead of static cids. remove some usused static cids.
2002-09-16 00:46:09 +00:00
sspitzer%netscape.com
6930b7e8b0
fix regression caused by #166792 . unable to attach files to compose.
...
r/sr=bienvenu
2002-09-15 06:38:42 +00:00
sspitzer%netscape.com
bd224d64aa
switch from CID to contractid. r/sr=no one
2002-09-15 05:03:53 +00:00
darin%netscape.com
d47b2f5e65
fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
...
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
sspitzer%netscape.com
9f2f735e3b
fix for #168269 . autocollect improvements. autocollect screennames and displaynames.
...
r/sr=bienvenu
2002-09-13 14:51:17 +00:00
peterv%netscape.com
42aaf5503e
Back out two changes of my fix for bug 86000 (convert LDAP XPCOM SDK to use AUTF8String) because they probably regressed some things. r=dmose.
2002-09-13 07:26:36 +00:00
peterv%netscape.com
9456212b6b
Fix for bug 86000 (convert LDAP XPCOM SDK to use AUTF8String). r=dmose, sr=alecf.
2002-09-11 11:22:41 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
sspitzer%netscape.com
d73ec61a67
fix for #121122 (nsIFilePicker should allow picking multiple files) and #43015 (Cannot add multiple attachment in Attach File dialog).
...
right now, only supported on windows. bugs logged for mac, beos, cocoa, os/2, qnx
and the xpfilepicker (linux).
r=bz, sr=bienvenu, a=asa
2002-09-07 05:23:45 +00:00
dougt%netscape.com
f2a00efc93
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
2002-09-03 23:36:13 +00:00
timeless%mac.com
46be326ed0
Bug 161945 clean up simple mac build warnings
...
r=dbradley sr=bz
2002-09-02 21:26:11 +00:00
ducarroz%netscape.com
fdfee42fba
Fix for bug 131889. Need to insert separatly the html headers. R=cavin, SR=bienvenu
2002-08-27 22:45:18 +00:00
alecf%netscape.com
dc6d6e3736
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
...
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
kaie%netscape.com
ed3e2f39cb
b=106988 Switching sender should also change the sign/encrypt setting
...
r=javi sr=mscott
2002-08-26 06:13:17 +00:00
ducarroz%netscape.com
8136e2ad93
Fix for bug 162440. Add 2 new attributes to nsIMsgAttachmentHandler to allow to set the charset as well an extra parameter for the content-type header. R=varada, SR=bienvenu
2002-08-22 22:08:04 +00:00
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