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

6281 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 4738e98dbc Fix solaris breakage. 1999-11-18 09:15:20 +00:00
mscott%netscape.com fd3dd747da uri dispatching tweak...doContent shouldn't explictly check for message/rfc822
r=sspitzer
1999-11-18 08:59:53 +00:00
mscott%netscape.com 4569b85f36 Bug #14928 register our x-application-mailto content handler
register mailto url protocol
r=sspitzer
1999-11-18 08:39:40 +00:00
mscott%netscape.com 4cc0b685eb add mailto url cid and progid
r=sspitzer
1999-11-18 08:39:17 +00:00
mscott%netscape.com 33bb1a8a10 Bug #14928 --> for url dispatching of mailto urls:
add NewChannel, NewURI support for mailto urls.
added nsMailtoChannel which is a light weight channel
implementation for mailto urls
r=sspitzer
1999-11-18 08:38:50 +00:00
mscott%netscape.com 6163cde285 add nsMailtoUrl implementation which is different from
a smtp url. Simplified logic for smtp url.
r=sspitzer
1999-11-18 08:38:12 +00:00
mscott%netscape.com c9b68ca6fc Bug #14928 --> implement open compose window for a uri
r=sspitzer
1999-11-18 08:37:34 +00:00
mscott%netscape.com 1f4bc2c530 Bug #14928 --> added nsIMailtoUrl interface and reduced the functionality
of nsISmtpUrl which was acting as both mailto and smtp
r=sspitzer
1999-11-18 08:37:06 +00:00
mscott%netscape.com 87e0b8cc20 Bug #14928 --> add method for opening a compose window given a mailto url.
this is needed for url dispatching.
r=sspitzer
1999-11-18 08:36:39 +00:00
mscott%netscape.com 25621eedb1 Bug #14928 --> uri dispatching intial landing. when a mail window comes up, we need to register ourselves
with the uri loader.

