Commit Graph

6638 Commits

Author SHA1 Message Date
bienvenu%netscape.com
78e2bb3f76 use string bundles for news messages,r=sspitzer 12105 2000-01-10 20:57:49 +00:00
chuang%netscape.com
7597dca176 Fix Bug10868 import tab delimited text file with .tab extension, r=hangas 2000-01-10 20:52:57 +00:00
hyatt%netscape.com
27af2d4f24 Cleaning up the folder pane. 2000-01-10 11:41:05 +00:00
hyatt%netscape.com
9d3f017abd Getting the addressing tree out of a div. 2000-01-10 07:37:39 +00:00
hyatt%netscape.com
0e8c3d1636 Improving trees. 2000-01-10 03:04:05 +00:00
putterman%netscape.com
542c0cc4fe Select Inbox on startup if it's currently in the content model. r=mscott. 2000-01-10 01:34:36 +00:00
mscott%netscape.com
b0437cf343 performance tweak --> header parser is supposed to be a service not a component.
r=bienvenu
2000-01-10 01:21:18 +00:00
bienvenu%netscape.com
1237e0a5d0 hook up load group for msg protocol so stop will work, r=mscott 2000-01-09 23:38:52 +00:00
bienvenu%netscape.com
11b38602ec hook up stop for news, r=mscott 2000-01-09 23:38:31 +00:00
bienvenu%netscape.com
1654263297 add ability to null out msg status feedback, r=putterman 2000-01-09 23:15:07 +00:00
bienvenu%netscape.com
2a16f19801 set new flag for new news headers,r=mscott 23425 2000-01-09 22:19:18 +00:00
mscott%netscape.com
22b7472ab2 performance tweak --> header parser is supposed to be a service not a component.
r=bienvenu
2000-01-09 22:00:03 +00:00
mscott%netscape.com
87f8d0fad3 performance tweak --> header parser is supposed to be a service not a component.
r=ducarroz
2000-01-09 21:59:36 +00:00
mscott%netscape.com
4e84d5a487 performance tweak --> header parser is supposed to be a service not a component.
r=bienvenu.
2000-01-09 21:57:21 +00:00
putterman%netscape.com
e73cd6a961 Select and scroll to first new message in a folder. r=bienvenu. 2000-01-09 19:47:58 +00:00
putterman%netscape.com
661ce3d5b7 Put message header and message pane in a box. r=hyatt. 2000-01-09 19:47:09 +00:00
tonyr%fbdesigns.com
7804e3805c Update to changed nsIMsgAccountManager interfaces 2000-01-09 17:30:18 +00:00
alecf%netscape.com
4b677aea8e minor aesthetic changes on advice of ben goodger 2000-01-08 19:29:31 +00:00
rhp%netscape.com
261077b266 Changes to fix I18N vCards - Bug #: 23324 - r: nhotta 2000-01-08 17:24:55 +00:00
rhp%netscape.com
04f0ee8400 Fix for quoting blurb about signed messages - Bug #23075 - r: jefft 2000-01-08 17:12:43 +00:00
alecf%netscape.com
481bba988b final stage of XPIDLizing nsIMsgHdr 2000-01-08 09:55:37 +00:00
alecf%netscape.com
92b9320e72 oops, fix case change (thanks seth) 2000-01-08 09:05:16 +00:00
alecf%netscape.com
acc83c5f70 require servers to have a username and hostname at creation time r=sspitzer 2000-01-08 09:03:55 +00:00
sspitzer%netscape.com
04b2970827 back out that last checkin. it makes no sense, as it's wrapped in an #ifdef. 2000-01-08 08:03:23 +00:00
sspitzer%netscape.com
99d803240f *** empty log message *** 2000-01-08 07:56:42 +00:00
rpotts%netscape.com
023f2ff6e1 Made contentType a read/write attribute of nsIChannel 2000-01-08 06:26:04 +00:00
sspitzer%netscape.com
0f83a227f0 added files: mozilla/mailnews/local/src/nsNoneService.cpp 2000-01-08 04:02:54 +00:00
sspitzer%netscape.com
43bea1f0f2 added files: mozilla/mailnews/local/public/nsINoneService.idl 2000-01-08 04:01:38 +00:00
sspitzer%netscape.com
da6aaee871 fix #23372, remove hard coded string from account manager and account wizard
js.  fix #23313, don't allow user to delete "local folders" account.
fix #23413, implement delete account.  further divorce "none" from "pop3"
(which will be useful once we get to movemail and other incoming mail server types)

