Commit Graph

8870 Commits

Author SHA1 Message Date
ftang%netscape.com
fa65fbdc4b fix 39790 . r=tao,nhotta move send_default_charset , view_default_charset to property 2000-07-19 22:39:37 +00:00
akkana%netscape.com
6528090418 Remove a debug dump statement. r=ducarroz, a=mcafee 2000-07-19 22:00:16 +00:00
mscott%netscape.com
d5b4381214 Bug #45816 --> fix i18n breakage of intl-accept pref by calling getLocalizedUnicharPref 2000-07-19 21:42:18 +00:00
mscott%netscape.com
a5d4e43adf Bug #45816 --> fix i18n breakage of intl-accept pref by calling getLocalizedUnicharPref
r=tao
2000-07-19 21:41:59 +00:00
warren%netscape.com
2e6315e524 Added another .get() 2000-07-19 05:12:23 +00:00
warren%netscape.com
de3523d540 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
racham%netscape.com
245094ddcc Fixing bug 45569. Migrated account is shown along with any other partial accounts. r=alecf 2000-07-19 02:37:09 +00:00
chuang%netscape.com
e57fd5b0a3 Fix absync bug 1425 - add record key for migrated address book. r=rhp 2000-07-18 22:31:10 +00:00
rhp%netscape.com
553c952763 Fix to make absync more tolerant on migration - Bug #: 1425 - r: chuang 2000-07-18 22:23:18 +00:00
dprice%netscape.com
bb45987123 adding jar manifest file for messenger
NOT IN BUILD
2000-07-18 20:33:43 +00:00
alecf%netscape.com
ebb911891d adding clarifying comments because this was confusing me and timeless - comments only, does not affect product 2000-07-18 04:21:28 +00:00
bienvenu%netscape.com
998e626e93 turn on green icon for local folders that get messages filtered into them from pop, fix clearing it for local folder msgs r=gayatrib 43884 2000-07-17 23:18:37 +00:00
bienvenu%netscape.com
cb2fa31b50 turn on green icon for local folders that get messages filtered into them from pop, r=gayatrib 43884 2000-07-17 23:16:38 +00:00
bienvenu%netscape.com
1d31135133 fix upgrading of imap -> local filters by making GetChildByURI discover sub-folders, r=mscott 37320 2000-07-17 22:54:22 +00:00
nhotta%netscape.com
d64225ff98 Added mailnews.send_default_charset, mailnews.view_default_charset, check in for ftang, bug 39790, r=tao. 2000-07-17 21:13:36 +00:00
rhp%netscape.com
3baeb01b1b Fix for Bug 1193 - I18N problem with phone numbers - r: brade 2000-07-17 19:58:52 +00:00
bienvenu%netscape.com
38a702b533 fix AND imap search r=alecf 45419 2000-07-17 09:56:20 +00:00
mscott%netscape.com
4cd1b70fd2 Bug #43691 --> fix pop uidl urls by supressing OnStart and OnStopRequest calls
if the url we are running isn't going to result in any new content.
r=alecf
2000-07-14 23:16:47 +00:00
sfraser%netscape.com
bc5e13e277 Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that Undo/Redo commands are updated correctly, and avoid bogus command updating in plain text compose (since that caused JS errors). r=kin,jfrancis. 2000-07-14 21:58:50 +00:00
mscott%netscape.com
233d541694 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
7785ffb681 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
pavlov%netscape.com
20dc0118ea fix for secure imap and news bug 39154 r=mscott 2000-07-13 23:53:54 +00:00
varada%netscape.com
e79bc6ba4f fix for bug#41678 -need printplus in addressbook.xul;r=scottip 2000-07-13 21:46:52 +00:00
chuang%netscape.com
0ec4660e5b Bug 45282 No Address Book in today's Linux build. r=alecf 2000-07-13 21:07:01 +00:00
nhotta%netscape.com
e4bd4bb62a Changed to check override case before set a charset to msgWindow, bug 28869, r=mscott. 2000-07-13 20:53:57 +00:00
taka%netscape.com
567fe19827 fix for #43219. r=alecf,nhotta 2000-07-13 07:17:03 +00:00
mscott%netscape.com
a835e8c7d9 Bug #44603 --> hack to get around an infinite loop if we try to open a .eml attachment
The fix: if the attachment is of type message/rfc822 then treat the outgoing content
as raw data to force a new browser window to come up and display the content.
r=alecf
2000-07-13 05:28:51 +00:00
alecf%netscape.com
d7f5403698 Fix for #37302, among other things - bring lots of mail menus up to spec- patch contributed by timeless@bemail.org r=alecf, a=brendan 2000-07-13 05:18:17 +00:00
rhp%netscape.com
f6761e289d Fix for crashing in forward - reply - Bug #: 45216 - r: alecf 2000-07-13 04:02:35 +00:00
mscott%netscape.com
4ea557327a 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
bienvenu%netscape.com
fc44c4b455 fix 45184 crash involving rdf literals r=alecf 2000-07-12 22:54:45 +00:00
mscott%netscape.com
2d4726af0f 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
mkaply%us.ibm.com
69ebcee3f6 r=cls, a=brendan
Because of the raptor to gk change, we don't need SHORT_LIBNAME - for some things
2000-07-12 22:38:28 +00:00
rhp%netscape.com
997e631b7f Properties change for prompt language change - Bug #: 1429 - r: sol 2000-07-12 14:04:42 +00:00
tonyr%fbdesigns.com
a517e5da06 Fix for bustage, added msgUtil.lib projects to link. 2000-07-12 04:43:55 +00:00
tonyr%fbdesigns.com
c244654ebf Fix up strings for localisation. r=alecf, b=36483,39004 2000-07-12 03:58:17 +00:00
tonyr%fbdesigns.com
849c838318 fix for importing mutlibyte charset messages. r=rhp, b=33291 2000-07-12 03:57:10 +00:00
bienvenu%netscape.com
921df47407 fix imap subscribe ui problems, r=mscott 42106 2000-07-12 03:50:40 +00:00
dimator%netscape.com
a19a875444 bug 44252. Checking in for sspitzer. r=putterman 2000-07-12 02:23:10 +00:00
nhotta%netscape.com
b2e29b14ab Changed to set mailCharacterSet in nsIMsgWindow so that the value can be used for a checkmark in charset menu, bug 28869, r=mscott. 2000-07-11 23:51:38 +00:00
nhotta%netscape.com
fbd57efd15 Added mailCharacterSet to nsIMsgWindow to keep the charset used by libmime, bug 28869, r=mscott. 2000-07-11 23:51:21 +00:00
alecf%netscape.com
2dd2724e78 fix for #44350 - clear the search results pane each time a search starts.
r=bienvenu
2000-07-11 23:12:35 +00:00
alecf%netscape.com
0729dad28f fix for #39576 r=chuang
localize the "Card for" string for the address card view
2000-07-11 23:03:48 +00:00
bienvenu%netscape.com
92cf4b729c fix 45146 edit message as new crashing r=mscott 2000-07-11 20:49:52 +00:00
chuang%netscape.com
4b283d9c3a Bug 33980 'Collected Addresses' being corrupted when saved to prefs.js, r=alecf 2000-07-11 20:18:38 +00:00
bienvenu%netscape.com
51f8013d94 fix crash searching newsgroup which you've never opened r=alecf 45028 2000-07-10 22:34:08 +00:00
bienvenu%netscape.com
71c1f4be1d forgot this part of the fix for 35678, posting to correct news server, r=mscott, ducarroz 2000-07-10 22:32:28 +00:00
mkaply%us.ibm.com
136ef4f751 r=cls, a=brendan
Because of the raptor to gk change, we don't need SHORT_LIBNAME
2000-07-10 21:18:48 +00:00
dimator%netscape.com
511b9db5db Bugs: 37153, 38700. Localized status and priority strings in threadpane. 2000-07-10 20:21:08 +00:00
cls%seawood.org
e87a1b7b11 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
alecf%netscape.com
10767f5b73 remove a debugging line from this XUL - this is just a bonehead line I left in here on friday
r=mozbot, and everyone else on IRC at the moment
2000-07-10 06:46:41 +00:00
bienvenu%netscape.com
6524bbb982 fix problem posting to wrong news server r=mscott 35678 2000-07-10 02:45:21 +00:00
bienvenu%netscape.com
3198c38bd1 fix problem posting to wrong news server r=mscott 35678 2000-07-10 02:38:22 +00:00
rhp%netscape.com
3588f61c5b Fixing problem with dropping Nickname and display name in sync - Bug #: 1371 - r: jefft 2000-07-08 20:51:31 +00:00
mscott%netscape.com
67e22c951f Bug #44166 --> fix news modal dialog problems by using correct nsIPrompt object
r=alecf
2000-07-08 01:13:08 +00:00
mscott%netscape.com
967ade904a Bug #44167 --> fix news modal dialog problems by using correct nsIPrompt object. part of this fix meant making
sure all news urls were initialized with the currect message window. Hence the change to ConstructNntpUrl.
r=alecf
2000-07-08 01:12:30 +00:00
mscott%netscape.com
e02c584953 Bug #44158 --> fix modal dialog problems by using correct nsIPrompt object obtained from the message window
associated with the current url.