The mail window is also a nsIURIContentListener. Implement this interface such that doContent requests
are forwarded to the webshell for our message.
r=sspitzer
1999-11-18 07:47:52 +00:00
warren%netscape.com 59ef7fadbf Removed the nsICapabilities interface in favor of nsIInterfaceRequestor. 1999-11-18 07:36:41 +00:00
putterman%netscape.com 0b1644bae6 Fixes various message count updating bugs. reviewed by bienvenu. 1999-11-18 04:31:01 +00:00
nhotta%netscape.com b397596105 In MIME encoder, put a check at the end of the loop if the source points to a null character then bump the
pointer. This fixes a problem when a separator is at the end of a header string. Bug 9762, r=cata.
1999-11-18 03:24:56 +00:00
hangas%netscape.com 28e7445770 Fixes for selection bug 19011 and sidebar resize bug 18742. r=ducarroz 1999-11-18 02:45:38 +00:00
bienvenu%netscape.com 1553bd082f only send change notification for pending filtered messages if the count changed - performance tweak 1999-11-18 02:36:22 +00:00
warren%netscape.com 34ecf73507 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
putterman%netscape.com 2062b04715 Fixes leak. reviewed by bienvenu. 1999-11-17 00:52:16 +00:00
putterman%netscape.com 69be334452 Fixed icons in folder pane. 1999-11-16 23:52:20 +00:00
putterman%netscape.com 7e7ccfe04c Partial fix for 18742. You can now move the sidebar splitter, Thanks to slamm for the fix.
Also some other skin changes to fix some icons and don't make news show up in copy and move menu.
1999-11-16 23:33:35 +00:00
sspitzer%netscape.com 6df92f4ebf fix for #18999, r=putterman
gracefully handle migration if the user used movemail (unix only) in 4.x
wrap all the movemail code with #defines, it is not needed on non-unix
platforms.  movemail is still not supported, but at least now migration
(of bookmarks and cookies) doesn't fail, and you can see your old mail
in 5.0.
1999-11-16 22:54:58 +00:00
sspitzer%netscape.com 7962f1f036 fix warning. 1999-11-16 19:24:35 +00:00
jdunn%netscape.com e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
bienvenu%netscape.com c9db8a0d0c fix build warning 1999-11-16 04:48:51 +00:00
bienvenu%netscape.com 60c867f37a fix 18925,r=sspitzer, mozilla status flags broken 1999-11-16 04:35:29 +00:00
bienvenu%netscape.com b2272803f5 fix double headers on local filter moves, r=jefft 18733 1999-11-16 02:51:56 +00:00
bienvenu%netscape.com b18dd910ba fix memory leak in canonical folder path, r=jefft 1999-11-16 02:43:50 +00:00
bienvenu%netscape.com 58ef34a7cf fix problem with not reporting server error messages, r=jefft 11970 1999-11-16 02:43:17 +00:00
hangas%netscape.com 344df71cb3 Added some user-focus styles following saari's focus checkins, r=saari. Fixed 17947, 17780, 16483, 16601 which were related to focus issues. Some New Skin adjustments (menu color and 15219), r=german 1999-11-16 01:21:22 +00:00
tonyr%fbdesigns.com f079a40fab Added Eudora mail import module 1999-11-16 01:17:56 +00:00
putterman%netscape.com ac218be14f Fix potential crash from last checkins that might occur when shutting down without
having run mailnews.
1999-11-14 22:03:24 +00:00
putterman%netscape.com 46acd7660f Fix for 17712. Reviewed by bienvenu and alecf. Mailnews shuts down accounts, biff,
and folders properly as an xpcom shutdown observer.
1999-11-14 20:36:22 +00:00
cls%seawood.org 0ea4864d1d Removing dependency upon security/freenav module. r=alecf 1999-11-13 23:51:49 +00:00
cmanske%netscape.com d3c7f04a9d Changed Mail Composer XUL to use Increase/Decrease font size instead of combobox (part of fix for 18774) r=sfraser 1999-11-13 16:37:16 +00:00
ducarroz%netscape.com 804b038fa2 Fix for bug 18605. We need to listen on nsMsgCompose and not anymore on nsIEditorShell in order to synch. the Front End with the Back End. R=rhp 1999-11-13 16:04:41 +00:00
saari%netscape.com dc16e7f602 Adding user-focus: normal CSS rule to make message compose subject and to: field fuction properly. R: billions and billions of monkeys 1999-11-13 08:17:17 +00:00
ducarroz%netscape.com a961088135 File Removed. 1999-11-13 00:00:29 +00:00
ducarroz%netscape.com 0f94b69e81 Fix for bug 12080, 16730: I cannot modify the window from a JS listenner function, therefore I use a timer function to do the job. Also, I've implemented support for pref "mailnews.reply_on_top". And add a space to the standard signature separator, now it's "-- ". R=jefft 1999-11-12 23:44:28 +00:00
ducarroz%netscape.com a4068db181 Add a dark gray line under the addressing toolbar to separate it from either the body or the HTML format toolbar. R=german 1999-11-12 23:44:26 +00:00
ducarroz%netscape.com 776fcfc7f5 Remove unused files. R=jefft 1999-11-12 23:44:24 +00:00
ducarroz%netscape.com accd69b6d3 Fix build warning. R=mscott 1999-11-12 23:44:17 +00:00
warren%netscape.com 7f04320416 Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf 1999-11-12 09:07:26 +00:00
rhp%netscape.com fd6e8bfc24 Fixing my build warnings - No Bug - r: jefft 1999-11-12 04:58:33 +00:00
rhp%netscape.com 1e2b59665d Changes for multipart alternative UI - Bug #: 17770 - r: jefft 1999-11-12 02:58:22 +00:00
hangas%netscape.com 078a98078c New Skin update (changed mail and AB windows to have visible representation of focus on trees). Fixed bug 16459 (clear card view pane on change of selection in AB). r=scottip 1999-11-12 02:41:50 +00:00
bienvenu%netscape.com 226efe3505 fix filters firing on read message, r=mscott, 17838 1999-11-12 01:29:26 +00:00
dp%netscape.com 7529298eaf Converted using nsIShutdownListener to xpcom shutdown observer. r=putterman 1999-11-12 01:28:58 +00:00
nhotta%netscape.com 5cfbad9452 For unicode conversion, I had to convert a part of the string not the entire string, otherwise MIME encoder aborts, bug 18105/18595, r=cata. 1999-11-12 01:22:09 +00:00
nhotta%netscape.com a079345422 Changed to resolve charset alias before unicode conversion, made charset name to case sensitive, consolidated conversion wrapper functions, bug 18264,
r=ftang.
1999-11-11 22:05:10 +00:00
sspitzer%netscape.com 1871265825 fix for #16341
from putterman, who gave me the fix:

"Whenever you add something to RDF through an observer notification, RDF
verifies that you really have it by calling HasAssertion.  Our implementation of HasAssertion for adding a folder to a folder consists of seeing if the the
child folder's parent is equal to the parent passed in.  Because we weren't setting the parent, the child's parent was null which wasn't equal to the parent
passed in and the whole operation failed.  This prevents that from happening."
1999-11-11 21:55:39 +00:00
akkana%netscape.com 7bf4d85822 17983: Use editor's InsertAsQuotation even for plaintext. r=rhp 1999-11-11 20:56:03 +00:00
putterman%netscape.com e00d672d83 some speed improvments. reviewed by hangas. 1999-11-11 20:27:52 +00:00
putterman%netscape.com f27e2cdda5 Fix for 18244. Don't load messages if splitter between thread and message pane is collapsed.
reviewed by hangas.
1999-11-11 20:24:46 +00:00
rhp%netscape.com 9fbb4ae9c0 Changes to fix message display problems and others - Bug #: 13402 17770 17772 17899 - r: bienvenu 1999-11-11 19:21:11 +00:00
rhp%netscape.com 22ee3cf257 Changes for multipart alternative - Bug #: 17770 - r: jefft 1999-11-11 19:19:02 +00:00
jefft%netscape.com ebc03cdbf6 fixed bug 6904 -- Close() to implicit expunge deleted messages when in delete is move to the trash mode; this only happened when we shutdown the app; r=bienvenu 1999-11-11 15:46:22 +00:00
nhotta%netscape.com bf25e318e3 Added msgbaseutil to a project file so unicode conversion utils to be accessable, part of bug fix #18264, r=ftang. 1999-11-11 00:48:55 +00:00
putterman%netscape.com 2fcd557421 added nsIIncomingServerListener.idl 1999-11-11 00:27:10 +00:00
putterman%netscape.com be5ef21057 Work on 17712 to add incoming server listeners and hook biff up to them. Reviewed by alecf and bienvenu. 1999-11-11 00:26:02 +00:00
putterman%netscape.com 6e2681b12f Work on 17712 to add incoming server listeners and hook biff up to them. Reviewed by alecf. 1999-11-11 00:25:19 +00:00
putterman%netscape.com 38dfa802ce Work on 12846 for making message threads work. Reviewed by bienvenu. 1999-11-11 00:23:29 +00:00
bienvenu%netscape.com 95d1852e05 hook up pseudo interruption, r=jefft 15012 1999-11-11 00:04:45 +00:00
sspitzer%netscape.com b34380c436 fix #18383, r=alecf.
check if the folder really exists by checking if it has a server.
if not, return an error.
this makes the right error message pop up.
1999-11-10 23:54:25 +00:00
ducarroz%netscape.com 8e1d25b53d Forget to checking version that check return of ConvertFromUnicode & ConvertToUnicode. R=jefft 1999-11-10 23:54:05 +00:00
sspitzer%netscape.com 1ad9b6ee38 check in patch from cls@seawood.org
add comment.
1999-11-10 23:53:40 +00:00
nhotta%netscape.com 4c2af862b1 Added msgbaseutil to makefiles so unicode conversion utils to be accessable, part of bug fix #18264, r=ftang. 1999-11-10 23:51:46 +00:00
sspitzer%netscape.com 3f791421b8 fix warning. 1999-11-10 23:51:45 +00:00
ducarroz%netscape.com 0ad0bd5338 Fix for bug 18402, don't use AutoCString when need to deal with a UTF8 string (nsMsgCompose.cpp only). Fix for bug 13261, use constants instead of numerical. Cleanup Forward code, eliminate duplicate or dead code (in prep. for bug 15682) 1999-11-10 23:47:59 +00:00
bienvenu%netscape.com c817567c3e fix crash with bookmark to local folder, r=alecf 1999-11-10 04:12:26 +00:00
bienvenu%netscape.com 4675215f31 fix build warnings 1999-11-10 04:05:16 +00:00
rhp%netscape.com e59ece46aa Fixing evaluation of nsresult - Bug #:18157 r: jefft 1999-11-10 00:56:36 +00:00
bienvenu%netscape.com f0abbfe834 fixes for msg threading, r=scottip 1999-11-10 00:44:45 +00:00
bienvenu%netscape.com 40c59e9339 more work on imap pending counts,r=jefft 1999-11-10 00:42:55 +00:00
bienvenu%netscape.com aa3a3fd5e0 move folder cache to account mgr, per alecf, fix pending counts r=jefft 1999-11-10 00:41:52 +00:00
sspitzer%netscape.com c55085fe75 add bulletproofing for bug #15093. bug still exists, but this code and assertion is needed. 1999-11-10 00:14:29 +00:00
sspitzer%netscape.com e7f8118b97 fix comment. 1999-11-10 00:12:37 +00:00
sspitzer%netscape.com 3dfc2083ef fix warnings. 1999-11-10 00:12:22 +00:00
sspitzer%netscape.com 2e52cce533 fix for #18260, r=mscott. if we had a pop server in 4.x, upon migration, set
the send later uri pref to the "Unsent Messages" folder under that pop account.
1999-11-10 00:12:08 +00:00
sspitzer%netscape.com 5f5268311e don't build smtpTest anymore, it's obsolete. r=mscott 1999-11-10 00:10:40 +00:00
sspitzer%netscape.com 5f9cc8ceb2 fix for the regression I introduced. when we send the 'MAIL FROM:' command to the SMTP server, we want to send it 'MAIL FROM: <sender>', not 'MAIL FROM: <Foo Bar <fbar@xyz.com>>'. my SMTP server allowed 'MAIL FROM: <Seth Spitzer <sspitzer@netscape.com>>' which is why I didn't catch this. 1999-11-09 19:25:39 +00:00
bienvenu%netscape.com b08313a370 write out folder cache on messenger bootstrap shutdown a=chofmann,r=rhp 18306 1999-11-09 03:19:01 +00:00
rhp%netscape.com 278c2edbed Fix for format=flowed plain text - Part of 17983 fix - r: rhp 1999-11-09 03:09:28 +00:00
rhp%netscape.com fa8f1cd980 Fix for quoting problem - Bug #17983 - r: alecf 1999-11-09 03:05:10 +00:00
sspitzer%netscape.com 099b44e300 fix for #18128, r=alecf, a=chofmann
fix the broken icon.
1999-11-09 02:54:00 +00:00
sspitzer%netscape.com 94be527586 fix for #17956, a=chofmann. fix by ducarroz, r=sspitzer 1999-11-09 02:07:58 +00:00
hangas%netscape.com b7b5c6ab82 Hacked Undo/Redo menus to always appear enabled. This is a work-around for the issue where menus steal focus and therefore break command updating. r=sspitzer a=chofmann 1999-11-09 02:07:40 +00:00
sspitzer%netscape.com b79f0bc070 fix for #17956 and #18084.
#17956 is reply fails if message in local mail folder

