Commit Graph

6144 Commits

Author SHA1 Message Date
buster%netscape.com
fdbc16704a bug 12022, r=rickg 1999-11-19 08:26:56 +00:00
rhp%netscape.com
27260bfcaa Checking in some debug only code - r: rhp 1999-11-19 03:49:18 +00:00
alecf%netscape.com
b67dd8b1d2 fix regression #19239
form widget "types" changed to be leading-letter capitalized, which busted the heck out of everything.
couldn't find a reviewer, but this has to be fixed for tomorrow
r=me
1999-11-19 03:37:10 +00:00
rhp%netscape.com
670fddebdf Change for I18N quoting bugs - Bug #: 19164 - r: jefft 1999-11-19 03:27:03 +00:00
tonyr%fbdesigns.com
a64f1ff817 Changes to support importing Eudora mail/settings on Mac. 1999-11-19 01:25:50 +00:00
tonyr%fbdesigns.com
f3f243d7b7 First Checked In. 1999-11-18 23:14:05 +00:00
tonyr%fbdesigns.com
2a44163fe0 First Checked In. 1999-11-18 23:03:36 +00:00
tonyr%fbdesigns.com
99a98f0e0e First Checked In. 1999-11-18 22:48:04 +00:00
ducarroz%netscape.com
d964874e77 Fix for bug 18974 & bug 15238. We need to use the default identity when no identity is specified. r=alecf 1999-11-18 21:57:06 +00:00
rhp%netscape.com
e44e9c7b65 Cleanup of free calls - No bug - r: bienvenu 1999-11-18 21:12:49 +00:00
rhp%netscape.com
ae6e21cb42 Small fix for a useful test program - NOT PART OF THE BUILD 1999-11-18 19:29:11 +00:00
ducarroz%netscape.com
b871113206 Fix for bug 16413. Use parser call RemoveDuplicateAddresses when building recipients list. R=mscott 1999-11-18 15:06:56 +00:00
mscott%netscape.com
a34b08b1d6 minor tweak to properly remove everything after (and including) the ? from a mailto url when extracting
the to part.
1999-11-18 10:16:26 +00:00
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