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

667 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com 4cd1b70fd2 Bug #43691 --> fix pop uidl urls by supressing OnStart and OnStopRequest calls
if the url we are running isn't going to result in any new content.
r=alecf
2000-07-14 23:16:47 +00:00
bienvenu%netscape.com fc44c4b455 fix 45184 crash involving rdf literals r=alecf 2000-07-12 22:54:45 +00:00
mscott%netscape.com e02c584953 Bug #44158 --> fix modal dialog problems by using correct nsIPrompt object obtained from the message window
associated with the current url.

r=alecf
2000-07-08 01:10:30 +00:00
mscott%netscape.com e79917aab9 Bug #43661 --> pass in the file name for the attachment
r=bienvenu
2000-07-07 21:56:38 +00:00
bienvenu%netscape.com c5daa0bb05 more fixes for progress meteors,r=mscott 38598 2000-06-30 13:30:02 +00:00
morse%netscape.com 5524653464 fix bug 43886, single signon no longer works, r=jefft 2000-06-27 21:13:50 +00:00
gayatrib%netscape.com dfd928ee8d Biff Feature bug 36011 review=scottip 2000-06-23 03:19:17 +00:00
mscott%netscape.com 7e54058b07 Bug #10802 --> in order to implement open attachment i need the mail news channels to implement set owner
and set/get contenttype
r=sspitzer
2000-06-23 03:11:20 +00:00
jefft%netscape.com ca0f8937e3 fixed bug 18293 - My ISP complains about not receiving a HELO command first; r=bienvenu 2000-06-22 13:56:07 +00:00
valeski%netscape.com f0fec56b70 42767. AsyncOpen (dead code) removal. 2000-06-16 14:39:19 +00:00
bienvenu%netscape.com c81725307d add ability to set charset on msg hdr for i18n search r=putterman, 33101 2000-06-11 22:08:08 +00:00
rhp%netscape.com 980bff7083 Changes to fix problem with accepted charset - Bug #: 41100 - r: bienvenu 2000-06-06 23:38:49 +00:00
nhotta%netscape.com 0f691a4feb Added finish() call to encoder to fix incomplete conversion problem, bug 26182, r=cata, a=ftang. 2000-06-06 23:31:36 +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
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
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
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
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 f7c4bbb0ec add unsent messages folder support (for a bunch of i18n bugs)
r=sspitzer
2000-05-25 04:53:24 +00:00
alecf%netscape.com b634d3e8ab add localized strings for Drafts/Inbox/etc to base folder
class as static members (preparation for 18364/33852)
r=sspitzer
2000-05-25 03:49:10 +00:00
sspitzer%netscape.com 06e22a4d45 fix for #36159, get send unsent messages to work again. while I'm here, remove
the rosetta_mailnews.h horse crap.  r=mscott.
2000-05-25 01:02:13 +00:00
nhotta%netscape.com 038dcc7f63 Additional break condition to prevent infinite loop, r=rhp, a=waterson, bug 39737. 2000-05-22 23:20:46 +00:00
alecf%netscape.com 3c17fb6537 first part of fix for #28898 - switch SMTP server API to store the key not the server itself, for easier access from the account manager
r=sspitzer
2000-05-22 05:33:49 +00:00
dougt%netscape.com 4b4d8250bf correcting invalid port number. They should be -1, not zero. 2000-05-20 00:19:24 +00:00
sspitzer%netscape.com 515e5080e8 last of it for #39172, i18n friendly subscribe dialog.
this was a horrible landing.  some one horse whip me.
2000-05-19 22:56:34 +00:00
dougt%netscape.com d83290854c Fix for 31164, possibly 35658, and prep work for 31174.
1) Passing the proxy hostname and port to the underlying socket
   and changing all users that appeared in lxr.

2) (psm-glue) registering with the cache manager to allow local loopback so that
   psm will work with a proxy.

3) (psm-glue) Storing proxy information in psmSocketInfo.