fix (by ducarroz) is to remove the temporary code.

#18084 is sending email fails in certain cases

the problem is we were sending the wrong info to the SMTP server.
when we sent "MAIL FROM: <address>" to the SMTP server we sent
the smtp username and not the full name built from the identity.
most of the changes are to support passing the identity around.
I also added code so that the smtp username is used on the mailto url spec.
we'll need that later, when we support multiple smtp servers and ESMTP.

r=alecf

a=chofmann
1999-11-09 02:04:06 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
sspitzer%netscape.com 7a5278d0a4 fix for #18064, r=alecf, a=choffman.
only create the local mail account if the user migrates from imap, or if the
user creates an imap server and they don't have a local mail account.
1999-11-06 01:22:28 +00:00
putterman%netscape.com 0deb880497 Workaround for 18088. make delete toolbar button work for thread pane. reviewed by
hangas approved by chofmann.
1999-11-05 22:21:41 +00:00
jefft%netscape.com 5d9420b596 fixed bug 17928 - undo is not working for thread pane; this is the backend fix of the problem; creating TransactionManager in nsMsgWindow instead of in nsMessenger; r=bienvenu,a=chofmann 1999-11-05 05:23:15 +00:00
hangas%netscape.com 9c3cc4d4d2 Command updating and dispatching changes for menu items. Fixes 17848. r=hyatt, a=chofmann 1999-11-05 02:21:47 +00:00
sspitzer%netscape.com e297d950f4 fix warning and fix bug #18036, r=bienvenu, a=chofmann.
prevent the infinite loop when applying filters to mail if a filter
rule uses an arbitrary header.
1999-11-05 01:58:03 +00:00
sspitzer%netscape.com a6a1846e05 better fix for #17597, r=mscott, a=chofmann.
instead of setting the action for the url, check if we have a channel listener.
this is a cleaner fix, and now the quoting back end doesn't need to know about
the nntp url.
1999-11-04 20:02:31 +00:00
jefft%netscape.com b84f4f7160 fixed bug 15069 && 12345 -- passing in file:/// instead of file:// as the file url spec; r=bienvenu, a=chofmann 1999-11-04 19:47:21 +00:00
putterman%netscape.com f4dcdcb263 Fix for 17987. Approved by chofmann and reviewed by hangas. 1999-11-04 19:38:11 +00:00
jefft%netscape.com 0fc2153a4c fixed bug 17925 -- pop3 get all message again; restore old behavior; always set leave message on server; r=rhp, a=chofmann 1999-11-04 15:27:29 +00:00
rhp%netscape.com 3e6de69f59 Changes for String Bundle problem in forwarding - Bug #: 12345 - r: jefft - approved: chofmann 1999-11-04 13:59:26 +00:00
waterson%netscape.com a33a2e44e3 Bug 17946. Trees must be contained within a fixed div. r=hyatt, a=jack 1999-11-04 08:33:08 +00:00
jefft%netscape.com de0bfb010f partial fix for bug 12345 - unable to forward message; check for valid url before calling msg_pick_real_name() to prevent crashing; r=rhp, a=chofmann 1999-11-04 06:25:36 +00:00
ducarroz%netscape.com 818e82215c Fix for bug 17902. Fix various FCC problems as well error display. R=alecf, A=chofmann 1999-11-04 04:58:06 +00:00
sspitzer%netscape.com 55c3a9b47c fix for #17597. reply to a news article doesn't quote the body.
the problem was when we ran the nntp url to get the message we weren't
calling OnDataAvailabe() on the channel listener.  the reason is the channel
listener only got poked when ActionDisplayArticle was set as the action on
the nntp url.  but this wouldn't be the case when we got run from the Quoting backend.  I added a new action, and made sure to set it when running the url from the quoting back end, and then made sure the nntp backend did the right thing.