r=alecf
2000-07-08 01:10:30 +00:00
alecf%netscape.com
50a81aecec fix for #29568 - automatically disable other ISP accounts when newsgroup is selected
(skinned to make it work) r=putterman
2000-07-07 22:33:45 +00:00
jefft%netscape.com
4f9e090be4 fixed bug 44699 -- IMAP does not check result param from nsIMsgAccountManager::FindServer(); r=bienvenu, alecf 2000-07-07 22:27:03 +00:00
mscott%netscape.com
e6a9a0e1ce Bug #43661 --> open attachment needs to pass in the file name
r=bienvenu
2000-07-07 21:57:39 +00:00
mscott%netscape.com
e79917aab9 Bug #43661 --> pass in the file name for the attachment
r=bienvenu
2000-07-07 21:56:38 +00:00
rhp%netscape.com
3da285e89e Fix for bug 31589 - Problem with Japanese in vCard tag fields - r: nhotta 2000-07-07 03:17:33 +00:00
nhotta%netscape.com
bdbe2d2ec3 Fix warnings caused by my last check in. 2000-07-06 23:46:20 +00:00
nhotta%netscape.com
786c02653e Added a force charset override support, bug 43101, r=mscott. 2000-07-06 23:30:57 +00:00
nhotta%netscape.com
36cc7bdb9d Added a force charset override UI, bug 43101, r=mscott. 2000-07-06 23:29:44 +00:00
nhotta%netscape.com
c7c0dd52b5 Removed the code to set a folder charset by charset menu, we only use charset menu for message override, bug 43101, r=mscott. 2000-07-06 23:26:49 +00:00
nhotta%netscape.com
16e441b07d Added force_charset_override, bug 43101, r=mscott. 2000-07-06 23:25:40 +00:00
mozilla.BenB%bucksch.org
6e326b1f69 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
bryner%uiuc.edu
f66a19368b Fix for bug 43417. r=pinkerton. 2000-07-06 22:20:32 +00:00
ducarroz%netscape.com
1ba0f89c0a Fix Linux bustage. 2000-07-06 21:51:11 +00:00
waterson%netscape.com
73bc2ab4b7 Fix a string leak that dbaron found with leaksoup. r=bienvenu 2000-07-06 20:58:29 +00:00
ducarroz%netscape.com
1d76e4a74d 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
rhp%netscape.com
345b4e99dd Fix for Bug 44086 - problem with saving attachments over existing files - r: bienvenu 2000-07-06 14:05:47 +00:00
bienvenu%netscape.com
f9d9b2d41c fix memory leaks in imap header parsing, r=jefft 2000-07-06 13:41:10 +00:00
BlakeR1234%aol.com
bbd55c2f87 erg. fix indentation. 2000-07-06 07:37:48 +00:00
BlakeR1234%aol.com
716b7ff562 Fix tiny mistake in my previous checkin. 2000-07-06 07:23:44 +00:00
BlakeR1234%aol.com
5b6288682e Compatibility with the mail spec 2000-07-06 06:52:46 +00:00
BlakeR1234%aol.com
6490acb61a Compatibility with the mail spec - http://www.mozilla.org/mailnews/specs/threepane/MailMenusM.html 2000-07-06 06:49:11 +00:00
mozilla.BenB%bucksch.org
67b72ae485 40862: Fix bug 9202 for this class, temporarily remove the wrapping <div class=text-flowed> in the quoting case.
43453: Check in the nsbr conversion for flowed paragraphs, if we're in an HTML tag (as e.g. outputted by the TXT->HTML converter).
43455: Allow space-stuffing even for otherwise empty (or quoted) lines.
2000-07-06 02:22:59 +00:00
mozilla.BenB%bucksch.org
0beb9ebea4 39370: Use format=flowed for quoting 2000-07-06 01:45:02 +00:00
mozilla.BenB%bucksch.org
44e0bccbdb 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
2558b1d445 fixed bug 44164 - improperly parented modal dialog in nsPop3Protocol; r=mscott 2000-07-05 23:55:17 +00:00
jefft%netscape.com
2bb8793d40 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
bienvenu%netscape.com
65efcc31d6 check in fix for 40746 for putterman, crash hitting next unread in empty folder, r=me 2000-07-05 22:26:55 +00:00
varada%netscape.com
fcc484937b fix for bug #36155 -default identity for compose message must be the selected identity in messenger windows; r=ducarroz 2000-07-05 22:06:34 +00:00
mkaply%us.ibm.com
ecb1bbb781 #42637
r=mscott, a=brendan
OS/2 bringup - VisualAge treats this like a cast - according to nsFileSpec.h, our way is correct
2000-07-05 13:44:44 +00:00
cls%seawood.org
bca014f1bb Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
sspitzer%netscape.com
31e159ea1b last check in before sabbatical! fix for nsbeta2+ bugscape bug #1149.
install default templates in the case where the profile's locale
is not set.  r=mscott
2000-07-01 02:38:27 +00:00
bienvenu%netscape.com
c5daa0bb05 more fixes for progress meteors,r=mscott 38598 2000-06-30 13:30:02 +00:00
cls%seawood.org
1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
alecf%netscape.com
155d286856 mozilla side of fix for #34140
r=sspitzer

