Commit Graph

8440 Commits

Author SHA1 Message Date
alecf%netscape.com
5c96febdc3 oops, include the string bundle <script> tag so that you can actually delete filters r=sspitzer
fix for #40337
2000-06-04 18:23:33 +00:00
bienvenu%netscape.com
baf30cc5cc fix linux bustage 2000-06-03 22:33:24 +00:00
bienvenu%netscape.com
5ebd64e952 fix problem with compound filters and doesn't contain terms r=alecf,a=scottip 41312 2000-06-03 22:23:10 +00:00
bienvenu%netscape.com
96d3d9e721 put kImapTrash back in 2000-06-03 22:20:57 +00:00
bienvenu%netscape.com
ab560af906 fix upgrading of 4.x filters which are moves to local folders r=alecf,a=scottip 37320 2000-06-03 22:19:47 +00:00
bienvenu%netscape.com
3eab384a02 fix crash downloading headers on non imap4 rev1 server, r=jefft,mscott a=scottip 33159 2000-06-03 22:16:58 +00:00
bienvenu%netscape.com
4d8e1c7a5a fix 33614 problem with delete filters, and fix another trash flag problem, and flush search stuff r=alecf,a=scottip 2000-06-03 22:15:56 +00:00
bienvenu%netscape.com
405df84bea fix 33614 problem with delete filters, r=alecf,a=scottip 2000-06-03 22:12:23 +00:00
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
andreas.otte%primus-online.de
c0c5455447 fix bug 40030 [nsMsgMailNewsUrl does not implement Get/SetFileBaseName], r=mscott@netscape.com, a=waterson@mozilla.org 2000-06-03 09:19:11 +00:00
alecf%netscape.com
50918d3dba part of fix for #20166 - use weak refs to reduce ownership cycles in IMAP - prevents leaks of nsImapIncomingServer, which reduces a whole tree of leaks.. also release the imapserversink at the right time (thanks to bienvenu for that one)
r=bienvenu,jefft,pavlov
2000-06-03 00:51:04 +00:00
sspitzer%netscape.com
06dbb8d512 partial fixes for #40662 and #41170 for jefft.
twisting open an imap server / folder needs to do some discovery.

also, catch an exception caused by tooltips & twisties.
putterman owns the real bug, but this will prevent noise to the console.

also, some bullet proofing code to prevent a random crash I was seeing.
(now we just assert.)
2000-06-03 00:22:07 +00:00
jefft%netscape.com
e1ba86da1b fixed bug 41151 -- sending illegal uid search command; r=bienvenu,a=scottip 2000-06-03 00:17:33 +00:00
warren%netscape.com
88151adad6 Fix to make jar protocol not copy local files. Starting to get chrome to work with jars. Bug #18433 2000-06-02 23:39:45 +00:00
sspitzer%netscape.com
c3d766b45d fix for #41358. remove misleading ui from account wizard. it was supposed to
be for pushed auth, but that is not implemented yet.  r=mscott
2000-06-02 22:48:52 +00:00
rhp%netscape.com
2d421d4bfe Fix for crasher bug on Save as Draft - Bug #: 38561 - r: xxxxx 2000-06-02 22:17:33 +00:00
alecf%netscape.com
c705bd2a0c re-disabling search menu for 33101 2000-06-02 08:57:28 +00:00
sspitzer%netscape.com
744d6240b4 we can't use the localized pretty name for "Local Folders" for the
the hostname of the "Local Folders" server, or for the name of the
directory on disk.  if we did, as soon as someone localized "Local Folders"
migration would break.  while I'm here, only hard code these strings
once.  to allow people to build without mailnews, hard code them in nsIPrefMigration.idl

r=alecf
2000-06-02 02:49:06 +00:00
alecf%netscape.com
f7c400e077 remove duplicate string from properties file (no reviewer, very simple!) 2000-06-02 00:29:09 +00:00
alecf%netscape.com
7e8a127697 fix for #40385 - filters were not saving to disk because servers sometimes leak. Instead of relying on servers not leaking,
we will save the current filter list everytime you hit ok in the filters dialog (much like how the prefs window works)
r=sspitzer
a=putterman
2000-06-01 23:35:38 +00:00
sspitzer%netscape.com
f8d8906090 move the string parsing into the imap server code, since right now, it is only
needed for imap.  r=mscott.
2000-06-01 22:49:46 +00:00
mkaply%us.ibm.com
96135252a4 # 40177
r = leaf, a = brendan
OS/2 bringup - Adding proper SHORTNAME support and LIB_SUFFIX
2000-06-01 14:54:20 +00:00
valeski%netscape.com
9eaf5faf45 41110. nsIWebshellWindow erradication effort. This cleans mail/news. r=rhp 2000-06-01 13:55:22 +00:00
sspitzer%netscape.com
b1cb1e5ef7 fix for #41099. fix migration problems due to "Local Folders" no comes from a string bundle. 2000-06-01 04:38:35 +00:00
sspitzer%netscape.com
97504bf2d6 make the subscribe i18n friendly when drilling down to find imap folders.
I need to use the folder path, not the folder name.  r=mscott
2000-06-01 03:59:14 +00:00
sspitzer%netscape.com
533c46ea39 fix for a bunch of subscribe problems.
#39263, imap subscribe only working to the second level deep
#40238, subscribed imap folders not showing up as subscribed.
#39261, imap folders showing up as full paths, not leaf names.