r=alecf
2000-01-08 04:01:06 +00:00
alecf%netscape.com
77072606cc finally sever header dependancies between mailsession and accountmanager
(just a header update, no reviewer)
2000-01-08 03:56:15 +00:00
alecf%netscape.com
92363f5226 clean up compose test dependancies (not part of product) 2000-01-08 03:41:55 +00:00
alecf%netscape.com
7267aa24f9 minor dependancy cleanup 2000-01-08 03:40:54 +00:00
alecf%netscape.com
a7d0665e5d minor mailsession dependancy cleanup 2000-01-08 03:40:28 +00:00
alecf%netscape.com
6d68c47f6f null pointer check, no reveiwer 2000-01-08 03:39:59 +00:00
alecf%netscape.com
a6d0a1f442 more minor dependancy cleanup 2000-01-08 03:39:36 +00:00
alecf%netscape.com
55a34ca1bb more incredibly minor mailsession dependancy cleanup (no reviewer) 2000-01-08 03:38:45 +00:00
alecf%netscape.com
c5b9c2d52e clean up dependancies on mailsession (minor, no reviewer) 2000-01-08 03:38:16 +00:00
alecf%netscape.com
49aa8c268d fix uninitialized variable warning 2000-01-08 03:36:37 +00:00
pinkerton%netscape.com
cae2c15f23 Added a new param to the HTML->Text sink stream to take the charset so that we can convert to plain text with the correct charset for the platform. Enhanced the XIFFormatConverter to take advantage of this, fixing bug 21414. r=akkana, nhotta. 2000-01-08 01:48:39 +00:00
bienvenu%netscape.com
28d0c22ed9 add folder listing, support for imap extensions, fix prob deleting from trash,r=mscott 2000-01-08 01:38:34 +00:00
bienvenu%netscape.com
b8ed81e047 add list folder method,r=mscott 2000-01-08 01:36:09 +00:00
bienvenu%netscape.com
5fdf30d156 add folder listing support,r=mscott 2000-01-08 01:36:05 +00:00
jefft%netscape.com
73a881907f fixed bug 17497 - Move/file a news message engages a move instead of copy; move news message treated as copy message; r=putterman 2000-01-08 01:34:08 +00:00
rhp%netscape.com
cb57baf5f3 Final fix for vcard crashing bug - Bug 23309 - r: sspitzer/alecf 2000-01-07 16:08:03 +00:00
sspitzer%netscape.com
93bcf773e5 fix javascript assertion when creating a new account.
this bug was introduced when I landed the changes for #21978
2000-01-07 08:35:18 +00:00
alecf%netscape.com
402228ea38 get rid of evil tabs so I can actually read this in something other than vi :) 2000-01-07 08:24:35 +00:00
alecf%netscape.com
768fb947e0 print exception r=sspitzer 2000-01-07 07:54:09 +00:00
sspitzer%netscape.com
c40113f7f6 fix bug #23317. when using the account wizard, check the
protocol info to see if username is required and how to preflight
the pretty name.  (news does it different than imap and pop.)

to help the insane clown posse, create a string bundle to be used
by the account wizard.

fix the bug that I just introduced where creating accounts
would fail at the very end, so the folder pane would fail to refresh.

r=alecf
2000-01-07 07:49:37 +00:00
alecf%netscape.com
bf21864da7 update mail pref panes to match the new prefwindow landing 2000-01-07 07:09:12 +00:00
sspitzer%netscape.com
b21a2e9a14 fix #21978. two changes: "Local Mail" is now "Local Folders"
and make it so the user *always* has a Local Folders account.
r=alecf
2000-01-07 06:09:47 +00:00
sspitzer%netscape.com
05a217e66b check in bulletproofing fix for #23309 2000-01-07 03:07:14 +00:00
jdunn%netscape.com
587ded3bf0 resolving all unresolved symbols at link time
#= 18896 (continuation)
r= pepper@netscape.com - but ramiro and I talked about these types of changes ages ago
2000-01-07 02:48:46 +00:00
alecf%netscape.com
93a6a9d9ce fix crash viewing Ben Goodger's vCard :)
just a null pointer check, no reviewer
2000-01-07 01:00:29 +00:00
ducarroz%netscape.com
63c6af03cc Fix for bug 22055. We need to extract the message ID and the reference of the original message in order to build the new reference. R=bienvenu 2000-01-07 00:51:00 +00:00
putterman%netscape.com
38fe967182 When navigating through the thread pane, scroll to the newly selected message. r=alecf 2000-01-07 00:42:28 +00:00
bienvenu%netscape.com
b820ad8a58 fix new flag handling, r=putterman 2000-01-07 00:24:35 +00:00
mscott%netscape.com
c3b5f82457 Bug #17065 --> remove our hack in CreateNewLineFromSocket on Unix. This hack was in place
as a work around for the fact that events were getting processed on the wrong threads. dougt
fixed this problem for us. So we don't need this work around which was forcing us to spike the cpu.
r=bienvenu
2000-01-06 23:44:41 +00:00
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