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

6731 Коммитов

Автор SHA1 Сообщение Дата
jefft%netscape.com 9c94867543 fixed bug 23133, 23136 - Send Link & Page not escaping page url and not generating href tag; r=ducarroz 2000-01-06 23:35:57 +00:00
alecf%netscape.com d516ac6647 slightly better e-mail validation for #3744
r=sspitzer
2000-01-06 23:34:26 +00:00
sspitzer%netscape.com e397a910fc fix for javascript assertion in bug #23282 2000-01-06 22:24:27 +00:00
mscott%netscape.com 9fe7e943b2 Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
in the attachment pop up menu.

Also removed a function I didn't need (DumpAttachmentsMenu)
r=alecf.
2000-01-06 21:29:44 +00:00
mscott%netscape.com b04f62c7cf Bug #23109 --> attachment names aren't being converted to unicode before we try to display them
in the attachment pop up menu.

the header sink needs to use a wstring for the attachment name.
r=alecf.
2000-01-06 21:29:09 +00:00
mscott%netscape.com 852a74f10d Fix a rare crash when displaying imap messages. Don't remove the mock channel from the url
on the imap thread. Why? Because this causes the channel to be removed from the load group
which triggers a chain of UI notifications that should be on the UI thread and not the imap thread.

r=bienvenu
2000-01-06 21:24:03 +00:00
bienvenu%netscape.com 5fd5f72f9d fix parent thread for top level messages,fixes delete in threaded view r=putterman 22287 2000-01-06 21:18:45 +00:00
sspitzer%netscape.com 7907ad9117 fix for #23274. make "File | New... | Account" work. 2000-01-06 21:13:01 +00:00
rhp%netscape.com c0162b5a15 Fix for incorrect reporting of number of attachments for signed messages - Bug #: 23182 - r: jefft 2000-01-06 19:59:48 +00:00
sspitzer%netscape.com 5428d9003e fix for bug #21235. fix the "triple click" problem with the folder picker.
thanks to waterson for the tip.  also, add the MPL to the top of the file.
2000-01-06 19:54:46 +00:00
nhotta%netscape.com 1a2b32e299 Changed to apply the entity conversion before charset conversion, bug 20062, r=akkana. 2000-01-06 19:49:23 +00:00
nhotta%netscape.com 6bd413e421 Changed to scan for HTML before converting from unicode to mail charset, bug 22315, r=rhp. 2000-01-06 19:48:45 +00:00
tonyr%fbdesigns.com a1eb629576 Added nsIFieldMap interface. 2000-01-06 16:43:06 +00:00
tonyr%fbdesigns.com 345de80f90 Fixed to actually build. 2000-01-06 16:43:01 +00:00
tonyr%fbdesigns.com b999278e72 Added nsIFieldMap implementation. 2000-01-06 16:42:57 +00:00
tonyr%fbdesigns.com 5750e9fac7 First Checked In. 2000-01-06 16:37:39 +00:00
rhp%netscape.com 7f08a6c054 Fix for vCard display problem - Bug #10620 - r: mscott 2000-01-06 16:01:28 +00:00
jefft%netscape.com 9c5b3edc9f remove shadow variable; r=bienvenu 2000-01-06 14:25:04 +00:00
alecf%netscape.com b7175eb04d backend part of fix for #14798, r=mscott 2000-01-06 08:27:23 +00:00
mscott%netscape.com b3e5a85817 fix some I18n header display problems introduced by the new message display stuff I landed tonight. This means
converting our UTF-8 header values into unicode before broadcasting them through the header sink
r=alecf
2000-01-06 08:19:26 +00:00
mscott%netscape.com 2ddb75160e Fix some I18N display problems with the new message display stuff by forcing the header value
to be unicode instead of a char *.
r=alecf
2000-01-06 08:18:25 +00:00
mscott%netscape.com 1713da7081 remove obsolete emitter factory. 2000-01-06 06:08:17 +00:00
mscott%netscape.com ee41099c34 Merge the two html emitters into one uber emitter....this fixes the problem with displaying forwarded
messages with the new message display code
r=rhp
2000-01-06 06:05:38 +00:00
mscott%netscape.com 12ee5407b9 include name space urls
r=hangas
2000-01-06 00:54:55 +00:00
mscott%netscape.com 604d0e817b Bug #22960 --> fix an inefficiency when deleting a message...we were clearing the
message pane and msg header view overlay twice every time we deleted
a msg...this helps make deleting look faster...The fix is to not
 clear the msg pane every time selection changes in the thread pane..
instead only clear the msg pane when the folder selection changes..
2000-01-06 00:54:09 +00:00
mscott%netscape.com cc713cbb14 Bug #22960 --> add on load header pane support, clear the header pane whenever we clear the message pane. 2000-01-06 00:53:12 +00:00
mscott%netscape.com 06f8a4abf4 Bug #22960 --> include msgHdrViewOverlay for the message header pane which shows the message headers
for a selected message.
2000-01-06 00:51:59 +00:00
mscott%netscape.com ba4d7a8286 Bug #22960 New html emitter for new message display which broadcasts header information to a listener interface which
is passed in on conversion.