most reviewed by gagan@netscape.com.
2000-05-19 22:56:12 +00:00
sspitzer%netscape.com 8ca2d0d7ca last bit of the fix for #39172, i18n friendly subscribe dialog 2000-05-19 22:38:07 +00:00
sspitzer%netscape.com 94b476cc20 changes for make the subscribe dialog i18n friendly. now, imap folders with
japanese names work.  thanks to ji@netscape.com for the help in getting
a japanese folder name.  remove the old news/tests.  they are old
and not used anymore.
2000-05-19 22:27:18 +00:00
warren%netscape.com 5f6b57ef08 Bug 39416. Made ftp work with single sign-on for more than one user/host. 2000-05-17 07:12:40 +00:00
warren%netscape.com bfdf847716 Reverted serverPasswordRealm back to serverURI. Bug 39453. 2000-05-16 21:17:55 +00:00
warren%netscape.com 618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
alecf%netscape.com a249255880 get rid of excess constructor calls 2000-05-16 02:17:46 +00:00
mscott%netscape.com 4ebb2255de Bug #37509 --> if a folder doesn't have a charset, then get it from
the pref: mailnews.view_default_charset
2000-05-15 20:11:28 +00:00
jefft%netscape.com 4db0a36e74 fixed bug 16244, 35704 - empty trash on exit for Pop3 and Imap 2000-05-15 14:55:22 +00:00
alecf%netscape.com d8ce42b4c0 switch to macro for QI accounting 2000-05-14 23:18:42 +00:00
alecf%netscape.com 4942d0332c switch to using macros for QI/etc to enable QI accounting 2000-05-14 23:16:25 +00:00
alecf%netscape.com 632c6f367e oops, somehow I managed to forget these 2000-05-14 20:39:30 +00:00
alecf%netscape.com 0a82b4b25f API cleanup: replace OnFolderLoaded/OnDeleteOrMoveMessageCompleted with OnItemEvent using atoms 2000-05-14 20:35:46 +00:00
andreas.otte%primus-online.de f8406c718e fix bug 37616, Retire SetRelativePath, removing unused SetRelativePath from nsIURI.idl and all it's implementations, r=warren@netscape.com, a=mscott@netscape.com for the mailnews part 2000-05-13 13:05:00 +00:00
locka%iol.ie 15f7763398 Replaced references to webshell with docshell equivalents 2000-05-12 20:41:19 +00:00
alecf%netscape.com 7c86e37cd1 save filter files on exit 2000-05-12 09:15:05 +00:00
sspitzer%netscape.com 4fd9017b6c added this in the wrong place. 2000-05-12 03:58:29 +00:00
sspitzer%netscape.com 62f1d294a9 implement this beast. not part of the build. 2000-05-12 02:41:28 +00:00
sspitzer%netscape.com af13ad7ee1 added, not part of the build yet. 2000-05-12 02:05:08 +00:00
putterman%netscape.com fc1b005b84 fix for 38580 and 38549. by andreas.otten@primus-online.de 2000-05-09 00:27:55 +00:00
jefft%netscape.com 0964d5ed58 fixed bug 23447, 36429, 32797 -- mail folder not getting set correctly when UpdateSummaryTotal this causes subsequent empty trash & delete message to fail 2000-05-03 22:40:46 +00:00
alecf%netscape.com 79dbe9e7be fix for #23096 - ability to specify port in hostname 2000-05-03 21:42:31 +00:00
nhotta%netscape.com ab5ca63984 Added two new I18N functions,
nsMsgI18Nmultibyte_charset() - checks multibyte charset,
nsMsgI18NFormatNNTPXPATInNonRFC1522Format - create I18N search string for nntp.
nsMsgI18Ncheck_data_in_charset_range - checks if the input is in a charset range.
2000-05-03 21:23:58 +00:00
mscott%netscape.com 38a2ffb655 remove OnStart/OnStop meteor calls. These calls will happen automatically
when the channel for the url is added to its load group.
2000-05-03 21:16:44 +00:00
mscott%netscape.com 064d2d4d95 set a default progress event sink == the status feedback version.
necko may over-ride us with another one.
implement Get/SetNotification callbacks in order to extract the progress
event sink if there is one.
2000-05-03 21:16:22 +00:00
mkaply%us.ibm.com 8be8b61bd2 # 34082
r= mscott
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:11:58 +00:00
jefft%netscape.com 6626665a73 round 2,partial fix bug 10802; passed in part number and content type for open attachment 2000-05-02 22:45:44 +00:00
cls%seawood.org 04417332fe OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
alecf%netscape.com f079776b39 make priority a scriptable type
add scriptable enums for priority
make more of the search interface use nsIMsgSearchValue instead of nsMsgSearchValue
2000-05-01 23:19:46 +00:00
scc%netscape.com 2c788bfcf2 making string conversions explicit 2000-04-27 21:32:39 +00:00
jefft%netscape.com c5cebe0547 fixed bug 35039 - POP: Shouldn't got an Alert when canceling login dialog 2000-04-26 22:31:59 +00:00
mjudge%netscape.com 2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
jefft%netscape.com da50b52420 fixed bug 17100 - [FEATURE] enabled partial message download for pop3 2000-04-25 01:48:00 +00:00
scc%netscape.com 391f0960dd making string conversions explicit 2000-04-22 08:43:34 +00:00
sspitzer%netscape.com ace9709b28 PerformExpand() and UpdateCounts() need to take a nsIMsgWindow, because these
action may require the user to enter a password, which means a dialog must comes up,
which means we need the msg window for the parent.
2000-04-21 22:55:18 +00:00
sspitzer%netscape.com 9bc8a565f4 changes for autosubscribe. bug #11075. handle the case where they have a news server
already, and the case where they don't.  still more work to be done here, but the basics
work.

