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