Allow protocol-specific attributes to be set in the ISP RDF file
2000-06-30 06:07:36 +00:00
alecf%netscape.com
df08c41c5f update ISP example (not part of build) 2000-06-30 06:03:21 +00:00
alecf%netscape.com
7453040ba6 fix for #43911 - make double-clicking of messages in the search window open the target
message in a standalone message window - mostly moving files into threadPane.js and
abstracting out the folder datasource
r=putterman
2000-06-30 06:02:30 +00:00
scc%mozilla.org
1e97d06de6 bug #17294, fixed a dogfood+ assert described in this bug, though unrelated to the underlying problem 17294 is really about. r=BenB; a=jar 2000-06-29 22:04:22 +00:00
chuang%netscape.com
e23e4ca448 Bug GetCardForEmailAddress() is case sensitive, r=ducarroz 2000-06-28 20:57:48 +00:00
sspitzer%netscape.com
68c2c882cd fix addressbook splitter for classic skin. r=german 2000-06-28 19:25:05 +00:00
bienvenu%netscape.com
f637131411 part of fix for throbber, r=jefft,mscott 38598 2000-06-27 23:54:57 +00:00
bienvenu%netscape.com
b9c1f9cd75 fix problem with imap messages arriving out of order, r=jefft,mscott 40701 2000-06-27 23:52:05 +00:00
tao%netscape.com
c094568ffd 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2000-06-27 22:13:23 +00:00
morse%netscape.com
5524653464 fix bug 43886, single signon no longer works, r=jefft 2000-06-27 21:13:50 +00:00
alecf%netscape.com
a32fa661ac back out part of amasari@netscape.com's checkin. no reviewer, because this
string should never have been removed in the first place!
thanks to timeless@bemail.org for finding the error
2000-06-27 06:19:53 +00:00
ducarroz%netscape.com
5b40499ef9 Fix for bug 43468. We need also to use .value when we pre file a recipient else we will loose the content of every non visible fields! This is more a work around that the reall fix which should be in the textcontrolframe code. R=putterman 2000-06-27 06:14:42 +00:00
alecf%netscape.com
1dfc1b5eae fix for #43794 contributed by blaker1234@aol.com
r=alecf - just a tiny spelling error - "Outoing" -> "Outgoing"
2000-06-27 05:33:31 +00:00
alecf%netscape.com
640e2bddb4 fix for #41645 contributed by <timeless@bemail.org> r=alecf 2000-06-27 05:30:19 +00:00
alecf%netscape.com
5b352ad4a0 make window sizable, part of #33101 r=sspitzer 2000-06-27 04:42:34 +00:00
ducarroz%netscape.com
6027404a66 Fix build bustage for rhp. Add msgUtils library to the Mac project (both target) 2000-06-27 00:12:48 +00:00
rhp%netscape.com
cc38577efa Fix to use the server and port from AB Sync server - Bug # 43782 - r: jefft 2000-06-26 23:04:37 +00:00
mkaply%us.ibm.com
904e0087ba #42637
r=mscott, a=brendan
OS/2 bringup - need casts for VisualAge
2000-06-26 20:39:19 +00:00
bienvenu%netscape.com
f6e57b9a5e fix for 38598 progress not working r=mscott 2000-06-26 14:54:28 +00:00
bienvenu%netscape.com
99cd9ed39e fix for 38598 progress not working r=mscott 2000-06-26 14:24:05 +00:00
rhp%netscape.com
cb542fd43e Fixing problem with printing - simple one line JS fix for a missing call - Bug #43478 - r: jefft 2000-06-25 17:33:57 +00:00
sspitzer%netscape.com
f9d98570e1 comment out my printf. 2000-06-24 21:45:08 +00:00
sspitzer%netscape.com
edcae4fdcf fix for #39853. when populating the subscribe dialog from disk, we'd
block the entire ui.  this was bad if the hostinfo.dat file was big.
r=mscott
2000-06-24 21:35:59 +00:00
sspitzer%netscape.com
db7b98397e fix for #41062. pop up an alert on news errors, like auth failure.
r=mscott.
2000-06-24 21:22:47 +00:00
ben%netscape.com
770cb0f179 more classic skin work 2000-06-24 04:52:59 +00:00
alecf%netscape.com
5f34ec2aa2 fix for 39345 - remove save password from all UI
r=sspitzer
2000-06-24 01:32:12 +00:00
mscott%netscape.com
fd6d34605f Bug #43651 --> can't read news without crashing. Implement GetContentType for nntp protocol.
r=sspitzer
2000-06-24 01:17:02 +00:00
dougt%netscape.com
8b638a4c67 I IDL-ifying the nsProxyObjectManager.
I have updated all users that I found
grepping the source tree.