also, turn nsMessengerMigrator::CopyIdentity() into nsMsgIdentity::Copy() and
use that in migration and news account creation during autosubscribe.  r=alecf
2000-04-21 00:03:02 +00:00
bienvenu%netscape.com 8700781b1e add search session to mail news url, not used yet 2000-04-20 01:13:31 +00:00
nhotta%netscape.com c91ebaeab6 Forgot to use NS_MSG_BASE for added conversion functions. 2000-04-18 21:05:10 +00:00
nhotta%netscape.com 099670cfb4 Added new conversion functions. 2000-04-14 22:17:57 +00:00
sspitzer%netscape.com 09743b17ac more changes for the new subscribe dialog. 2000-04-14 06:54:19 +00:00
nhotta%netscape.com 0d0cf0cf35 Added comments. 2000-04-13 20:01:17 +00:00
bienvenu%netscape.com 131e6a9085 fix ClearFlag method, r=sspitzer 2000-04-13 05:55:48 +00:00
bienvenu%netscape.com 3033e31151 add InitFromUri method, r=mscott for nntp connection cache 2000-04-13 05:54:45 +00:00
bienvenu%netscape.com 38e9277f99 fix line buffer to grow past 4k r=mscott 33715 2000-04-13 05:53:56 +00:00
sspitzer%netscape.com c5fec07319 fix for #11043. implement news biff. thanks to tobias@adamson.com for contributing this patch. r=sspitzer 2000-04-13 02:59:01 +00:00
mscott%netscape.com 11c6a6bca7 Bug #12505 --> fix printing for local and news. the load attributes for nsMsgProtocol weren't getting initialized!
r=bienvenu
a=leaf
2000-04-10 01:48:41 +00:00
nhotta%netscape.com 52b25adc68 Initialize the output buffer length in order to avoid infinite loop, bug 34859, r=ftang, a=leaf. 2000-04-07 23:58:59 +00:00
sspitzer%netscape.com 842ee38a0a fix for #33471. fix by mscott, r=sspitzer, a=leaf. stop now works again for news, pop & smtp. 2000-04-06 03:23:21 +00:00
cls%seawood.org adef1ac6f6 Minor changes to incoporate OS/2 into our build system. Bug #34106
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
cls%seawood.org f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
bienvenu%netscape.com d90d59bf1d back out changes for in-reply-to header; I don't need them after all 2000-04-04 00:52:22 +00:00
bienvenu%netscape.com 2c7746fcdc remove unused view attachments as links option, work on in-reply-to header, r=sspitzer 2000-04-03 03:22:56 +00:00
putterman%netscape.com 6d0c68ee48 Add new icons to mail news 3 pane UI. r=mscott 2000-04-03 02:58:21 +00:00
sspitzer%netscape.com 7e88616d44 add PerformExpand() to the nsIMsgIncomingServer interface. in the base case, it does nothing.
we override it in news, and we'll use this as our hook to update the counts for all the
newsgroups for a give server.  right now, PerformExpand() only gets called on a double
click but eventually, it will be hooked up to the twisty.  r=bienvenu
2000-04-03 02:06:57 +00:00
bienvenu%netscape.com 2cba9d275c filter upgrade code for local filters, r=sspitzer 17174 2000-04-03 00:39:51 +00:00
sspitzer%netscape.com 8727cafafb fix a bunch of bugs, including #31079 and #14435. when setting the local path for a server, or the newsrc file for
a news server, make sure the folder or file is unique.
use the hostname as part of the suggestion when creating the directory for the server.