r=mscott
2000-06-01 02:41:03 +00:00
alecf%netscape.com
9b48f3ce8c bring filter dialog up to spec
WIP for #33101 r=sspitzer
2000-06-01 00:47:05 +00:00
alecf%netscape.com
4eac054d5c enable search menu item for #33101 r=sspitzer 2000-06-01 00:06:47 +00:00
sspitzer%netscape.com
60b8c9c046 fix for bug #40241. messages stop loading after we attempt to cancel
a news message.  the problem is we were never notifying the folder
that the DeleteOrMoveMsgCompleted event happened.  other code cleanup
to consolidate some common code.  r=alecf
2000-05-31 23:52:22 +00:00
alecf%netscape.com
2755a0c069 oops, fix bustage - typo in makefile 2000-05-31 21:41:26 +00:00
alecf%netscape.com
5ecee565e5 factor out search query code from the filter code in preparation for a search dialog
r=sspitzer
(approved feature bug)
2000-05-31 20:51:31 +00:00
alecf%netscape.com
a99994e807 forgot to check in the properties file when fixing 28993
r=sspitzer
2000-05-31 20:41:01 +00:00
alecf%netscape.com
d4b5aec986 I forgot this file in my checkin the other day for #14421
(it was r=sspitzer)
2000-05-31 08:31:04 +00:00
alecf%netscape.com
3200cbacc7 fix for #40390 - make nsMsgIncomingServer::GetPort fall back to the default
port for the specified server type using nsIMsgProtocolInfo.
Also clean up some of the GetDefaultPort stuff
r=sspitzer
2000-05-31 08:00:13 +00:00
sspitzer%netscape.com
8bfb5a6f05 fix for #37673. get the password dialog to work again if we don't have a msg window.
r=mscott
2000-05-31 04:48:31 +00:00
alecf%netscape.com
0bfecfccc2 fix for 28993, 33802, 33811 r=sspitzer
Localize a bunch of strings for address book
2000-05-30 05:31:47 +00:00
rhp%netscape.com
5f1c958453 Fix for intelligent send feature - Bug #: 28420 - r: rhp - Externally contributed fix 2000-05-29 16:31:08 +00:00
ben%netscape.com
caabf01a86 advanced print button work, communicator overlay hook in 2000-05-28 06:12:08 +00:00
mscott%netscape.com
9a83c8c116 Bug #40516 --> remove the oncreate method for the email address popup.
r=sspitzer
2000-05-26 01:10:19 +00:00
mscott%netscape.com
e7202b38ea Bug #40516 --> fix aim presence for mail in the commercial tree.
Changes to make the toggle button an image instead of a button
r=sspitzer
2000-05-26 01:09:12 +00:00
mscott%netscape.com
00af024137 Bug #40516 --> this file is now obsolete....instead of having these
stub methods in the mozilla tree, we'll test to see if the function is
defined (it is in the  commercial tree) then call it if it is defined.
r=sspitzer
2000-05-26 01:08:38 +00:00
mscott%netscape.com
e3c62beaa4 Bug #40516 --> remove on create handler for email address popup.
r=sspitzer
2000-05-26 01:07:38 +00:00
warren%netscape.com
3658e33085 Removing URIParser attribute from nsIURI interface. Fixed Equals for case when port is the default. Cached URL parsers (all 3) to reduce object allocation. r=andreas,dp 2000-05-25 08:27:40 +00:00
alecf%netscape.com
c0723090ec ok, I'm a bonehead. set the passed in flag, not the TRASH flag on newly created local folders. duh. 2000-05-25 06:50:08 +00:00
alecf%netscape.com
8e0906f665 fix typo inside a #if 0 that was confusing the linux preprocessor 2000-05-25 06:18:32 +00:00
alecf%netscape.com
e9cc760e28 make wizard and account manager resizable (#39202)
r=sspitzer
2000-05-25 06:10:28 +00:00
alecf%netscape.com
f5f6093584 use string bundle based strings for all folders except the inbox (trash still needs to be done)
r=sspitzer
2000-05-25 06:00:45 +00:00
ben%netscape.com
8fcbd1bd46 skinnability fixes for main windows 2000-05-25 06:00:16 +00:00
alecf%netscape.com
8219e2a3f9 cooler way of sharing INBOX/Drafts/etc strings between nsPop3IncomingServer and nsNoIncmoingServer
as fix for 14421 r=sspitzer
2000-05-25 05:53:33 +00:00
alecf%netscape.com
b3f84973cd fix horribly obvious typo that might cause assertions (surprised it hasn't already) 2000-05-25 05:14:24 +00:00