r=valeski@netscape.com
a=waterson@netscape.com
b=43131

Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
bryner%uiuc.edu
aeaec0cab9 Patching more (hopefully all) trees to work with the new tree widget (bug
30511).  r=hyatt.
2000-06-23 21:44:48 +00:00
german%netscape.com
8ef2892528 Fixing messenger 3-pane splitter in classic skin by updating align='vertical' to orient='vertical'. 2000-06-23 14:51:05 +00:00
mscott%netscape.com
0695efb437 Bug #10802 --> in order to impelement open attachments, I needed to make sure the
stream converter passes out the same channel it is given. This makes the converter
much more transparant in the conversion process.
r=sspitzer
2000-06-23 04:48:29 +00:00
mscott%netscape.com
af17a1e9c8 Bug #10802 --> remove special case of message/rfc822 content. we resolve this diffently now in order to make
open attachments work.
r=sspitzer
2000-06-23 04:47:30 +00:00
racham%netscape.com
b564d158b3 enabling biff bug 36011 review=scottip 2000-06-23 03:20:35 +00:00
gayatrib%netscape.com
dfd928ee8d Biff Feature bug 36011 review=scottip 2000-06-23 03:19:17 +00:00
mscott%netscape.com
7e54058b07 Bug #10802 --> in order to implement open attachment i need the mail news channels to implement set owner
and set/get contenttype
r=sspitzer
2000-06-23 03:11:20 +00:00
varada%netscape.com
d0be445fde fix for bug#37180 -change nsIFileSpecWithUI to nsIFilePicker; r=scottip 2000-06-23 01:38:59 +00:00
mscott%netscape.com
567e6d3ea8 Bug #10802 --> register mime as a message/rfc822 to */* converter.
r=sspitzer
2000-06-23 00:00:52 +00:00
ducarroz%netscape.com
2ea7d6cffc Fix for bug 41137. Add support for mailing list. R=alecf 2000-06-22 23:47:16 +00:00
chuang%netscape.com
af0a821c6d Bug 43134 Dragging scrollbar thumb in the threadPane initiates a drag, fix the address book part. r=putterman 2000-06-22 23:15:08 +00:00
alecf%netscape.com
ac9b617117 polish for #33101 contributed by
Josh Soref <soref@wam.umd.edu>
thanks timeless!
r=alecf
2000-06-22 23:08:07 +00:00
alecf%netscape.com
b9d2ddfef9 update paths to mailWidgets.xml for #33101 r=sspitzer 2000-06-22 23:04:14 +00:00
alecf%netscape.com
0bd7b9520e oops, back out a debugging statement (doesn't affect release build) 2000-06-22 22:53:06 +00:00
alecf%netscape.com
7d6cca6bbb pre-select the search folder when brought up from the 3-pane UI, for #33101
r=sspitzer
2000-06-22 22:52:05 +00:00
alecf%netscape.com
4623e24b70 move mailWidgets.xml out of skin and into content
(per security requirements) so search (#33101) will keep working
2000-06-22 22:38:24 +00:00
mscott%netscape.com
03af6b3cbe 10802 --> implement open attachment
r=bienvenu
2000-06-22 22:37:22 +00:00
mscott%netscape.com
923ad64a0c Bug #10802 --> implement open attachment
r=bienvenu
2000-06-22 22:36:41 +00:00
mscott%netscape.com
9894799a78 Bug #10802 --> add new interface for fetch mime part
which is only implemented by imap currently...this helps
free up the OpenAttachment name space that this method was
hogging before =).
modify the signature of open attachment to match my needs
r=bienvenu
2000-06-22 22:36:06 +00:00
mscott%netscape.com
86f3ed7dc2 Bug #10802 --> add open attachment action type
r=bienvenu
2000-06-22 22:16:07 +00:00
nhotta%netscape.com
c828a16eab Changed "force_ascii_search" to false as default, bug 5933, r=bienvenu,taka. 2000-06-22 22:07:32 +00:00
nhotta%netscape.com
4cb736167a Hooked up charset converter and fixed a couple of bugs
(fixed charset passing to EncodeImap, GetImapCharsetParam to generate "CHARSET" param), bug 5933,r=bienvenu,taka.
2000-06-22 22:07:01 +00:00
mscott%netscape.com
123e15cd41 Bug #10802 --> properly report the content type especially in the case of
attachments instead of always reporting "raw"
r=sspitzer
2000-06-22 22:04:13 +00:00
alecf%netscape.com
5cbee96537 fix for assertions - toolbarseparator->separator
a=granrose
2000-06-22 18:44:14 +00:00
alecf%netscape.com
011b60e928 fix for #43469 - trouble creating a POP account
r=putterman
a=granrose
2000-06-22 18:33:42 +00:00
bienvenu%netscape.com
cd93ed7328 try to fix build bustage on solaris 2000-06-22 14:37:17 +00:00
mkaply%us.ibm.com
47d8153420 # 42637
r = mscott, a = brendan
OS/2 bring-up  - Used false instead of PR_FALSE
2000-06-22 14:25:27 +00:00
jefft%netscape.com
ca0f8937e3 fixed bug 18293 - My ISP complains about not receiving a HELO command first; r=bienvenu 2000-06-22 13:56:07 +00:00
alecf%netscape.com
3c912fc37e fix for 43134 r=putterman 2000-06-22 06:20:14 +00:00
rhp%netscape.com
a5a3827ae9 Adding COOL Auth to ABSync - Bug #: 43022 - r: jefft 2000-06-22 04:21:43 +00:00
mscott%netscape.com
0c08e26157 Bug #10802 --> for open attachment, the mime converter needs to remember the
content type of the part is about to output.
r=rhp
2000-06-22 03:25:22 +00:00
alecf%netscape.com
42d37a2d04 fix for #38027 - temporarily workaround broken html:selects by using a menulist and a hidden input
r=sspitzer
2000-06-22 01:20:25 +00:00