Later tonight I'm going to merge this new html display emitter back into the original emitter.
r=rhp
2000-01-06 00:49:33 +00:00
mscott%netscape.com 134f73a40c DisplayMessage now takes in the nsIMsgWindow
r=bienvenu
2000-01-06 00:47:58 +00:00
putterman%netscape.com 12b7324038 Fixes part of 20446. r=sspitzer. Remember collapsed/expanded state of folderpane. Also
sort messages by date as default sort until we remember sort per folder.
2000-01-06 00:47:02 +00:00
mscott%netscape.com a05c1d7d44 Bug #22960 --> store nsIMsgHeaderSink
r=bienvenu
2000-01-06 00:46:35 +00:00
mscott%netscape.com d7aea76591 Bug #22960 --> Part of new message display landing. Remember the nsIMsgWindow
r=bienvenu
2000-01-06 00:46:10 +00:00
mscott%netscape.com 623bd84865 Bug #22960 --> store a nsIMsgHdrSink associated with the messenger window instance
r=bienvenu
2000-01-06 00:45:47 +00:00
mscott%netscape.com 83d3949553 Part of new message display landing. DisplayMessage now takes in the nsIMsgWindow
r=bienvenu
2000-01-06 00:45:28 +00:00
mscott%netscape.com baaffcdc83 Bug #22960 --> push data in 1.5K chunks into the channel listener
r=bienvenu
2000-01-06 00:44:17 +00:00
mscott%netscape.com b22a376a06 Bug ##22960 --> Landing new message display stuff
linkify all email addresses into mailto links.
Add toggle button support for toggling between long and short views of headers with email addresses.
2000-01-06 00:36:35 +00:00
mscott%netscape.com 6d7bc4be47 Add support for toggling between short and long address views for the to and from fields.
r=hangas
properly format the attachment menupopup so it lines up right underneath the attachment icon.
r=hyatt
2000-01-06 00:34:39 +00:00
mscott%netscape.com 33a38498c3 Use visibility-collapse instead of display-none for the hide attribute
r=hyatt
2000-01-06 00:32:47 +00:00
mscott%netscape.com 781255353d Prep work for landing Bug ##22960 --> Adding PR_Logging support to the mime emitter.
Make WriteHTMLField methods virtual so they can be over-ridden by derived classes.
2000-01-06 00:28:46 +00:00
mscott%netscape.com 3bb4a70e5e Part of new message display landing. Export msgHdrViewOverlay.css 2000-01-06 00:25:28 +00:00
mscott%netscape.com db8c5ec048 part of new message display landing. export nsMsgHdrViewOverlay.css 2000-01-06 00:22:43 +00:00
mscott%netscape.com 2740ccb107 part of new message display. export nsMsgHdrViewOverlay.css 2000-01-06 00:21:20 +00:00
mscott%netscape.com 77d7904064 Preparing to land new message display stuff. Export nsMsgHdrViewOverlay.dtd 2000-01-06 00:19:25 +00:00
mscott%netscape.com a9eeb8f2cb Preparing to land new message display stuff. Export nsMsgHdrViewOverlay.xul and nsMsgHdrViewOverlay.js 2000-01-06 00:19:01 +00:00
mscott%netscape.com 679d2aad9b Bug #22960 --> small snippet of code to AsyncConvertData so we remember the desired output format. 2000-01-06 00:17:18 +00:00
mscott%netscape.com 55bae324c1 Bug #22960 --> add nsIMsgHdrSink interface for getting headers
r=sspitzer
2000-01-06 00:15:54 +00:00
mscott%netscape.com 02b08268f8 Bug #22960
make the header parser easier to use from xpconnect by adding
an enumerator you can use to enumerate over parsed results
and adding nsIMsgHeaderParserResult
r=sspitzer
2000-01-06 00:14:05 +00:00
mscott%netscape.com 50b0cb9bf7 Part of new message display landing. Export nsMsgHdrViewOverlay.dtd 2000-01-06 00:09:26 +00:00
mscott%netscape.com e6e1e4bf11 Part of new message display landing. Export nsMsgHdrViewOverlay.xul, nsMsgHdrViewOverlay.js 2000-01-06 00:08:56 +00:00
mscott%netscape.com 0b0f355817 Begin landing on new message display stuff. Export nsMsgHdrViewOverlay.dtd 2000-01-06 00:06:38 +00:00
mscott%netscape.com 5dcb60edd0 Begin landing on new message display stuff. Export nsMsgHdrViewOverlay.xul, nsMsgHdrViewOverlay.js 2000-01-06 00:06:17 +00:00
waterson%netscape.com 0d805d4978 Fix message loading. nsXULDocument expects the GetPrincipal() method to -not- fail, so instead, return a null principal. 2000-01-05 22:55:04 +00:00
jefft%netscape.com 398cac9ed2 fixed bug 21688 -- [Dogfood] Headers are all collapsed into 1 line when forwarding certain types of msgs; conditionally strip out line continuation; r=rhp 2000-01-05 15:46:06 +00:00
bienvenu%netscape.com 08d0ac9ce0 check in jefft's fix for crash opening new account, r=me 2000-01-05 15:14:13 +00:00
rhp%netscape.com 4873a6af57 Fix for incorrect signature HTML - Bug #23011 - r: jefft 2000-01-05 15:08:32 +00:00
rhp%netscape.com 6692cc345b Fix for incorrect signature HTML - Bug #23011 - r: jefft 2000-01-05 14:43:38 +00:00
mscott%netscape.com 4903b9deea Bug #22960 --> style rules for the new message header view overlay which is used to display the msg headers for a selected message.
This isn't part of the build yet.
r=hangas
2000-01-05 05:37:42 +00:00
warren%netscape.com e07863e48c Added OnClose method to nsIPipeObserver (bug#23080) 2000-01-05 05:07:46 +00:00
rpotts%netscape.com e9dab71e09 Removed multipart/x-mixed-replace sinjce it is now handled as a stream converted in the URI loader. 2000-01-05 04:45:49 +00:00
alecf%netscape.com 8225da9a99 still more nsString->nsAutoString cleanup 2000-01-05 03:06:03 +00:00
alecf%netscape.com 08afe02e18 more nsAutoString cleanup 2000-01-05 02:59:24 +00:00
alecf%netscape.com 73f585fdcc some nsString->nsAutoString cleanup 2000-01-05 02:55:17 +00:00
alecf%netscape.com 69bfd0011e pass 2 off XPIDLizing nsIMsgHdr - clean up IDL to use attributes where appropriate, and fix up API calls where necessary (#7808) 2000-01-05 02:02:50 +00:00
mscott%netscape.com ca7b32a7c3 fix potential build breakage...use .get on nsCOMPtr b4 comparing to a raw ptr... 2000-01-05 01:45:08 +00:00
mscott%netscape.com d19599f092 Bug #22962 become an observer with the observer service and listen to status changes.
this allows us to pick up mouse over link text in the status bar.
r=sspitzer
2000-01-05 01:40:13 +00:00
putterman%netscape.com eb30692c89 Fixes 17427, 17288. r=bienvenu. NextUnreadThread works and Next Unread Messages uses it
for optimization.  Thread counts work in thread pane.  Can now mark a replied or forwarded message
as unread.
2000-01-05 00:56:27 +00:00
ducarroz%netscape.com a0b02a38d4 Fix for bug 21025. Need to unescape the attachment url before putting it in the attachment pane. R=jefft 2000-01-05 00:20:34 +00:00
rhp%netscape.com 6b06ca840c Fix for incorrect charset on Draft messages - Bug #: 22508 - r: nhotta 2000-01-04 23:22:51 +00:00
alecf%netscape.com 77c014bfb7 added files: mozilla/mailnews/base/public/nsIMsgHdr.idl 2000-01-04 22:42:00 +00:00
alecf%netscape.com 24f15fcdf7 first pass at fix for #7808, XPIDLizing nsIMsgHdr - for now just make an exact duplicate of the C++ interface, except in XPIDL
r=putterman
2000-01-04 22:41:21 +00:00
sspitzer%netscape.com 6a6a11ff88 fix bugs #23021and #23044 by using NS_MsgHashIfNecessary(). r=alecf 2000-01-04 22:25:28 +00:00
alecf%netscape.com d03c27a7ab fix infinite loop with certain japanese folder names (dont' use continue in a while loop if you're not actually changing state!)
r=sspitzer
2000-01-04 22:14:25 +00:00
alecf%netscape.com 1c2e74b53e major cleanup of the account wizard:
- add validation routines so people don't enter blank information
- prepopulate a couple fields based on previous entries
fixes #23001, #23003, #3744, #21806
r=sspitzer
2000-01-04 21:12:43 +00:00
bienvenu%netscape.com 81f77c0efc fix crash reading mail after deleting inbox.msf file, r=jefft 2000-01-04 15:58:54 +00:00
alecf%netscape.com b603c06944 fix misspelling 2000-01-04 08:30:10 +00:00
alecf%netscape.com 0dadc1d479 remove some unused menu items (no bug, just general cleanup) 2000-01-04 08:27:17 +00:00
alecf%netscape.com 737c9809c6 fix for #13587, #22316, #13591, #16898 - overall wizard behavior
fix next, finish buttons, get rid of superflous "click next" instructions, get enabling/disabling of buttons correct, etc
2000-01-04 08:19:45 +00:00
alecf%netscape.com 2d410ffb44 more fixes for #13586, more typos, missing strings 2000-01-04 08:00:43 +00:00
alecf%netscape.com 2946e8fccd more fixes for #13586, just typos 2000-01-04 07:55:34 +00:00
alecf%netscape.com 018e5b4d27 fix for #13586 - add a missing string and spacer 2000-01-04 07:53:45 +00:00
sspitzer%netscape.com 5da1555134 being anal... 2000-01-04 05:49:43 +00:00
sspitzer%netscape.com b8221102fb it is possible to get into the state where you have an fcc pref for a given folder, but the server where the folder lives is gone. (it involves removing servers)
this isn't the complete fix, but at least it prevents the javascript assertion in bug #22987.
2000-01-04 05:20:35 +00:00
rhp%netscape.com b087727625 Fix for mime rendering problem - Bug #22653 - r: jefft 2000-01-04 02:58:42 +00:00
putterman%netscape.com 823521f8ff Fixes 22570. r=alecf. Use base class mPath so that counts show up correctly. 2000-01-03 23:43:05 +00:00
mscott%netscape.com 39f82b2424 Prep work for landing improved message display performance: Bug #22960.
give the msg header parser a progid so it can accessed from js.
2000-01-03 23:24:16 +00:00
dougt%netscape.com 528b809112 Including nsString.h directly. It is included indirectly by nsFileSpec. This
prep work for the nsIFile landing.
2000-01-03 23:16:47 +00:00
sspitzer%netscape.com 1402548aeb fixed the build bustage. r=ducarroz 2000-01-03 23:15:36 +00:00
jefft%netscape.com 71c63ee4d2 fixed bug 15069 -- wrong implementation to get the file type url string; r=ducarroz 2000-01-03 23:14:32 +00:00
dougt%netscape.com 1d1d7c9022 Including nsIFileSpec.h directly. It is included indirectly. This
prep work for the nsIFile landing.
2000-01-03 23:12:33 +00:00
mscott%netscape.com c7d2d9fb4c Bug #22960 --> Part of the landing for improving message display performance. Dtd file for the xul msg header view
overlay. This dtd file contains the entity information for your basic RFC-822 msg headers.
Not part of the build!
r=hangas
2000-01-03 23:09:25 +00:00
mscott%netscape.com f5195a714d Bug #22960 --> xul overlay for displaying the msg headers for a selected message.
Not part of the build yet
r=hangas
2000-01-03 23:07:14 +00:00
mscott%netscape.com 2cda22a4ae Bug #22960 --> js routines used by the msg header overlay for displaying the header pane for a selected message.
NOT Part of the build yet.
r=hangas
2000-01-03 23:06:39 +00:00
sspitzer%netscape.com 85bba6cd51 turn on the download headers dialog on the mac, link in the js library. r=mscott. 2000-01-03 22:31:29 +00:00
sspitzer%netscape.com 79fabcdd17 turn this code off until I can fix the mac project file. 2000-01-03 07:12:32 +00:00
sspitzer%netscape.com b914fc7c59 fix for build bustage, thanks to rpotts for the help. 2000-01-03 07:04:32 +00:00
sspitzer%netscape.com 27a016eafe fix build bustage, I hope. 2000-01-03 06:16:35 +00:00
sspitzer%netscape.com e802ab3643 more changes to the new download headers dialog.
it isn't complete, but at least the basics are there.
2000-01-03 05:11:51 +00:00
sspitzer%netscape.com 059e639e29 more changes for the new download headers dialog. don't use hard coded
string, get them from a string bundle.  stop building and exporting
the news-test.* resources.  add the MPL to some files.
2000-01-03 04:09:55 +00:00
blizzard%redhat.com d6cf22aa5c Change nsComponentManager::ProgIDToCLSID to nsComponentManager::ProgIDToClassID as per bug #3579. Checking in for sford. r=scc,r=blizzard 1999-12-30 22:03:58 +00:00
sspitzer%netscape.com bd8d501c35 fix for #21457.
if the user has foo@bar.com as there smtp user name
(either from migration or from the account wizard)
send only foo as the username to the smtp server

r=mozilla@bucksch.org
1999-12-29 22:47:09 +00:00
sspitzer%netscape.com 04b7228154 fix bug #22450. if the user has an @ in there pop username, truncate at that point
when sending the username to the server.  (but the full thing will show up in the ui and in
the password dialog)

now we support the "mail.allow_at_sign_in_user_name" pref.

bring over the comments from the 4.x code base.

this fix will also fix pop for users who entered there full email address as there pop username
1999-12-29 20:50:27 +00:00
sspitzer%netscape.com 53eb29235b second half of the fix for #22791.
dawn is right again, we need to change the order of the options
because if the user had "forward as quoted", we want it to look like
"forward as attachment", because "forward as quoted" is obsolete.
The back end will behave like "forward as attachment", and this makes it
so the front end will too.
1999-12-29 18:26:50 +00:00
sspitzer%netscape.com 767b32eac9 fix for #22791. define a default for mail.forward_message_mode.
fix by=endico, r=sspitzer
1999-12-29 18:22:31 +00:00
rpotts%netscape.com af4f9c2189 Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad. 1999-12-29 07:32:59 +00:00
rpotts%netscape.com c9377dd1ab fix to prevent a crash when displaying IMap messages... nsXULDocument::StartDocumentLoad(...) calls GetOriginalURI(...) which returned null - this was bad. 1999-12-29 04:58:46 +00:00
sspitzer%netscape.com cac344c777 more work to get the download headers dialog to work. 1999-12-29 03:48:46 +00:00
sspitzer%netscape.com ef700385ba more changes for the "Choose..." button near the signature text area.
also, make the smtp server pane in the account wizard grey, like the rest of them.
1999-12-29 02:53:33 +00:00
sspitzer%netscape.com f20b68b65b add a "choose..." button next to the signature text field. 1999-12-29 02:42:37 +00:00
sspitzer%netscape.com 3adee8b416 fix for #15191. properly migrate the mail.signature_date and mail.signature_file prefs.
they are now per-identity prefs.

mail.identity.id1.attach_signature is set if the user had a signature in 4.x

the pref mail.signature_file gets migrated to mail.identity.id1.sig_file and
the pref mail.signature_date gets migrate to mail.identity.id1.sig_date

added a few new macros for pref migration.
1999-12-29 02:17:07 +00:00
sspitzer%netscape.com de0253b5ff fix warning. 1999-12-29 00:14:35 +00:00
sspitzer%netscape.com a322cf0f41 more changes for the download headers dialog ui. 1999-12-28 23:45:57 +00:00
sspitzer%netscape.com 94debc603c include the js file to get the OnLoad handler. 1999-12-28 23:16:57 +00:00
sspitzer%netscape.com e8f57a0dd1 more changes for the new "download headers" dialog. 1999-12-28 23:08:33 +00:00
sspitzer%netscape.com 36ccb33875 ignore generated Makefiles 1999-12-28 23:03:23 +00:00
sspitzer%netscape.com bb8aa67787 new files for the "dowload header" dialog. not part of build yet. 1999-12-28 22:57:49 +00:00
sspitzer%netscape.com b4a6479e68 ignore generated makefile 1999-12-28 22:28:18 +00:00
sspitzer%netscape.com 9b50d8d2ef fix for #21057. we had move to trash and mark as delete switched in the UI. 1999-12-28 21:12:27 +00:00
sspitzer%netscape.com 4a766f0156 the very humble beginnings of drag and drop for messenger. 1999-12-28 19:17:36 +00:00
tonyr%fbdesigns.com b1de7cbf3c Added text import module and new UI 1999-12-27 21:24:00 +00:00
rhp%netscape.com d637f1f3c9 This is part of fix for sending >72 character length lines - Bug #22465 1999-12-25 21:51:45 +00:00
rhp%netscape.com 6a52510db7 Part of fix for sending >72 character lines - Bug #: 22465 1999-12-25 21:49:50 +00:00
rhp%netscape.com f5549230fa Fixes for quoting problems - Bug #: 21993 1999-12-25 19:09:21 +00:00
rhp%netscape.com 7077c2102e Adding signed stubs to build process 1999-12-25 16:05:30 +00:00
sspitzer%netscape.com 6199d14fa0 clean up for fix for #18751. don't use a constant for the type.
r=ducarroz
1999-12-24 16:06:52 +00:00
sspitzer%netscape.com 1b413ccaef fix for #18751. now, if the user has a newsgroup selected in the folder pane,
and they hit new message, it comes up prepopulated to post to that group
on that host.
1999-12-24 10:54:52 +00:00
sspitzer%netscape.com dc6f96ac32 rest of fix for #15845, #15843, and #15861. for check boxes, see if
"reversed" attribute is true.  if so, reverse the value.
1999-12-24 09:57:49 +00:00
sspitzer%netscape.com f5a6026e45 fix for #15845, #15843, and #15861. we had the pref ui reversed for a few prefs. doh! 1999-12-24 09:38:15 +00:00
sspitzer%netscape.com d9aff6507e fixes for #21345 and #17090. remove the junk mail folder, since we
don't support it yet.  and remove the message center prefs, since we
don't support that UI anymore.
1999-12-24 09:18:36 +00:00
sspitzer%netscape.com 33107dab44 fix for #17665, allow the user to configure if they want to use
the newsgroup name abbreviations in the folder pane.
default is yes.  comment out some dumps.  make it so the account manager
can deal with radio inputs.
1999-12-24 08:57:54 +00:00
sspitzer%netscape.com 8b80c1262e fix for #20990. missing some filter choices, and fix a js error. 1999-12-24 06:28:44 +00:00
sspitzer%netscape.com 9ffa08f796 fix for #13767. new nntp accounts should have text compose for the default.
the user can always override this in the account manager.
if it was a migrate account, we use what ever they had set in 4.x
1999-12-24 05:07:30 +00:00
sspitzer%netscape.com 9211b9189f change to reflect the view | header state in the menu, using a radio
menu type.  r=hangas.  one thing isn't working, and that is having
it come up checked with the choice from prefs.  I'll log a bug now.
1999-12-24 01:08:05 +00:00
ducarroz%netscape.com cd0826108e Fix for bug 22420. Change capitalization. R=nicole 1999-12-23 23:37:00 +00:00
sspitzer%netscape.com f6ebaab416 fix the pref panel to explain what emoticons and structs are by example.
this is obviously no the final ui, but until we have an official one
for this new pref, this will do.  r=bienvenu
1999-12-23 23:03:10 +00:00
sspitzer%netscape.com 9cf4030670 rest of fix for #21649. don't get the pref values inside the stream converter, get it in compose and mime, and pass the value through.
thanks to mozilla@bucksch.org for explaining the right thing to do.

also fix a couple of warnings.

r=bienvenu
1999-12-23 22:20:10 +00:00
hangas%netscape.com 41f9be581c Fixing bugs (21868 Enter/Esc keys for password dialogs), (21391 new address book), (22213 Enter/Esc keys for prefs dialog), (22218 new address book card menu item). r=sspitzer 1999-12-23 21:38:25 +00:00
ducarroz%netscape.com 2c3ebdcd2c First Checked In. 1999-12-23 20:47:06 +00:00
ducarroz%netscape.com 95cf967e58 File Removed. 1999-12-23 20:45:53 +00:00
bienvenu%netscape.com ec2736182d fix memory leaks, r=sspitzer 1999-12-23 20:05:19 +00:00
ducarroz%netscape.com 65c2e2f9c1 Fix for bug 22329. Don't access m_editor in the destructor as it could be destroyed before us. R=jefft 1999-12-23 00:04:22 +00:00
jefft%netscape.com 95ac1fac81 fixed bug 21869 -- forwarding multipart/signed message crashes the system; check for the subpart isn't a multipart mime object prior setting up decomposing part function; r=rhp 1999-12-22 21:49:15 +00:00
ducarroz%netscape.com f9274cbe6a First Checked In. 1999-12-22 21:37:09 +00:00
nhotta%netscape.com e222267d9c Bug fix for 22209 (and 20997), when the mail body charset is labeled as us-ascii, use ISO-8859-1 converter (which is a superset of us-ascii), r=rhp. 1999-12-22 19:57:35 +00:00
sspitzer%netscape.com be113294ea a couple more cleanup fixes for the new pref ui for bug #21649 1999-12-22 09:23:09 +00:00
sspitzer%netscape.com baa56e3917 whoops, fix typo. 1999-12-22 09:14:36 +00:00
sspitzer%netscape.com e7982eb40a rest of fix for #21649 1999-12-22 09:14:04 +00:00
sspitzer%netscape.com 211cea2266 rename the prefs 1999-12-22 09:07:19 +00:00
sspitzer%netscape.com 98305b9226 fix the pref ui a little, fix a js exception, add a label to the spell
checking field set, add ui for emoticon to glyph conversion.  part 1 of fix
for #21649
1999-12-22 08:37:30 +00:00
sspitzer%netscape.com f1e2c9a33e remove unused code. 1999-12-22 08:27:50 +00:00
sspitzer%netscape.com a26bca573d fix js exception when the smtp server is not defined 1999-12-22 07:14:21 +00:00
sspitzer%netscape.com b50818392f whoops, forgot the pref type. stoopid. 1999-12-22 06:22:24 +00:00
sspitzer%netscape.com e3a93c9861 rest of fix for #2658, allow user to disable the mailnews start page through the prefs ui.
a=sdagley
1999-12-22 06:17:43 +00:00
sspitzer%netscape.com e0b95ee765 fix for #2658, allow the user to set the mailnews start page via prefs.
I'm re-using some of the js in PrefWindow.js to do this, since it very much like
setting the users home page.
1999-12-22 06:08:51 +00:00
sspitzer%netscape.com f6042e8153 fix for #22345. we were unescaping a message id when we shouldn't be.
a=sdagley
1999-12-22 05:43:06 +00:00
bienvenu%netscape.com 158dfd5122 performance enhancement for deleting messages and diddling flags,r=jefft,mscot,ta=syd 1999-12-22 04:32:18 +00:00
bienvenu%netscape.com 199c7dc97f fix progress for msg load, slight performance tweak,r=mscott,a=syd 1999-12-22 04:30:35 +00:00
sspitzer%netscape.com ac6c946700 now that the newsrc file is not in $(HOME), I better allow the user to see
where it is and change the location (if they want, not recommended)
from the account setup dialog.
1999-12-22 04:28:32 +00:00
sspitzer%netscape.com 74dfd0c85a rest of fix for #22099, r=mscott, a=syd.
on Linux, new newsrc files are "newsrc-"<host>, not ".newsrc-"<host>
1999-12-22 04:18:18 +00:00
sspitzer%netscape.com 8e791656e2 rest of fix for #22099, r=mscott, a=syd.
on UNIX, when we don't have a newsrc root value, use ~/.mozilla/<profile>/News, like we do on the other platforms.

until now, we had been using $(HOME)
1999-12-22 04:07:13 +00:00
sspitzer%netscape.com c3e7250298 fix for #22099, newsrc migration problems on linux. r=mscott, a=syd. 1999-12-22 03:31:59 +00:00
sspitzer%netscape.com 83297e1d52 add titles to the filter dialogs. remove the html select and use my
whizbang folder picker instead. r=putterman a=sdagley
1999-12-22 01:46:53 +00:00
sspitzer%netscape.com bfc18b87ab initialize some variables, fix a comment, fix a FMM 1999-12-22 00:41:38 +00:00
sspitzer%netscape.com 4b7de92dda implement more of the View | Sort menu items, implement the View | Headers menu items, remove dead code. r=putterman, a=sdagley 1999-12-22 00:18:44 +00:00
putterman%netscape.com b22db21158 same as last checkin, forgot to put this in. 1999-12-21 23:41:06 +00:00
putterman%netscape.com 53bb123d4e Fix for 21846. Next Msg works for thread view. r=sspitzer, a=sdagley 1999-12-21 23:38:31 +00:00
sspitzer%netscape.com 60a39256fc fix FMM and UMR from purify, add some null sanity checks to fix various
crashers that I've seen.
1999-12-21 23:11:17 +00:00
sspitzer%netscape.com e8a4061a40 warnings fixes, and fix for #21901, all password dialogs to have titles
if the user passes one in, or use "Password" if they pass null.
1999-12-21 23:03:29 +00:00
sspitzer%netscape.com ebfba119c8 fix warnings, a=sdagley 1999-12-21 22:27:57 +00:00
sspitzer%netscape.com 8068ff2f39 fix for #22109. r=putterman, a=sdagley
the problem was we were appending "/<newsgroup>" to the path to the server
by using AppendRelativeUnixPath.  this leaf us with <path>//<newsgroup
and not <path>/newsgroup.
1999-12-21 21:59:15 +00:00
sspitzer%netscape.com 149097631d take out a dump that is confusing people. 1999-12-21 21:43:29 +00:00
jefft%netscape.com ced3daada0 fixed bug 22043 -- [Dogfood] Can't forward imap mail: get 'mailbox does not exist' error; r=bienvenu,rhp a=chofmann 1999-12-21 18:28:27 +00:00
rhp%netscape.com 1e36d1d252 Adding files to the repository. NOT PART OF THE BUILD! 1999-12-21 17:55:56 +00:00
rhp%netscape.com 3f7e67c780 Adding smimestub to the build process. 1999-12-21 17:48:12 +00:00
rhp%netscape.com 084938f840 Changing a default mail pref 1999-12-21 16:17:31 +00:00
rhp%netscape.com 1cf5a8c283 Fix for corrupted messages on failed send - Bug #: 18772 - r: jefft a: chofmann 1999-12-21 15:26:37 +00:00
sspitzer%netscape.com 383a734112 initialize some uninitialized variables 1999-12-21 01:18:47 +00:00
sspitzer%netscape.com 9a30f8fc32 move #ifdef DEBUG to a wide scope 1999-12-21 01:18:20 +00:00
sspitzer%netscape.com 8b1b5440f7 fixes for #17787 and #20395. make the folder pickers look like buttons
and get the "mail.citation_color" pref to work in the prefs dialog.
thanks for brade for doing the hard work with color prefs.
r=brade,alecf, a=chofmann
1999-12-21 00:52:39 +00:00
ducarroz%netscape.com 0a99606045 Fix for bug 22001. We must close the DB only when we realse the object. R=bienvenue, A=chofmann 1999-12-20 23:23:53 +00:00
jefft%netscape.com 64eb040946 fixed bug 21417 - [Performance] nsMsgLineStreamBuffer use PL_strlen to determine how many bytes left in the buffer; eliminate using PL_strlen() to speed up the performance; r=mscott, bienvenu; a=chofmann 1999-12-20 14:58:05 +00:00
jefft%netscape.com 624d8a50ea fixed bug 21670 -- read mail crashes on particular message (HP-UX); r=mscott,a=chofmann 1999-12-20 14:54:17 +00:00
jefft%netscape.com c102d5ff19 fixed bug 21714 - leave message on server = false (pop3) doesn't work; now default is set to false; r=mscott,bienvenu; a=chofmann 1999-12-20 14:51:10 +00:00
sspitzer%netscape.com fddb2ee54a fix for regression, where after move or delete, the next message would not be
selected.  thanks to putterman for the fix.
1999-12-18 19:23:09 +00:00
sspitzer%netscape.com e93896ea22 alecf removed nsMessenger::OnUnload(), but not this reference to it. 1999-12-18 08:49:28 +00:00
alecf%netscape.com fe72f1219a move GetPath/SetPath into a base class, combining all the .sbd directory creators. reduces calls to FindServer() by about 2 calls per folder
r=sspitzer
a=chofmann
1999-12-18 01:09:51 +00:00
alecf%netscape.com 1038bd68e3 general cleanup of dead code in messenger, and fixup to use non-DOM interfaces so that the interface isn't tied to a UI
r=sspitzer
a=chofmann
1999-12-18 00:48:25 +00:00
sspitzer%netscape.com c36aaf7aae fixes for #21999, #21607, #17655
initialize some uninitialized variables.
remove nsMsgNewsFolder::GetChildNamed(), the base class has the same implementation.
when posting, if the host name is not explictly given, look for the news
host that is subscribed to the group.
fix a free memory read.  (thanks to suresh for finding it)
1999-12-18 00:30:59 +00:00
rhp%netscape.com 615c192cb9 Cleanup of dead files 1999-12-17 21:39:09 +00:00
rhp%netscape.com 5c07699361 Fix for missing headers - Bug #: 21973 - r: scottip - a: chofmann 1999-12-17 21:37:46 +00:00
bienvenu%netscape.com b6affc07ea fix 19229, imap hierarchy separator,r=jefft,a=chofmann 1999-12-17 03:06:42 +00:00
bienvenu%netscape.com 537e1f7122 changes for caching imap hierarchy separator, handling no inferiors flag r=jefft,a=chofmann 1999-12-17 03:05:04 +00:00
waterson%netscape.com 0382cfc2b4 Fix missing MOZ_COUNT_CTOR(). 1999-12-17 00:16:34 +00:00
rhp%netscape.com f1f0b12bfe Fix for corrupting binary attachments - Bug #: 21907 - r: scottip - a: chofmann 1999-12-16 22:08:29 +00:00
sspitzer%netscape.com dfad96440d fix for blocker bug #21937. fix by putterman. the problem was that
contentframe.js was removed from the build, but not the reference to
it in messenger.xul.  this caused the problem.  we didn't see it in debug
(non-clobber) builds because that file still existed in our trees.
a=leaf,r=sspitzer,bienvenu
1999-12-16 20:10:09 +00:00
sspitzer%netscape.com 02c333dc00 fix for #21839, r=mscott, a=leaf.
jump to the end of the file and append the new newsgroup.
1999-12-16 05:58:50 +00:00
rhp%netscape.com a9084e8553 Large Image attachments hang on mail display fix - Bug #21852 - r: mscott/rhp approved: chofmann 1999-12-16 03:35:01 +00:00
shaver%netscape.com 5818d49be7 remove excess 'Netscape' references from the chrome (r=dmose,a=leaf) 1999-12-15 23:00:34 +00:00
rhp%netscape.com 968e22dd58 Fix for build problem 1999-12-15 04:05:40 +00:00
rhp%netscape.com 074e45276e Performance fix for message display - Bug #: 21203 - r: xxxxx 1999-12-15 03:35:34 +00:00
endico%mozilla.org 2ffb83f7ba change default mail start page to http://www.mozilla.org/mailnews/start.html r=sspitzer, a=brendan 1999-12-14 05:36:46 +00:00
rhp%netscape.com 19e34795ff Fix for crasher in mail display - Bug #21436 r: valeski - Approval: chofmann 1999-12-14 02:25:50 +00:00
ducarroz%netscape.com 939788219e Fix for bug 21606. Don't autocomplete an empty string. R=putterman 1999-12-13 22:59:01 +00:00
jefft%netscape.com 268b209d5d fixed bug 20312, 21546 -- Get Pop3 Messages stall; r=ducarroz, a=chofmann 1999-12-13 22:03:14 +00:00
bienvenu%netscape.com a0423f36a7 fix problem applying multiple imap filter hits r=mscott,a=chofmann 21435 1999-12-13 02:24:13 +00:00
duncan%be.com 72ce635283 Fix minor BeOS build breakage.
r=dveditz
1999-12-12 20:32:26 +00:00
bienvenu%netscape.com 7eba3ad2da fix for stop in mailnews,r=mscott,a=chofmann 18242 1999-12-12 01:23:26 +00:00
ducarroz%netscape.com a5d50b2a1c Fix for bug 21411 (PDT+). Cell doesn't have anymore a child node (by default) are they are now box. Don't check for it. R=hangas 1999-12-11 02:08:03 +00:00
jefft%netscape.com 01d9abbcda fixed bug 20312 -- [DOGFOOD] [PDT+] Mozilla Mail stalls on specified popmail spool; we failed in handling empty line & dot in the middle of a message; r=bienvenu,mscott a=chofmann 1999-12-10 23:42:44 +00:00
jefft%netscape.com c43ec403b8 fixed bug 20312 -- [DOGFOOD] [PDT+] Mozilla Mail stalls on specified popmail spool; we failed in handling empty line & dot in the middle of a message; r=bienvenu,mscott a=chofmann 1999-12-10 23:37:04 +00:00
hangas%netscape.com de17407756 Fix headers over results pane in address book. Bug 21340. r=ducarroz, a=chofmann 1999-12-10 21:15:10 +00:00
chuang%netscape.com d7c6eb04c9 PDT+Bug 21230 Change in Edit AB Card not saved to address book database. r=bienvenu, a=chofmann. 1999-12-10 04:40:59 +00:00
hangas%netscape.com a66a0ab963 Fixing regression 21285 (broken select addresses dialog because of api change in backend). r=alecf 1999-12-09 21:12:43 +00:00
briano%netscape.com 751faeabd1 Build fix. Some compilers try to interpret the #0xx in the unused #defines
as octal values, so the ones that contain 8's and 9's make the compilers unhappy.
1999-12-09 02:59:40 +00:00
bienvenu%netscape.com 91c22f9f57 fix imap reply quoting, r=mscott,a=chofmann 21217 1999-12-09 02:19:30 +00:00
rhp%netscape.com b2596d9e1a Fix for possible memory overrun - Bug #:20564 - r: jefft 1999-12-09 01:11:52 +00:00
norris%netscape.com db3ac41e96 Fix bug 16672 "[DOGFOOD] JavaScript in HTML email message may read local files"
This fix uses the data: protocol to load the text of the mail message,
meaning there's no need for a temporary file. It encodes the data in base
64 so that we don't have to worry about escaping double quotes, ampersands, etc.

r=rhp@netscape.com.

Also fix JavaScript error. r=putterman@netscape.com
1999-12-08 23:00:22 +00:00
hyatt%netscape.com 53ae4c7891 Adding treepopup support to the thread pane. 1999-12-08 11:34:58 +00:00
mscott%netscape.com 490d047e1a fix memory leak for webshell! Bug #21126 --> ftp was broken with mail window up
r=sspitzer
1999-12-08 04:33:44 +00:00
amusil%netscape.com f3c723985e Adding id's to the tab widgets so that they can be overlayed. 1999-12-08 04:16:50 +00:00
rhp%netscape.com 0dbd32e463 Changes for emitter rework for printing - r: jefft 1999-12-08 03:34:32 +00:00
bienvenu%netscape.com e7a4b6ae94 fix 17058 mac body filters, r=sspitzer 1999-12-08 03:25:48 +00:00
bienvenu%netscape.com efa3d671fd fix bug on mac where filters only work first time, r=rpotts 1999-12-08 02:31:44 +00:00
alecf%netscape.com 03a7f545e7 check for null pointer - happens when necko gives us back an empty channel (this is the only place we weren't checking)
r=jefft
1999-12-08 00:01:52 +00:00
putterman%netscape.com 7cbc3a0958 Fixes part of 18075. reviewed by jefft. Don't crash when doing get msg on a pop account
that has no incoming server.
1999-12-07 23:35:05 +00:00
sspitzer%netscape.com d067253aff fix for #21079, infinite loop when discovering folders. r=bienvenu 1999-12-07 23:04:24 +00:00
rhp%netscape.com 33c6cfdf17 Fix for garbage display on text=flowed messages. r: rhp Externally Contributed 1999-12-07 22:54:41 +00:00
dp%netscape.com 2836fa3605 Converting to generic factory. Fixed vcard factory holding
servicemanager. r=rhp@netscape.com
1999-12-07 22:44:49 +00:00
rhp%netscape.com eedfcf7238 Fixes for Text - HTML converstion - r: rhp - externally contributed 1999-12-07 22:25:00 +00:00
tonyr%fbdesigns.com 4df0cc9939 Bug fixes for importing from NT 1999-12-07 22:22:34 +00:00
rhp%netscape.com 60883fdbbd Changes for mangled attachments - Bug #20956 - r: valeski 1999-12-07 22:17:41 +00:00
bienvenu%netscape.com 49f8f78d79 fix problem with extra .msf tacked on db names for imap r=mscott 1999-12-07 22:04:12 +00:00
rhp%netscape.com 957beb03fe Adding file to tree - NOT PART OF THE BUILD! 1999-12-07 15:29:20 +00:00
scc%netscape.com db5cd594e2 Make observers support weak references. Bug #18682; r=dp. 1999-12-07 14:06:36 +00:00
Jerry.Kirk%Nexwarecorp.com 19f6713e3f Added $(TK_LIBS) to EXTRA_LIBS for Neutrino because Timers require the
photon native library to be linked in to work properly.
r=rhp
1999-12-07 12:57:31 +00:00
alecf%netscape.com 92c2c6a64e fix for #20647 (required to verify a PDT+ bug)
r=sspitzer
nsCRT::strcmp was returning 0 when you pass a PRUnichar* 0 null pointer
1999-12-07 08:48:52 +00:00
mscott%netscape.com ef7820f1cb Bug #20698 --> unescape the url before figuring out the file path 1999-12-07 07:18:06 +00:00
sspitzer%netscape.com 58ec9aebb2 fix for #20896, need to select menu or folder picker twice to see the top
level folders for a server.  fix from putterman, r=sspitzer.
1999-12-07 06:20:02 +00:00
alecf%netscape.com 0f17235749 fix case sensitivity issues - check in abCardViewOverlay.js which didn't get checked in the first time, and fix other JS that was changed since Sammy Ford made his original patch
r=sspizter
1999-12-07 06:17:43 +00:00
bienvenu%netscape.com d48d6e9d78 fix body filter problem for local messages, r=mscott 17058 1999-12-07 05:52:56 +00:00
bienvenu%netscape.com b4e61f2f13 fix msf file names for imap folders with illegal characters, r=mscott 20324 1999-12-07 05:51:53 +00:00
bienvenu%netscape.com 89a342ce1e fix problem threading headers by subject when date order is not arrival order, r=mscott 20421 1999-12-07 05:36:06 +00:00
jdunn%netscape.com 1fa56e3ef1 alecf's checkon on 12/2 (test.cpp) started use of accountmanager which requires
libmsgbaseutil so we need to link it in

r= alecf
1999-12-06 22:04:24 +00:00
ducarroz%netscape.com 9f1bbf86f0 Fix for bug 20922. OnAutocComplete and AutoComplete now must start with a lower case. R=hangas 1999-12-06 20:10:05 +00:00
jefft%netscape.com 1438c6a790 possibly fix bug 20230, save template requires canonical line ending when uploading to an imap server; r=rhp; 1999-12-06 15:40:24 +00:00
waterson%netscape.com 73198c7db7 Bug 20853. addCardToDatabase, don't AddCardToDatabase. 1999-12-06 08:33:58 +00:00
rhp%netscape.com 5bc5532f1e Deleting dead files 1999-12-06 05:02:33 +00:00
rhp%netscape.com 8c52701186 Cleaning up dead files 1999-12-06 05:02:18 +00:00
rhp%netscape.com 747d7fc6f5 Cleaning up dead files. 1999-12-06 05:01:42 +00:00
rhp%netscape.com e16eeb9d25 Landing new txt - HTML scanning functionality - Bug 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:55:54 +00:00
rhp%netscape.com 5c1d1ddd4b Landing new txt to HTML scanning functionality - Bug #: 19251 - r: rhp (contributed by Ben Bucksch) 1999-12-06 04:53:29 +00:00