r=alecf, a=chofmann
1999-11-04 04:31:09 +00:00
hangas%netscape.com 6978081f5a Fix for bug 16189, which allows undo/redo to be used in the thread pane of mail/news. r-jefft a=chofmann 1999-11-03 23:03:12 +00:00
rhp%netscape.com 0102a67130 Fix for null pointer access - Bug #17597 - r: jefft - approved: chofmann 1999-11-03 22:35:04 +00:00
rhp%netscape.com 64477c52ff Fix for null pointer access - Bug #17597 - r: jefft approved: chofmann 1999-11-03 22:34:30 +00:00
alecf%netscape.com 25b6456d26 fix for blocker #17882
a=leaf
1999-11-03 19:47:17 +00:00
gagan%netscape.com df88140573 Modified the call to match the new signature of CreateTransport. a=mcafee. 1999-11-03 08:52:04 +00:00
mscott%netscape.com b1e4d518d2 work around for Bug 17065
for bienvenu
r=mscott
1999-11-03 07:53:44 +00:00
mscott%netscape.com debee8018a Some work arounds to HIDE Bug #17065 which causes us to hang when parsing large imap folders on linux.
WE still have the problme where the ui thread is stealing events from the imap thread and processing them
on the ui thread.

We're just working around it so folks can use linux imap mail. This code was jointly written with bienvenu.