r=bienvenu.
2000-04-01 09:37:24 +00:00
bienvenu%netscape.com aae571ade1 more work on imap delete model, r=putterman 16805 2000-03-30 23:08:53 +00:00
alecf%netscape.com 62c3004d62 consolidate nsIMsgMailSession and nsIFolderListener by simply making nsMsgMailSession implement nsIFolderListener instead of having it's own API. r=scottip 2000-03-30 22:50:54 +00:00
putterman%netscape.com 767402957b r=bienvenu. Clear new flags when switching folders or when getting messages. Sort by Order Received.
fix 33745 where Save As dialog wasn't coming up for saving messages.
2000-03-30 22:38:45 +00:00
jim_nance%yahoo.com dc0e139673 Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com
2000-03-30 03:21:26 +00:00
dveditz%netscape.com e3bc0f20e0 resurrecting VC5.0 build 2000-03-30 02:49:10 +00:00
nhotta%netscape.com b28517a966 Fixed wrong inputs for charset converter Finish() call, bug 33588, r=cata. 2000-03-29 23:16:55 +00:00
warren%netscape.com 727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
bienvenu%netscape.com 3444cfa790 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
alecf%netscape.com 526353c793 - add generic interface to access mail filter lists in both servers and folders. in the base class, folders just forward to their root server.
- expose event notifications through nsIFolder so that non-folders can trigger notifications on individual folders
- add generic OnItemEvent to nsIFolderListener, and implement in base classes
2000-03-28 04:58:05 +00:00
rickg%netscape.com c269118cc4 removed calls to deprecated string API's 2000-03-27 06:48:32 +00:00
scc%netscape.com 7a913b8795 small changes to clients of string converting APIs 2000-03-26 12:14:14 +00:00
alecf%netscape.com b24823cbbd fix for #33310 - weakref leaks
r=bruce
thanks to beard for finding this broken pattern
2000-03-25 20:41:26 +00:00
putterman%netscape.com 02e52d2580 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
jim_nance%yahoo.com bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
jefft%netscape.com 254e865012 fixed bug 10834 - Pop3 delete folders move to trash; r=putterman 2000-03-24 14:58:32 +00:00
sspitzer%netscape.com c4a711ce9f fix build bustage on unix. 2000-03-24 08:36:03 +00:00
sspitzer%netscape.com d83ff54336 fix for #28827. make it so I can stuff a password into the single signon database.
now we can store the password from the user when creating the account with the wizard.
2000-03-24 08:26:32 +00:00
alecf%netscape.com 32bacdb3e9 First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman 2000-03-24 08:10:59 +00:00
bienvenu%netscape.com e4ae6e7e78 more work on mpod 32767 r=mscott 2000-03-24 06:20:01 +00:00
ducarroz%netscape.com 4007ab88b6 Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft 2000-03-23 06:39:19 +00:00
nhotta%netscape.com 24717f0541 Replaced malloc by local buffer for charset conversion, r=ftang. 2000-03-21 21:26:52 +00:00
mscott%netscape.com 41e8972a4b Bug #12505 --> implement get/set load attributes. I needed to refactor load group management
and useage in this class. Our underlying socket or file transport wasn't getting the right
load group. And we weren't passing the right load group out on on start / on stop requests.
r=rhp
2000-03-21 06:26:03 +00:00
bienvenu%netscape.com 3246e627e4 fix problem remembering folder flags r=mscott 32007 2000-03-21 03:28:03 +00:00
bienvenu%netscape.com c016b9d320 fix 24456 trash flag going away, r=mscott 2000-03-19 22:37:32 +00:00
nhotta%netscape.com 42a831c815 Changed to call Finish() after the conversion, bug 29652 , r=cata. 2000-03-17 22:08:04 +00:00
dougt%netscape.com 8126ff53b4 Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
nhotta%netscape.com a9a9a9109a Changed flag for entity conversion, bug 27376, r=akkana. 2000-03-16 00:28:01 +00:00
sspitzer%netscape.com 1648fa24bd add RemoveFiles() to interface. we need this for when we clean up after deleting and account. 2000-03-15 07:12:59 +00:00
jefft%netscape.com dd2accbee8 fixed unnecessary database loading when building folder view; r=bienvenu 2000-03-15 06:26:31 +00:00
nhotta%netscape.com 53d8977bc3 Changed to use do_GetService instead of CreateInstance, bug 30212, r=cata. 2000-03-15 01:36:19 +00:00
jefft%netscape.com 489aa96a47 fix bug 27396 - shouldn't display error message when selecting uw folder-only mailbox, 28301 - failed to store/read folder flags from folderInfo, 28916 - need to handle /NoSelect folder as 4.x does; r=bienvenu 2000-03-14 13:37:54 +00:00
putterman%netscape.com 9ad79e2641 r=bienvenu. Fix for 16966. Can now mark a thread read. 2000-03-14 05:34:42 +00:00
tonyr%fbdesigns.com 205d63c930 nsISupports interfaces need to be threadsafe for import. r=sspitzer 2000-03-13 00:14:25 +00:00
rickg%netscape.com 0e8a2aaf7a replaced calls to deprecated string methods 2000-03-12 21:09:50 +00:00
sspitzer%netscape.com fa9ec86bb0 changes for news over SSL. initial changes needed for SMTP over SSL, but
that isn't going to happen yet.  cleanup changes for nsNewsDownloadDialogArgs (still not used yet.)
2000-03-12 08:58:02 +00:00
sspitzer%netscape.com 0487a8b1a3 fix for #30775 and #30648. r=mscott,warren. a=phil
we need to call Cancel() to remove the closed nsSocketTransport from the
list of active transports.  if we don't, we quickly reach the max (50)
and pop, smtp, and nntp operation start failing.