r=bienvenu/mscott
1999-11-03 07:52:45 +00:00
alecf%netscape.com 7d18669d38 add open="true" to all the account
r=scottip
no bug, it's cosmetic/usability thing
1999-11-03 07:33:08 +00:00
alecf%netscape.com 5b487df4b2 fix for #17214 - consolidate all username and hostname handling so that escaping/unescaping happens logically 1999-11-03 07:16:59 +00:00
putterman%netscape.com 583ded277a return rv instead of NS_OK so that we only return null targets with NS_RDF_NO_VALUE.
This stops a bunch of assertions.  reviewed by alecf.
1999-11-03 07:09:56 +00:00
warren%netscape.com d3b9c9c3cc Structural changes for MakeAbsolute performance. bug#10736 r=valeski 1999-11-03 05:13:44 +00:00
mscott%netscape.com 84e9c31570 one more tweak for Bug #17825
r=sspitzer
1999-11-03 03:51:12 +00:00
bienvenu%netscape.com 8c680d77b3 add cancel method to nntp protocol r=mscott 1999-11-03 03:17:36 +00:00
bienvenu%netscape.com 5622335cd1 add cancel method to mailbox and pop protocol r=mscott 1999-11-03 03:17:15 +00:00
bienvenu%netscape.com e29f314bcf fix build warnings, r=putterman, add cancel method to protocol r=mscott 1999-11-03 03:16:26 +00:00
mscott%netscape.com 91db332f72 Bug #17825 --> pass nsIMsgWindow into SetWindow instead of a msgStatus feedback object in order
to fix save attachements.
r=sspitzer
1999-11-03 03:12:58 +00:00
akkana%netscape.com 7813efc1a8 Contribution by Daniel Bratell <bratell@lysator.liu.se> to implement
format=flowed for mail plaintext output. r=akkana and (I think) rhp.
1999-11-03 02:46:16 +00:00
cmanske%netscape.com d7f72f5b12 Changed Mail Compose XUL to use new comboboxes on toolbar (bug 17098). 1999-11-03 02:18:01 +00:00
alecf%netscape.com 028ecead8e fix message datasource so it doesn't return an error back to RDF
partial fix for #17811
r=putterman
1999-11-03 01:38:54 +00:00
bienvenu%netscape.com 5cb10311c3 turn meteors back off, per mscott's request and review 1999-11-02 23:46:54 +00:00
ducarroz%netscape.com 2e20cb2819 Fix for bug 17768. Set ProgID to soemething else than an empty string. R=rhp 1999-11-02 23:29:51 +00:00
sspitzer%netscape.com dea1c4efdb fix #16457, r=mscott. if an error occurs in the SMTP protocol state machine, we may need to pop up the alert right then, and not when we get back to the url listener, because we'd loose the error text from the SMTP server. these changes
pop up the alert and set the error code so that the url listener doesn't try to
pop up another alert.  define a bunch of new error codes, and remove nsMsgTransition.h, which was defining all the MK_ error codes that were in there.
are no longer needed.
1999-11-02 23:27:46 +00:00
bienvenu%netscape.com 67dc096258 remove the imap channel from the load group when finished running r=mscott 1999-11-02 23:22:29 +00:00
bienvenu%netscape.com fbbac1c0dc more work to hook up stop button, r=mscott 17743 1999-11-02 21:36:59 +00:00
rhp%netscape.com 99b084c732 Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta 1999-11-02 21:31:32 +00:00
cata%netscape.com d51644d159 Fixing typo in dtd file. Checkin for momoi, r=cata, bug=17018. 1999-11-02 21:27:02 +00:00
jefft%netscape.com a0f68d698e fixed bug 16540 - 4.x Pop3 prefs not being heeded; ported over as server specific prefs, also added logging facility, less query interface, more cached capability on server; r=bienvenu 1999-11-02 21:20:47 +00:00
tonyr%fbdesigns.com d1cd6d4843 Fixed discovery of mail folders to import when multiple MAPI message stores are in use 1999-11-02 20:58:37 +00:00
tonyr%fbdesigns.com 04bca86492 Fix to escape From lines in Outlook Express 5.0 message bodies 1999-11-02 20:57:21 +00:00
hangas%netscape.com 26fbbb140d Progress on Command Updating and Dispatching (15127). r=scottip 1999-11-02 03:55:59 +00:00
bienvenu%netscape.com 21d54004e2 add code for hooking up stop button,r=putterman 12016 1999-11-02 03:34:45 +00:00
alecf%netscape.com 4d3fb3d5a9 fix bustage, forgot this file in my last checkin 1999-11-02 01:53:28 +00:00
alecf%netscape.com 649ac66265 cleanup NS_IMPL_MODULE and friends
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00
alecf%netscape.com e35216913e fix twisties in the thread pane and account manager by responding to GetTarget() along the child arcs like #child and #MessageChild bug #13551
r=scottip
1999-11-01 21:46:07 +00:00
bienvenu%netscape.com 9ba6e2321b fix updating of folders after imap/moves r=mscott bug 12491 1999-11-01 01:10:08 +00:00
bienvenu%netscape.com 10e0f64b8b add support for pending counts for imap folders r=mscott 1999-11-01 01:06:29 +00:00
mscott%netscape.com 2c586468ca remove shut down listener stuff.
r=bienvenu
1999-11-01 00:57:49 +00:00
mscott%netscape.com bd2f7450fa remove shutdown listener stuff.
r=bienvenu
1999-11-01 00:56:19 +00:00
mscott%netscape.com e43e2e5d9e remove shutdown listener code.
r=bienvenu
1999-11-01 00:55:06 +00:00
tonyr%fbdesigns.com 48fdb40dd9 Added Outlook mail and address book import functionality 1999-11-01 00:46:18 +00:00
bienvenu%netscape.com b19191c4a1 add method to find out if folder is in open window r=putterman 1999-10-31 22:21:55 +00:00
alecf%netscape.com 4efbfcbdfb fix a warning
r=pavlov
1999-10-30 07:32:23 +00:00
alecf%netscape.com f1b07b5419 more adding of class="dialog" to dialogs 1999-10-30 05:55:15 +00:00
alecf%netscape.com 766acfd30f add class="dialog" to mailnews prefs panes
this and last checkin r=rgoodger@ihug.co.nz
1999-10-30 05:46:04 +00:00
hangas%netscape.com c52e931902 Image transparency problem fixed by Andrew Niese. 1999-10-30 00:07:21 +00:00
jefft%netscape.com 3b635bea72 fixed bug 12131 -- message counts not updated after a move/copy; call UpdateFolder() after move/copy is done; r=bienvenu 1999-10-29 22:28:55 +00:00
evaughan%netscape.com 039be939e6 Made tabs us visibility instead of shrinking their children to 0,0.
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
bienvenu%netscape.com 58debe7896 fix body filters, r=sspitzer 17058 1999-10-29 21:33:44 +00:00
rchen%netscape.com 61eff9004c Add Localization notes 1999-10-29 20:52:42 +00:00
alecf%netscape.com f7c9fa1c6f fix titledbutton class to "dialog push"
r=shaver
1999-10-29 20:51:41 +00:00
putterman%netscape.com 7d2a82beee Fix for 17556. Reviewed by alecf. Newsgroups show abbreviated name in folder pane. 1999-10-29 20:46:15 +00:00
cata%netscape.com bed851411e Fix for bug #17018, r=cata, checkin for momoi. 1999-10-29 20:41:21 +00:00
rchen%netscape.com 22f0027b14 Add Localization Notes 1999-10-29 20:28:18 +00:00
rchen%netscape.com d1e318d76d Add localization notes 1999-10-29 20:24:48 +00:00
jefft%netscape.com 41d58575bd partial fix for bug 17034; decode encoded words prior setting to the composition fields; r=nhotta,rhp 1999-10-29 19:23:29 +00:00
ducarroz%netscape.com defcd3c81c Fix for bug 17493, We need to cleanup any GCI commands from the URI when generating a file name. R=rhp 1999-10-29 18:50:05 +00:00
sspitzer%netscape.com c614d3d7c0 fix for #8717. performance is good enough to bump this back to 500.
still more work to be done, as this is a per-server pref now, I think.
1999-10-29 04:49:41 +00:00
bienvenu%netscape.com 075caf0152 changes to use nsIMsgWindow r=putterman 1999-10-29 04:39:06 +00:00
rhp%netscape.com ed196216e3 Fix for message display - Bug #17481 - r: jefft 1999-10-29 02:17:10 +00:00
putterman%netscape.com c701981fdb More work on 17376. reviewed by bienvenu. Store open folder and keep array of msgWindows. 1999-10-28 23:27:21 +00:00
waterson%netscape.com 438d71a3b6 Put column headers back in to folder pane. r=hyatt. 1999-10-28 22:14:14 +00:00
rhp%netscape.com 43efd07c9a Fix for sending plain text as binary files - Bug #16393 - r: mscott 1999-10-28 22:09:27 +00:00
bienvenu%netscape.com 9a80c03413 fix mac build bustage 1999-10-28 21:20:40 +00:00
alecf%netscape.com abead569d2 fix casting problem on solaris 1999-10-28 21:13:06 +00:00
alecf%netscape.com 78f9fb87fa prepare to consolidate server URI creation - create a new property of incoming servers, the local store type, and construct the URL from there.
r=sspitzer
1999-10-28 20:22:06 +00:00
alecf%netscape.com 07e6ba4f2e more cleanup work - now retrieve the server at URI creation time, so that GetServer() is really fast, and just forward calls to GetUsername and GetPassword() to the server. r=sspitzer 1999-10-28 20:19:57 +00:00
bienvenu%netscape.com 01f0b8948e work on body filters and search r=mscott 1999-10-28 20:13:22 +00:00
mscott%netscape.com 7af6e7d85f build mime before compose so we can make sure nsIMimeStreamConverter.idl has been exported
before compose IDL files try to use it.
1999-10-28 07:23:20 +00:00
ducarroz%netscape.com 17988515cd another Mac bustage fix. Caught before it appears 1999-10-28 06:01:43 +00:00
mscott%netscape.com 1e50b0b74a Remove incorrect export of nsIMimeStreamConverter.idl 1999-10-28 05:42:15 +00:00
mscott%netscape.com 9e8329606a more work to try to fix the mac build. 1999-10-28 05:39:14 +00:00
ducarroz%netscape.com b4199b6642 Fix for bug 17405. We need to skip entry that aren't valid during the search. R=mscott (he has also approved the fact I checking despite a red tree) 1999-10-28 05:34:07 +00:00
mscott%netscape.com 4bb54d0414 Fix windows build breakage. Try to build mime before compose so the IDL files
get exported first.
1999-10-28 05:08:36 +00:00
mscott%netscape.com cf593d92e0 fix mac build by exporting nsIMimeStreamConverter.idl 1999-10-28 04:56:12 +00:00
mscott%netscape.com 5e51863526 Bug #16927 --> when quoting a message, don't try to force a message URI into a protcol url. Convert the rdf uri
into a url and use that instead. For quoting the msg, use NS_NewChannel and AsyncOpen. some cleanup to fix
some ref counting stuff including supporting a new interface. Using the component manager
to create the quote listener instead of using new.
r=rhp
1999-10-28 04:22:08 +00:00
mscott%netscape.com ec2f384151 Use nsCOMPtr. Add nsIMsgQuoteListener support, remove some extra member variables that we didn't need.
r=rhp
1999-10-28 04:21:30 +00:00
mscott%netscape.com beea25c5c6 Bug #16927 add nsIMsgQuoteListener interface
r=rhp
1999-10-28 04:21:02 +00:00
mscott%netscape.com 9f12a154f8 Bug #16927 --> add msg quote listener to module.
r=rhp
1999-10-28 04:20:41 +00:00
mscott%netscape.com 7591e49798 Bug #16927 --> add class id for msg quote listener
r=rhp
1999-10-28 04:19:59 +00:00
mscott%netscape.com 9c0d8c884f Checking this in for hangas. Fixes the grey menus in the compose window.
r=mscott
1999-10-28 01:52:13 +00:00
law%netscape.com 0cad04fe42 Bug #14999, removing last vestiges of app core usage; r=sfraser@netscape.com 1999-10-28 01:39:33 +00:00
putterman%netscape.com fc91f05fa2 This should stop build bustage for clobber builds. 1999-10-27 23:39:15 +00:00
cata%netscape.com 4b2093536d I'm checking in for momoi, r=cata, bug #17018, Charset Menu usability workaround. 1999-10-27 23:10:51 +00:00
hangas%netscape.com 84df0919cf Cleaned up bad style rules in global.css - should result in noticable performance improvement. Converted <titledbutton> rules to all use a class, this way we can be specific about how each type of button should look. Added line between columns in tree headers. Indented treecell contents. Cleaned up mail and AB toolbars. Fixed reflow and other drawing issues with toolbar buttons on new skins. Fixed problems in results tree on AB window. Other misc visual changes. Fixed bug 16530, changing the word Messenger to Mail. r=german/hyatt 1999-10-27 23:01:09 +00:00
bienvenu%netscape.com 8d46b952a9 turn on date filters, r=mscott 10416 1999-10-27 22:45:18 +00:00
sspitzer%netscape.com b14d0a9695 fix for #17285 and #17397. r=mscott.
properly migrate pop and nntp servers from 4.x that were not on the default ports (110 and 119, respectively).
also, set the default port pref to be -1, so that if we don't set the port, it gets set to -1.
1999-10-27 22:44:34 +00:00
putterman%netscape.com 5bee4e9da7 Added nsIMsgWindow.idl and nsIMsgRDFDataSource.idl 1999-10-27 22:40:34 +00:00
putterman%netscape.com 4697846824 Added nsMsgWindow.cpp 1999-10-27 22:39:37 +00:00
putterman%netscape.com 4e22bcccab Started work on 17376. reviewed by bienvenu. create an object that knows about
mailnews window data and pass it through backend.
1999-10-27 22:38:47 +00:00
bienvenu%netscape.com ceca73761d fix a couple ref-counting problems on news dbs, reviewed last week by sspitzer 1999-10-27 22:19:42 +00:00
bienvenu%netscape.com 6e5764756f fix off by one error computing display name from naked email address 1999-10-27 22:18:12 +00:00
bienvenu%netscape.com deb460d587 turn on history ab collection for msg sending r=jefft, bug 14447 1999-10-27 22:14:37 +00:00
rhp%netscape.com b96d17fa10 Fix for Unicode quoting to plain text compose - Bug: 15465 r: bienvenu 1999-10-27 22:11:51 +00:00
bienvenu%netscape.com b005697e20 fix race condition opening imap folder r=mscott, build stopper 1999-10-27 19:15:20 +00:00
mscott%netscape.com 58e1b51338 added a url dispatching comment. 1999-10-27 06:48:19 +00:00
putterman%netscape.com 712956352b Fix for 17277. reviewed by mscott. Delete selects next message instead of previous. 1999-10-27 04:46:12 +00:00
sspitzer%netscape.com 6844e8ec38 fix for #17212, r=mscott.
migrate imap servers that have the port in the name (like nsmail-2:143)
1999-10-26 23:34:30 +00:00
mccabe%netscape.com 8932fe7b0c Fix IDL to use native <idl-name>(<C++-name>); instead of just native <idl-name>; This is prep to make the tree compile with a new error mode landing in xpidl shortly.
Preperatory to a fix to 17013; I'm doing this as a separate checkin to avoid any checkin-skew danger.

r=shaver.
1999-10-26 23:26:28 +00:00
rhp%netscape.com 4f5a37f5db Cleaning up some comments. 1999-10-26 23:06:27 +00:00