also, upon NS_BINDING_ABORTED, do not pop up an alert.  we get
this when we call Cancel() or if the user hits the stop button.
2000-03-12 06:40:25 +00:00
putterman%netscape.com 36a0950773 a=phil. r=jefft and mscott. Fix for 30918. Can now move messages from imap to local
and local to imap.
2000-03-09 04:17:02 +00:00
warren%netscape.com c0497e31be Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
jefft%netscape.com 8142d351ad fixed bug 25988 -- IMAP Subfolders appearing at 1st level instead of 2nd level; bug 26061 -- Rename a pop3 folder and its subfolders disappear; a=phil,r=bienvenu 2000-03-01 05:17:53 +00:00
jefft%netscape.com 3950520b6c bug 29340 -- Message sent before logging into mail shows logon failed message; a=phil,r=bienvenu 2000-02-29 21:01:53 +00:00
jefft%netscape.com 2c5ea9d2a5 fixed bug 28445 - [PDT+] Error displayed after selecting the renamed subfolders; bug 20366 - Unsuccessful IMAP folder rename makes folder disappear; r=bienvenu,a=phil 2000-02-29 01:16:55 +00:00
mscott%netscape.com 8fa3c570dc Bug #23788 --> add the ability to open connection given a host and port instead extracting them from the url.
This is necessary in order to implement 23788.
r=bienvenu
a=phil
2000-02-26 23:11:45 +00:00
putterman%netscape.com 7abb41369e a=phil. Fixes for 29184 and 29104 (r=alecf and bienvenu) Can now access and copy to a local
subfolder.  Fix for 7844 (r=nhotta and bienvenu) Can now view Japanese local folders.
2000-02-26 20:46:39 +00:00
sspitzer%netscape.com 09b7b9db4f fix for #26773, alert when there is a network error in mailnews. r=mscott, a=phil 2000-02-26 01:04:50 +00:00
bienvenu%netscape.com 7145d81ccd fix unix build warning from last checkin - unused var 2000-02-23 20:59:59 +00:00
bienvenu%netscape.com 6d75704d50 remove use of strtok to fix latin1 char handling, r=alecf, a=phil 24692 2000-02-23 20:49:09 +00:00
alecf%netscape.com a4946cd8f4 implement per-identity smtp servers and use the identity's smtp server if in fact it has a special one
bug #28898
r=mscott
a=phil
2000-02-23 09:42:54 +00:00
jefft%netscape.com 3122359680 fixed bug 27759 -- Empty Trash breaks trash folder display; r=bienvenu,a=phil,chofmann 2000-02-17 06:03:55 +00:00
alecf%netscape.com 073eba3585 make remember_password sticky and don't attempt to sync with wallet for beta1
r=sspitzer
2000-02-16 07:43:18 +00:00
nhotta%netscape.com 9117e83808 Changed to use mailnews.send_default_charset, bug 23540, r=cata. 2000-02-16 05:07:37 +00:00
bienvenu%netscape.com c7135c3496 use msf file spec as key for panacea.dat, r=sspitzer 26977 2000-02-16 05:06:37 +00:00
putterman%netscape.com de272ba0ac Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
to it so that you don't lose your place in the thread pane.  More work on 26456.  r=alecf.
Some performance improvements for loading folders by speeding up building up a uri.
2000-02-16 00:39:23 +00:00
sspitzer%netscape.com 03dd9e5a6e fix for #8075. use the newsrc files (~/.mozilla/<profile>/News/newsrc-<hostname>) for the unread/read status instead of the msgdb. r=alecf 2000-02-15 08:35:40 +00:00
bienvenu%netscape.com 474b1f6aec add redirector type pref,r=alecf 2000-02-15 06:57:45 +00:00
alecf%netscape.com 2724242718 fix for #27160
r=sspitzer
use wallet to determine the status of rememberPassword
2000-02-12 00:52:53 +00:00
alecf%netscape.com 0611ca4bef fix for #26413 - new accounts were picking up old accounts's values, so clear them all out of the prefs r=putterman 2000-02-11 00:55:54 +00:00
alecf%netscape.com 819d316809 use real weak references when messages hold onto their parent folders
r=putterman
2000-02-08 05:59:20 +00:00
bienvenu%netscape.com 85ee28a198 more fixes for double byte folder names, including create and rename, r=putterman,jefft 2000-02-08 01:20:00 +00:00
scc%netscape.com 73802d6f2e Pro5 update 2000-02-07 23:06:04 +00:00
jefft%netscape.com 015ed59aa6 fixed bug 14893 - undo/redo should enable only when it is available; bug 23089 - selecting undo after delete cause trash folder to load; r=rhp 2000-02-07 15:15:14 +00:00
bienvenu%netscape.com ece14626a0 allow creation of folders with double-byte characters r=putterman, 26745 2000-02-07 00:20:37 +00:00
pp%ludusdesign.com cc01ef5223 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +00:00
bienvenu%netscape.com 4288f5ddc1 fix escaping of user name (r=alecf) also fix build bustage 2000-02-05 01:19:38 +00:00
bienvenu%netscape.com 988bb610b4 break out method for getting folder cache elem from file spec, r=sspitzer 2000-02-04 05:48:50 +00:00
jefft%netscape.com 342229275a fixed bug 26169 -- Sending message appears to fail if the Sent folder not yet parsed; r=scottip 2000-02-03 23:40:09 +00:00
sspitzer%netscape.com efbb62e4f6 make mailnews use the "no stripping url" wallet interface.
fix the url mangler and single signon to work when we use the "no stripping url" interface.
2000-02-03 06:43:12 +00:00
sspitzer%netscape.com 96a0249281 change to allow someone to use the "no strip url" interface in wallet.
no one is using it yet, because it doesn't work.

r=mscott
2000-02-03 05:01:42 +00:00