Commit Graph

2804 Commits

Author SHA1 Message Date
alecf%netscape.com
9f0586ed8b add per-identity smtp chooser to build for #18184 2000-04-05 00:20:48 +00:00
alecf%netscape.com
0597af8bf5 add per-identity smtp picker for #18184 2000-04-05 00:20:21 +00:00
cls%seawood.org
fdd09457b4 Fix for EXTRA_DSO_LIBS in rules.mk
OS/2 Makefile.in changes (Patch 4a).  Bug #34106
2000-04-04 07:37:50 +00:00
sspitzer%netscape.com
8ef6a389e0 remove my debugging dump statements. 2000-04-04 05:53:39 +00:00
sspitzer%netscape.com
8d102c93f1 more changes for "updating counts" when the news server expands.
because we persist the "open" state of a news server (unlike 4.x, which re-closed it)
I call PerformExpand() on all "open" servers at start up.

also, some performance optimizations, thanks to putterman for the help.
2000-04-04 05:47:24 +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
sspitzer%netscape.com
3ad854648b jefft has fixed bug #34383, so take out debugging dump(). 2000-04-04 02:58:38 +00:00
sspitzer%netscape.com
3341f57d8f fix for #10855. update newsgroup counts when expanding the server. still a few
edges to smooth.  also, continue clean up of the news code.  r=bienvenu
2000-04-04 02:31:43 +00:00
alecf%netscape.com
fc70ef2dc5 switch from titledbuttons to buttons 2000-04-04 01:45:06 +00:00
alecf%netscape.com
6798383d92 add support for auto-refreshing server list, set as default, and various other minior tweaks
r=sspitzer
2000-04-04 01:40:10 +00:00
alecf%netscape.com
6c4a494981 add support for automatically disabling certain controls in the smtp server editor
r=sspitzer
2000-04-04 01:39:11 +00:00
alecf%netscape.com
a382e36f3e add am-smtp.js to the builds r=sspitzer 2000-04-04 01:36:41 +00:00
alecf%netscape.com
be7a36352b make the smtp server panel reload itself when the advanced dialog tells it that there have been edits
r=sspitzer
2000-04-04 01:36:01 +00:00
alecf%netscape.com
7b171e786c add support for pages asking to be reloaded from scratch
(so that SMTP prefs can be reloaded)
r=sspitzer
2000-04-04 01:33:23 +00:00
jefft%netscape.com
7bdb46368e fixed bug 34383 - JS exception when selecting the twisty; r=scottip 2000-04-04 01:07:49 +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
sspitzer%netscape.com
6a639e1cde use try and catch, to prevent bad things for happening when the user hits
bug #34383.
2000-04-04 00:27:42 +00:00
putterman%netscape.com
2753148d86 add correct gif to makefile 2000-04-03 22:38:49 +00:00
alecf%netscape.com
5328478b8b add smtp server editor to the mac/windows build, and add one new file to the windows build r=sspitzer 2000-04-03 06:37:10 +00:00
alecf%netscape.com
2d0d24f25c make the server editor itself actually change the hostname of the server being edited r=sspitzer 2000-04-03 06:33:49 +00:00
alecf%netscape.com
8148445ae0 add Smtp editor stuff to the build r=sspitzer 2000-04-03 06:29:40 +00:00
alecf%netscape.com
f41ec03e82 fix typo r=sspitzer 2000-04-03 06:29:04 +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
mscott%netscape.com
12c3a0288f I broke newsgroups the other day so they weren't showing up in the message pane. undoing the damage. 2000-04-03 02:15:25 +00:00
mscott%netscape.com
d1d6ef4bbf Bug #27884 --> new attachment icon & add to ab icon 2000-04-03 02:14:19 +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
sspitzer%netscape.com
6378448745 remove the MigrateFilters() calls. we are going with lazy filter migration. r=bienvenu 2000-04-03 02:03:58 +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
073d02b79c remove the MigrateNewsFilters() call. we don't have to migrate news filters.
(but they don't work yet, but that's another bug.)  r=bienvenu
2000-04-02 23:07:14 +00:00
sspitzer%netscape.com
ee9a0052d1 add a stop button. does nothing right now. 2000-04-02 19:58:09 +00:00
sspitzer%netscape.com
d209613a0b add Get/SetLocalFoldersServer and use it. r=bienvenu 2000-04-02 19:11:16 +00:00
sspitzer%netscape.com
3f5595153a add GetLocalFoldersServer() for bienvenu, and use it in the account wizard.
also, stub out news filter migration calls in the messenger migrator code.
r=bienvenu
2000-04-02 16:52:29 +00:00
jefft%netscape.com
5b19b98191 prevent deleting Inbox and Trash folder; r=scottip 2000-04-01 17:47:21 +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
sspitzer%netscape.com
da78ce03ea removing the nsISubscribeDialog* interfaces, they aren't being used.
change for the new subscribe dialog, which isn't turned on yet.
r=bienvenu, a=leaf.
2000-04-01 04:23:53 +00:00
sspitzer%netscape.com
6833fc69c3 return NS_OK, but alert when CloseFilterList() is called. r=bienvenu, a=leaf. 2000-04-01 04:17:25 +00:00
sspitzer%netscape.com
f1d139b206 start of filter migration work. r=bienvenu, a=leaf. not turned on yet for anyone
but david b. and me.  newsgroup filter migration not working yet.
2000-04-01 04:16:32 +00:00
sspitzer%netscape.com
24f8697c7b added files: mozilla/mailnews/base/src/nsSubscribeDataSource.cpp 2000-04-01 04:13:42 +00:00
sspitzer%netscape.com
3b588216d4 put #endif at the end of the file. add stuff for SubscribeDataSource. r=bienvenu 2000-04-01 02:05:28 +00:00
sspitzer%netscape.com
53bdb97e3a adding the subscribe datasource the build for windows. 2000-04-01 01:58:56 +00:00
sspitzer%netscape.com
4de4890cfe adding the subscribe datasource to the build for unix. 2000-04-01 01:58:00 +00:00
sspitzer%netscape.com
872492417a more changes for the new subscribe dialog. not turned on yet. 2000-04-01 01:56:16 +00:00
sspitzer%netscape.com
e065b12714 not part of the build yet. 2000-04-01 01:53:29 +00:00
mscott%netscape.com
cc9495c839 add the user agent header back in under a pref. set mailnews.headers.showUserAgent to true in your prefs
if you want to see the user agent string.
2000-04-01 00:40:53 +00:00
jefft%netscape.com
558cf5d1f1 fixed bug 13710 - compact folder for pop3; r=scottip 2000-03-31 15:28:28 +00:00
putterman%netscape.com
d03fb2c191 r=mscott. Sort by order received remembered per folder and turn on the menuitem
by removing '.'
2000-03-31 05:58:37 +00:00
alecf%netscape.com
ec3fd78015 reflect "defaultness" of the server into RDF 2000-03-31 02:16:21 +00:00
bienvenu%netscape.com
4bdb69be85 fix problem loading folders for putterman 2000-03-31 01:56:12 +00:00
sspitzer%netscape.com
79d0581135 fix for #33968. r=mscott. only open a new three pane when double clicking on a folder or newsgroups.
don't do it when double clicking on a server.
2000-03-30 23:42:15 +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
alecf%netscape.com
a79f666692 rearrange checkboxes to match spec
r=sspitzer
2000-03-30 14:59:44 +00:00
alecf%netscape.com
fa2234dee8 add smtp dtds to unix build r=sspitzer 2000-03-30 14:58:59 +00:00
alecf%netscape.com
bb1d11d8bb further tweaks to smtp server editor
r=sspitzer
2000-03-30 14:58:36 +00:00
alecf%netscape.com
25b2bf6b6d add advanced button and smtp server list to build
r=sspitzer
2000-03-30 14:57:37 +00:00
alecf%netscape.com
23e7d27e39 add string for servers marked as "default" (not used yet) 2000-03-30 14:56:30 +00:00
alecf%netscape.com
1ef4b42992 add smtp strings (not part of build) and add one "Advanced" string to the smtp server panel 2000-03-30 14:54:53 +00:00
alecf%netscape.com
8acaad0615 first cut at multiple-SMTP server editor
not part of build yet
2000-03-30 06:54:42 +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
alecf%netscape.com
0e07ef91c4 fix some nsIPref dependancies 2000-03-29 09:41:04 +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
sspitzer%netscape.com
b2ad643429 fix for bug #33596. assertion when a message has no subject. r=alecf 2000-03-28 21:20:48 +00:00
sspitzer%netscape.com
86c180aa4e ignore generated makefile. 2000-03-28 07:27:55 +00:00
sspitzer%netscape.com
8badc05d83 move all the verify account stuff into a central place, and call
it when opening messenger, message compose and addressbook.  bug #33558
fix some debugging printfs.  add some new files to the build for the new subscribe dialog.
(not turned on yet.)  general cleanup.
2000-03-28 07:26:41 +00:00
alecf%netscape.com
773c3ef80b start firing notifications when the default server changes
r=scottip
2000-03-28 07:16:04 +00:00
alecf%netscape.com
0bffe2e6db missed a JS listener implementation (thanks putterman) 2000-03-28 07:09:53 +00:00
alecf%netscape.com
b2829c6c0b forgot to check these in with my previous checkin 2000-03-28 05:59:39 +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
sspitzer%netscape.com
ffd99e0933 not part of the build yet. 2000-03-28 04:09:26 +00:00
sspitzer%netscape.com
c3c8228dc7 not part of the build yet. 2000-03-28 04:03:25 +00:00
rickg%netscape.com
c269118cc4 removed calls to deprecated string API's 2000-03-27 06:48:32 +00:00
scc%netscape.com
b72f57a93d small changes to clients of string converting APIs 2000-03-26 12:25:21 +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
37269d1894 export utility file for filter datasource 2000-03-26 10:36:08 +00:00
alecf%netscape.com
961f8841b5 filter datasource WIP - derive from base nsMsgRDFDataSource class, start using the RDF delegate system to attach filters to mail folders
not part of build
2000-03-26 10:33:25 +00:00
alecf%netscape.com
ea03d1ac9b start filter datasource (not part of build) 2000-03-25 21:15:08 +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
rhp%netscape.com
a4e128e164 Fix for bad wrapping on quoting and IMAP Parts on demand - Bugs #: 32100 17794 2000-03-24 21:22:53 +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
alecf%netscape.com
6e6348e4dc fix solaris bustage 2000-03-24 09:39:12 +00:00
alecf%netscape.com
4e4dc345d8 fix html:label for= tags so that they match their respective IDs (#24872)
fix incredibly trivial r=me
2000-03-24 08:55:41 +00:00
alecf%netscape.com
8f8003646c move this checkbox over just slightly to fix #23661
fix incredibly trivial r=me
2000-03-24 08:52:32 +00:00
alecf%netscape.com
4ada00166a don't allow set as default to be enabled when clicking on the smtp server
#28018 fix incredibly trivial r=me
2000-03-24 08:48:16 +00:00
alecf%netscape.com
f0b0aba02c fix for #27629 - fix is incredibly trivial, r=me 2000-03-24 08:46:37 +00:00
sspitzer%netscape.com
c4a711ce9f fix build bustage on unix. 2000-03-24 08:36:03 +00:00
alecf%netscape.com
5400ccaaa2 reduce dependancies - .cpp already has nsIPref 2000-03-24 08:34:47 +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
4c96138f64 actually put the mail subject in the header of the message
final part of fix for #29651
r=sspitzer
2000-03-24 08:24:09 +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
alecf%netscape.com
b6528e8634 minor usage fix for code that was probably never ever called anyway 2000-03-24 08:06:02 +00:00
bienvenu%netscape.com
e4ae6e7e78 more work on mpod 32767 r=mscott 2000-03-24 06:20:01 +00:00
sspitzer%netscape.com
09d42a0515 fix for bug #28227. thanks for bruce@cybersight.com for pointing this out and supplying the fix. 2000-03-24 06:14:21 +00:00
sspitzer%netscape.com
bef2f7ba9d implement find / find again for mailnews. clean up the browser's find / find again code to use
do_GetService and nsCOMPtrs. bug #10894.  r=mscott.
2000-03-24 05:44:32 +00:00
mscott%netscape.com
68620e7b61 Bug #33151 --> add oncreate method for the email address popup menu
r=sspitzer
2000-03-24 04:54:46 +00:00
sspitzer%netscape.com
f80657cb54 get import of 4.x addressbooks to work. and an alert if addressbook
import fails.  clean up code.  r=bienvenu
2000-03-24 04:07:46 +00:00
tbogard%aol.net
5dc1f4b647 Adding implementation for the new method OnStartURIOpen on nsIURIContentListener. 2000-03-24 00:35:48 +00:00
sspitzer%netscape.com
a9ca1f89f8 wrap with a try catch. if we get failure, and we don't handle it properly,
the account setup dialog won't go away.
2000-03-23 23:50:32 +00:00
ducarroz%netscape.com
4f8019935a Fix build bustage 2000-03-23 07:04:57 +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
sspitzer%netscape.com
55eef7c79e more changes for 4.x addressbook migration. r=bienvenu.
some hackery required since we hard code the pab to be abook.mab.
also, the api's need to be able to create a new directory that already has exists and has prefs.
2000-03-23 04:36:03 +00:00
ben%netscape.com
cf42a9139a switch from titledbutton on toolbar to button 2000-03-23 04:21:55 +00:00
sspitzer%netscape.com
d6f1c4cd50 hook up to the addressbook migration code. r=bienvenu 2000-03-22 21:39:57 +00:00
nhotta%netscape.com
b030d84371 Removed headers and contants for locale factory, bug 11880, r=putterman. 2000-03-22 00:39:26 +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
sspitzer%netscape.com
908cd904e0 not part of the build yet. 2000-03-21 03:16:39 +00:00
sspitzer%netscape.com
710c8c04b3 not part of the build yet. 2000-03-21 01:03:25 +00:00
sspitzer%netscape.com
f635221d81 not part of the build yet. 2000-03-21 00:36:39 +00:00
rhp%netscape.com
b68c624cd1 Fix for view source URL problem - Bug #30459 2000-03-20 22:52:51 +00:00
sspitzer%netscape.com
a5fc6fc4e0 not part of the build yet. 2000-03-20 22:21:08 +00:00
bienvenu%netscape.com
c016b9d320 fix 24456 trash flag going away, r=mscott 2000-03-19 22:37:32 +00:00
sspitzer%netscape.com
88a6814a48 not part of the build yet. 2000-03-18 17:27:40 +00:00
mccabe%netscape.com
a1a082d9b2 Add [noscript] to a number of non-scriptable attributes in [scriptable] interfaces. (They're not scriptable, because they refer to native types.) This is in preparation for a new compile-time check in xpidl to require the [noscript] annotation for attributes, as it is required for methods.
Preparatory to fix to 11454.

r=jband
2000-03-17 23:47:48 +00:00
sspitzer%netscape.com
5ba3a9bed3 more changes for the new subscribe dialog. not part of the build yet. 2000-03-17 23:08:51 +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
sspitzer%netscape.com
cfcff9abdc start of new subscribe dialog. not part of the build. 2000-03-17 18:29:58 +00:00
sspitzer%netscape.com
659c2e27fd the start of the new subscribe dialog. not part of the build yet. 2000-03-17 18:28:31 +00:00
putterman%netscape.com
cc31405197 r=mscott. Fix for 31805. can now have multiple mail windows open. 2000-03-17 01:10:57 +00:00
chuang%netscape.com
6b23de5af6 Bug 26070 wrap reuseExp.label 2000-03-16 22:58:36 +00:00
tbogard%aol.net
718e56a04e Converted calls to nsIWebShell::LoadURL to use nsIWebNavigation::LoadURI. 2000-03-16 02:30:51 +00:00
ducarroz%netscape.com
1ba7a3bfde Fix regression. Need to pass the event when creating, replying or forwarding a message. R=jefft 2000-03-16 00:42:55 +00:00
nhotta%netscape.com
a9a9a9109a Changed flag for entity conversion, bug 27376, r=akkana. 2000-03-16 00:28:01 +00:00
jefft%netscape.com
3f40211291 fix bug31929 - wrong way to throw a message box; r=rhp 2000-03-15 15:38:14 +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
sspitzer%netscape.com
4c06241f3e fix for bug #31904. couple the identity and the server the the account before
setting any values on the identity.
2000-03-15 07:05:17 +00:00
jefft%netscape.com
dd2accbee8 fixed unnecessary database loading when building folder view; r=bienvenu 2000-03-15 06:26:31 +00:00
mscott%netscape.com
a59e78ffbc add thread safe addref and release.
r=bienvenu
2000-03-15 02:29:46 +00:00
rhp%netscape.com
4e23d61267 Changes to fix many bugs including quoting style size - vcard I18N fixes - compose fixes - etc - Bug #: 12505 25610 29806 30048 30744 31207 31589 2000-03-15 01:47:36 +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
9cdfa6fef7 fix bug 30784 - save messages / attachment with bogus path name failed sliently; this is bad if user think save was successful then followed by a delete and compact; we will have a data loss here 2000-03-14 13:54:42 +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
ben%netscape.com
9edc1b6866 pref panel appearance tweaks, r=hyatt 2000-03-14 11:31:54 +00:00
sspitzer%netscape.com
d7aaa45fbc use nsCOMPtr for the cached pref service instance. r=bryner. 2000-03-14 07:03:00 +00:00
putterman%netscape.com
0a24489bd2 r=bienvenu. Fixes for 29970 - deleting last message in a folder works. 17074 - remember
sort per folder.  27749 View Message menu works.  16966 Mark thread read.  28419 File Button
2000-03-14 05:38:51 +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
putterman%netscape.com
da21edd0d1 r=bienvenu. Don't fail if there's no unread thread. 2000-03-14 05:29:34 +00:00
putterman%netscape.com
a1a6b438b0 r=bienvenu. Fix for bug 31363 and other progess problems. Deleting from a local folder
doesn't cause meteors to go on forever.
2000-03-14 05:27:34 +00:00
mscott%netscape.com
c016030148 Fix the problem where the thread pane / message pane splitter would always move and
"creep" up when you displayed messages. thanks to evaughan for helping me figure this out.
2000-03-14 03:02:08 +00:00
akkana%netscape.com
1e8b1a7614 31438: stealth msg compose (r=ducarroz) 2000-03-14 02:59:13 +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
bcb86c8e55 use nsIUserInfo (it is exists) to set the users name if it needs it. (see linux only bug #26290). also, migrate the SSL nature of the smtp server, and add TrySSL to the nsISmtpServer interface. (bug #30321) fix problem with nsSmtpServer::SetAuthMethod() 2000-03-12 08:27:31 +00:00
sspitzer%netscape.com
5c0061f9d3 remove aw-fullname.*, they are no longer used. 2000-03-12 08:21:38 +00:00
sspitzer%netscape.com
8719055576 use nsIUserInfo (if it exists, it doesn't on mac and windows yet) to pre-populate the users email address and full name. 2000-03-12 08:20:13 +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
tbogard%aol.net
4a4386efc1 Fixed build warning. 2000-03-11 11:11:42 +00:00
tbogard%aol.net
aad547c864 HandleUnkownContentType is no longer part of the nsIDocumentLoaderObserver interface. Use the DocShell APIs to get the contentViewer instead of the webShell ones. 2000-03-11 01:32:46 +00:00
tbogard%aol.net
dc8e284e04 HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. Use the docShell APIs where possible instead of the webShell ones. 2000-03-11 01:32:16 +00:00
tbogard%aol.net
48135721ba Converted a number of places to use the docShell APIs instead of the webShell ones. 2000-03-11 00:28:44 +00:00
rhp%netscape.com
b56203b0f4 Small fix for garbled title bug for I18N subjects - Bug #: 29651 - r: alecf - a: phil 2000-03-09 15:51:19 +00:00
alecf%netscape.com
b5b4662332 fix for #31038 - move the smtpService initialization to just before invalid accounts get loaded
r=sspitzer
a=jar
2000-03-09 05:16:53 +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
rhp%netscape.com
77da8b4b91 Fixing garbage display of subject in frame header - Bug #: 29651 - r: alecf - a: leger" 2000-03-09 00:41:54 +00:00
slamm%netscape.com
15a2c3b12e Add persist='collapsed' to message pane box to persist state set by splitter. Bug 29813. r=evaughan,mcafee a=jevering 2000-03-08 00:16:16 +00:00
hangas%netscape.com
d1f6b630a1 Fix 29861 (Make throbber do the right thing for every window - mozilla and Netscape trees) r=scottip a=phil 2000-03-07 00:22:55 +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
sspitzer%netscape.com
30d0836cd5 check in alecf's fix for #30370. r=sspitzer, a=jar. 2000-03-05 21:25:53 +00:00
sspitzer%netscape.com
4ec69fb1fb fix for #30146. r=mscott,jar a=jar. if we are creating the "Local Folders" account
and we aren't migrating, then don't set the server's local path.  it is already
set correctly.  also, find the local folders account after creating it for use
in setting the copies and folders.
2000-03-05 18:44:26 +00:00
mscott%netscape.com
4e9c59c4b2 Bug #30144 --> remove the user agent toolbar from the UI. tWe're also going to use the same user agent
string that http uses (we weren't doing that before).
r=alecf
a=phil,jar
2000-03-05 00:19:38 +00:00
amusil%netscape.com
c37c55d770 Fix for Bug 382870. r=mscott a=phil 2000-03-04 04:19:34 +00:00
alecf%netscape.com
5064ec9a3a second part of fix for #29714 - tie a particular SMTP server to a particular identity if the ISP requests it.
r=mscott
a=phil
2000-03-02 23:42:32 +00:00
putterman%netscape.com
071e736ec0 a=phil. r=hangas. Fixes 20422 where clicking on a thread twisty wouldn't open up the
entire thread.
2000-03-01 22:33:25 +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
sspitzer%netscape.com
2531b3070f fix for #29647. fix pref stickiness issue. r=ben, a=jar,rickg 2000-03-01 02:50:09 +00:00
alecf%netscape.com
fe637100c7 fix for #29586 r=rickg a=rickg
bandaid fix to make <p> tag wrap the paragraphs
2000-03-01 02:47:45 +00:00
hangas%netscape.com
3f3a4477b2 Fix 29654 (Unable to Delete messages or Cancel News Messages from menu) r=mscott, a=phil 2000-02-29 21:57:50 +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
rhp%netscape.com
712e34ff48 Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft 2000-02-29 07:04:24 +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
alecf%netscape.com
1d15d01f5f fix for #29168
r=sspitzer
a=phil
allow us to switch between nativePath and URLString when using the picker in prefs/account manager
2000-02-29 00:52:51 +00:00
blizzard%redhat.com
a6d97b2321 fix spelling of hander to handler. bug #29407. r=sspitzer 2000-02-27 20:51:11 +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
7cb570ad1b fix for #28911, r=alecf, a=jar. avoid loading in unnecessary dlls at startup. 2000-02-26 03:52:06 +00:00
hangas%netscape.com
854cdcac87 Fix 28144 Make XP Toolkit widgets look more professional. r=german/scottip a=phil 2000-02-26 01:21:51 +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
bryner%uiuc.edu
6985354db4 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
alecf%netscape.com
b2f6882705 additional string for #23411 r=sspitzer, a=phil 2000-02-25 00:57:47 +00:00
alecf%netscape.com
083fedbb1c support to allow arbitrary ISPs to pre-fill any accounts in the account wizard.
r=sspitzer, a=phil
bug=#23411
2000-02-24 23:05:07 +00:00
sspitzer%netscape.com
0619d76a5f fix for #28530, r=alecf, a=jar,phil 2000-02-24 02:03:11 +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
0b6f5e9836 back out file I didn't mean to check in 2000-02-23 10:48:17 +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
alecf%netscape.com
91000a8688 fix biff, bug #28718 - send notifications when servers are loaded, not just when they are newly created
r=putterman a=phil
2000-02-23 09:16:32 +00:00
cata%netscape.com
673f607483 Changing menu label. a=bobj, bug #28138 2000-02-23 00:22:05 +00:00
cata%netscape.com
e5e3dc9f3a Commenting out 4 menu items. a=bobj. bug #28138. 2000-02-23 00:21:18 +00:00
rhp%netscape.com
3a736250f2 Fix for I18N problem with saving mail messages - Bug #23418 - r: ducarroz - a: jar 2000-02-22 22:27:51 +00:00
rhp%netscape.com
838d62721d Problem saving email in original charset - Bug #: 23418 - r: nhotta - a: phil 2000-02-22 01:02:08 +00:00
alecf%netscape.com
2f75cbc832 fix for #26413 and #28675:
- clear out the currently selected page so a deleted account doesn't whack new account
- prompt the user before deleting an account
2000-02-21 19:39:14 +00:00
hangas%netscape.com
49fde4e061 First phase of fix for 28144. This checkin is to make our chrome widgets look more professional. They now look much more like the spec. This changed the look for titledbutton, tab, input, checkbox, radio button, and select widgets. Some other widgets had minor changes to colors, paddings, and margins. r=german, a=phil. 2000-02-19 02:44:24 +00:00
sspitzer%netscape.com
86a9117831 fix for #16243. a=jevering, r=mscott
migrate the default server from 4.x to 5.0
2000-02-19 00:59:26 +00:00
sfraser%netscape.com
780f94b9f0 Fix for bug 19428, copy not working in mail window. r=hangas, a=jar, have a nice day. 2000-02-18 23:27:25 +00:00
alecf%netscape.com
70f68218de fix for #28246 - display static text if the user has already entered an SMTP server
r=sspitzer
2000-02-18 22:58:27 +00:00
alecf%netscape.com
a51ec724d9 second part of fix for #27913 - make sure identities exist at the time the server is attached to the account, so that there are actually identities associated with the account when the server is loaded and queried by rdf
r=sspitzer, a=phil, chofmann
2000-02-18 07:43:38 +00:00
alecf%netscape.com
0f4847c43e fix for #27913 r=sspitzer, a=phil, chofmann
delay the firing of NotifyServer until after an incoming server has been assigned to an account
also fix exceptions thrown by GetIncomingServer by returning nsnull and throwing an assertion instead
2000-02-18 07:41:58 +00:00
waterson%netscape.com
0d668654d0 Bug 20840. Get 'Open Windows' and 'Mozilla' buttons working on the taskbar again. Re-factored 'blue toolbar' menu rules, promoting to global.css so that they could be shared with taskbarOverlay.xul. r=hangas, a=jevering 2000-02-18 00:51:48 +00:00
bienvenu%netscape.com
0a72d00cd7 fix linux build bustage 2000-02-17 20:05:25 +00:00
bienvenu%netscape.com
b8d31ec0ca fix 24692 (copy msg to non-ascii folder), 26664 (speed up folder cache) r=jefft,mscott a=phil,chofmann 2000-02-17 19:33:42 +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
alecf%netscape.com
c627c39c2c remove password stuff from the wizard for beta 1 2000-02-16 07:19:46 +00:00
alecf%netscape.com
e1b6eeb474 fix account wizard so that we don't clear the SMTP server if it's not already set
r=sspitzer
2000-02-16 06:50:47 +00:00
pepper%netscape.com
66365a159c Addinf newline to file so that lesser unixes compile. 2000-02-16 06:00:05 +00:00
mscott%netscape.com
d7ca46f6a5 Bug #25583,27681,24193 when unloading the 3-pane window, close the msg window
r=sspitzer
2000-02-16 05:33:30 +00:00
mscott%netscape.com
d0c4ceec48 Bug #25583,27681,24193 --> add a close window argument and null out our weak reference to
the webshell. this workaround is necessary because of some nasty leaks
in the mailnews 3pane which causes the feedback object to be leaked
so it's still around when the webshell has been destroyed.
r=sspitzer
2000-02-16 05:33:05 +00:00
mscott%netscape.com
b389706275 Bug #25583,27681,24193 --> add a close window method to nsIMsgStatusFeedback and nsIMsgWindow
r=sspitzer
2000-02-16 05:32:35 +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
mscott%netscape.com
66388ed32d Init was getting called twice. Once in the ctor and once by the generic factory. This helps with
bug #27681.
r=sspitzer
2000-02-16 05:00:47 +00:00
sspitzer%netscape.com
102f5c8902 move the nsICmdLineHandler responsibility out of nsMessenger and into nsMessengerBootstrap. r=alecf 2000-02-16 02:57:29 +00:00
danm%netscape.com
93b4cdd7cf install am-imap-advanced.dtd. bug 26902. 2000-02-16 00:40:34 +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
rhp%netscape.com
9e07467988 Checkin for Bug #12505 - Printing email correctly - r: jefft 2000-02-15 23:06:15 +00:00
rhp%netscape.com
0d5876b1d2 Changes to implement printing correctly - Buf #12505 - r: jefft 2000-02-15 23:05:06 +00:00
amusil%netscape.com
f2bcbbadcf Added ability to allow external processing of the To/From/CC email list. r=mscott 2000-02-15 23:04:22 +00:00
hangas%netscape.com
d357a9904d Fix 27748, unable to type "n" in text areas inside of message pane. Temporarily removed "N" keybinding for Next Unread Message menu item. r=sspitzer. 2000-02-15 21:38:45 +00:00
andreww%netscape.com
7a1887eed3 adding id to menupop under file>new for commercial overlay to target. bugsplat bug#369022 r=amusil 2000-02-15 21:24:39 +00:00
rhp%netscape.com
c6a144449a Just updating files that are NOT PART OF THE BUILD!!! 2000-02-15 15:38:40 +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
alecf%netscape.com
37f4821f7a add new strings for previous checkin, #25958 2000-02-15 07:15:41 +00:00
alecf%netscape.com
9408082abd fix window titles to include brand name and reflect new spec
#25958 r=putterman
2000-02-15 07:11:11 +00:00
bienvenu%netscape.com
474b1f6aec add redirector type pref,r=alecf 2000-02-15 06:57:45 +00:00
bienvenu%netscape.com
3855be9448 add prog id and class id for logon redirector service, r=alecf 2000-02-15 06:56:12 +00:00
mscott%netscape.com
1531827ca8 Bug #18591 --> turn on the address book collector for email addresses in the message pane. For every
From field we encounter, we'll add the address to the collection address book.
r=bienvenu
2000-02-15 06:50:53 +00:00
alecf%netscape.com
91e5f452d7 oops, missed this file for #23391, actually include accountUtils.js
r=sspitzer
2000-02-15 06:42:33 +00:00
alecf%netscape.com
125f0758ab followup fix for #23391 - use shared accountUtils.js
r=sspitzer
2000-02-15 06:41:53 +00:00
alecf%netscape.com
eb3091c1a3 fix for #23391 - auto-launch the account wizard for "invalid" accounts
r=sspitzer
2000-02-15 06:41:28 +00:00
alecf%netscape.com
c77afb4518 fix #27485 - remember SMTP server information
r=sspitzer
2000-02-15 06:39:11 +00:00
rhp%netscape.com
b51bbc8f16 Adding new printing files to the tree - NOT PART OF THE BUILD! 2000-02-15 02:26:14 +00:00
alecf%netscape.com
83e0473aee remove debugging dump() 2000-02-15 01:57:42 +00:00
alecf%netscape.com
345e01f94c pretty up smtp and serverwithnoidentities panel for #27634
r=sspitzer
2000-02-15 01:49:55 +00:00
alecf%netscape.com
b603af808b add ispUtils.js and accountUtils.js to the build (not part of the product yet) 2000-02-15 01:17:45 +00:00
alecf%netscape.com
644b47bdf5 fix signature chooser and mail homepage chooser to use the file picker just exposed from prefutilities.js, for #27630, r=sspitzer 2000-02-15 01:16:15 +00:00
alecf%netscape.com
187409cc07 do smart enabling/disabling of set as default button, and clean up the general enabling/disabling stuff for #27756
r=sspitzer
2000-02-15 01:12:02 +00:00
alecf%netscape.com
1b171202a0 fix #27625 - fix title of wizard to match spec (and put it in an entity so it can be localized!) 2000-02-14 08:41:15 +00:00
alecf%netscape.com
9794cff2ae fix grammer to match spec #17274
no reviewer, just a string change
2000-02-14 08:40:33 +00:00
alecf%netscape.com
3f10a0a4f6 finish fixing #25575 by updating some strings to match spec
no reviewer, just string changes
2000-02-14 06:45:36 +00:00
alecf%netscape.com
b4ac6ea8e9 remove quotes from a string to finish bug #23123
no reviewer, just a string change
2000-02-14 06:41:59 +00:00
evaughan%netscape.com
7ef2c916b2 Fix for bug 24351 as well as other jumping buttons and glitches in UI. 2000-02-14 05:30:05 +00:00
sspitzer%netscape.com
6f66de0137 fix for #24569. handle uri migration if the username had an @ character
in it.
2000-02-13 02:42:41 +00:00
sspitzer%netscape.com
129d114d6a fix for bug #27542, set the "mail.server.server<n>.directory" prefs correctly
when migrate news servers on linux
2000-02-13 00:56:25 +00:00
hangas%netscape.com
e8c88290bf Fix 25139, disable unused menu items for b1. r=scottip 2000-02-12 03:37:35 +00:00
hangas%netscape.com
e0aa87a046 Fix for 27283 rewrote command updating and dispatching for Mail/News window so that Edit menu items would be enabled at the proper times and actually work. Partial fix for 22558 wired up platform specific Delete key to the Delete menu item. Fix for 20120 Delete button and menu now disabled on folder pane of mail window. Temp fix for 27299 overlapping Ctrl-E shortcut with Editor window, Preferences menu item now has no shortcut. r=scottip 2000-02-12 01:37:43 +00:00
ducarroz%netscape.com
11364bc982 Fix for bug 24182. For some reason, we cannot set the thread column icon during the load of the window. This is a temporary fix. R=putterman 2000-02-12 00:55:14 +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
426d1ecc67 remove old cruft that was adding to startup bloat
r=sspitzer
2000-02-11 22:25:24 +00:00
alecf%netscape.com
c8e407588b unloading stuff from my tree (no bug, but I said I would do this)
speed up Account Manager for beta1 by removing excess IFRAMEs and decks.
now load each page on demand, as well show individual server prefs instead of grouping them all together.
r=putterman
2000-02-11 22:23:49 +00:00
alecf%netscape.com
f60064f784 fix for #27397, remove duplicate ENTITY line
(no reviewer, too simple)
2000-02-11 22:22:31 +00:00
hangas%netscape.com
37836f02ae Partial fix for 22558, key bindings for mail window, this included adding Delete and Backspace bindings for the Delete menu item in globalOverlay.xul. Added these bindings to navigator, mail, address book and mail compose. Unable to find Editor's usage of standard Edit menu overlays, so Editor not changed. r=saari. Also a fix for 27000 fixing event handler for address book card dialog. r=saari/hyatt. 2000-02-11 06:05:04 +00:00
alecf%netscape.com
b0d0534556 change a string to match spec (just changing string, no reviewer) 2000-02-11 01:24:24 +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
tbogard%aol.net
8e5c7e1c47 Removed unused header file. 2000-02-11 00:54:29 +00:00
rhp%netscape.com
66fcba297a Saving mail message fix for I18N - Beta1 Bug: 23418 - r: scottip 2000-02-10 06:48:22 +00:00
mscott%netscape.com
e29d93df57 Bug #24314 --> clicking on send mailto was picking the last node
or email address instead of the email address you selected.
r=hangas
2000-02-10 04:22:46 +00:00
evaughan%netscape.com
b361107ebe 1) implememted box reflow coelescing.
2) implemented gfx scrollbars for list boxes
3) fixed progess meter to be an animated gif
4) fixed bugs 23521, 24721, 19114, 20546, 24385, 24457, 23156, 20226, 22543

-r hyatt, troy, rod
2000-02-09 22:02:40 +00:00
mscott%netscape.com
11d228827a Bug #26586 --> a work around for this bug. set the value for each titledbutton before we add it to the document
and again after we add it to the document. This forces the to/from/cc email address to show up. Sometimes it wasn't
showing up. The cause is related to bug #26741.

r=sspitzer
2000-02-09 03:16:34 +00:00
mscott%netscape.com
ece755bfc3 Bug #26741 --> set the oncommand handler for the attachment menu AFTER the element has been inserted
into the document. Do the same thing for the value and popup attributes on the titled buttons that correspond
to the email addresses.
r=sspitzer
2000-02-09 03:07:59 +00:00
alecf%netscape.com
6bef1d1444 remove an assertion
a=granrose
2000-02-08 19:24:42 +00:00
tbogard%aol.net
840c8350e1 GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur 2000-02-08 13:40:10 +00:00
alecf%netscape.com
e21a07a269 switch to safer example text
r=sspitzer
for bug #23407
2000-02-08 09:39:45 +00:00
alecf%netscape.com
ca329c0899 add html:labels for most checkboxes
r=sspitzer
2000-02-08 09:26:44 +00:00
alecf%netscape.com
ddaab73405 fix account manager to behave well for large fonts, by specifying iframe sizes in ems 2000-02-08 09:14:59 +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
alecf%netscape.com
93b738dd00 add a bunch of assertions and error handling, no change for user under normal circumstances
r=sspitzer
2000-02-08 05:58:14 +00:00
alecf%netscape.com
8d8568a67d update account wizard to run and fill in the first "invalid" account and start adding framework for pre-filled account data (such as from ISPs)
r=sspitzer
2000-02-08 05:56:33 +00:00
alecf%netscape.com
ae42b74f23 add support for arbitrary ISPs to add themselves to the UI
r=sspitzer
2000-02-08 05:55:42 +00:00
alecf%netscape.com
097d95581b add windows and mac makefiles (not part of build yet) 2000-02-08 04:48:20 +00:00
sspitzer%netscape.com
72e8a9e317 make it so -chrome <chrome url> does the right thing.
r=mscott
2000-02-08 03:12:39 +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
sspitzer%netscape.com
9431eb3736 more changes to get everyone using my arbitrary command line handling.
removing "calendar" from the appearance pref panel, there is no calendar in
5.0.
r=mscott
2000-02-08 01:11:13 +00:00
mscott%netscape.com
6940ec22be disable the save all button for attachments because that isn't implemented yet...
r=sspitzer
2000-02-08 01:09:16 +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
alecf%netscape.com
eb71a72b2b fix for #26762 - I forgot to check in this file, just make sure to pass in the event to the delete handler.
r=sspitzer
2000-02-07 08:54:59 +00:00
rhp%netscape.com
7e781c43ea This is a fix to add a second - per message FCC to compose operations - Bug #: 11697 - r: jefft 2000-02-07 03:06:51 +00:00
bienvenu%netscape.com
1009440601 don't unescape urls before loading messages,r=mscott 2000-02-07 02:09:13 +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
sspitzer%netscape.com
fde4b7c9ae hande -mail properly, using the nsICmdLineHandler interface 2000-02-06 13:05:29 +00:00
sspitzer%netscape.com
72d8e4bf7a be consistent with how we define the incoming server prog ids. add a debugging
printf (for me only).  r=alecf
2000-02-06 06:51:24 +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
alecf%netscape.com
c016567550 update some strings, no reviewer 2000-02-05 08:09:02 +00:00
alecf%netscape.com
1d50ce82b9 add ispUtils.js (not used yet) 2000-02-05 08:06:54 +00:00
alecf%netscape.com
ffdcb5b041 add ISP default example files (not part of build) 2000-02-05 08:05:53 +00:00
alecf%netscape.com
f161287e46 move from nsAutoCString to nsCAutoString r=sspitzer 2000-02-05 06:11:46 +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
alecf%netscape.com
9c7d859963 add the service provider datasource to the base factory
r=sspitzer
2000-02-05 01:17:03 +00:00
alecf%netscape.com
c1086d954b export nsMsgServiceProvider.h on the mac
r=sspitzer on this and last 2 checkins
2000-02-05 01:16:07 +00:00
alecf%netscape.com
51304c5c60 added files: mozilla/mailnews/base/src/nsMsgServiceProvider.cpp 2000-02-05 01:15:03 +00:00
alecf%netscape.com
998fef80e7 add nsMsgServiceProvider to the unix and windows builds 2000-02-05 01:13:11 +00:00
alecf%netscape.com
7bf73d44eb first checked in (not part of build) 2000-02-05 01:10:24 +00:00
alecf%netscape.com
d8ec76801c hook up Set Default Account and clean up delete account
r=sspitzer
2000-02-05 01:07:19 +00:00
alecf%netscape.com
96556da80b implement Get/SetDefaultAccount
r=sspitzer
2000-02-05 01:06:27 +00:00
putterman%netscape.com
1be1c40f35 If a message that is loaded in the message pane is selected again,don't reload it.
r=mscott.
2000-02-04 15:19:57 +00:00
mscott%netscape.com
b1f1fbcb8d more prepation for docshell landing. Implement IsPreferred and move implemtation of CanHandlecontent from the
application layer into the webshell/docshell layer.

r=travis
2000-02-04 08:45:34 +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
putterman%netscape.com
eb3aa13465 sorting and threading now remember selection. Removed Test5000 message. Cleaned up
js a bit and moved globals into one function. r =alecf.
2000-02-04 01:56:38 +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
alecf%netscape.com
db6016c70e use some new macros to bulletproof and add assertions
(had some wierd problems that this helped debug)
2000-02-03 08:15:03 +00:00
alecf%netscape.com
74864c3fde get rid of more debug messages, and clean up a variable with nsCOMPtr
r=sspitzer
2000-02-03 07:30:05 +00:00
alecf%netscape.com
91d29ee900 remove a DEBUG_alecf message that was haunting me 2000-02-03 07:28:08 +00:00
alecf%netscape.com
07090ee34f comment out controller noise (no reviewer, just hiding dump()s) 2000-02-03 07:16:05 +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
valeski%netscape.com
41512e1d6a URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes 2000-02-03 03:44:22 +00:00
bienvenu%netscape.com
7f2373350f don't delete source message when moving from local to imap until we've finished the append, r=jefft 23444 2000-02-03 01:29:58 +00:00
nhotta%netscape.com
c32f0101be Added a special handling for Japanese only, bug 5894, r=ftang. 2000-02-02 23:03:33 +00:00
hangas%netscape.com
aef44fba1e Fix bug 25139, disable menu items that are not fuctional. r=mscott 2000-02-02 22:42:45 +00:00
alecf%netscape.com
5e9de002d8 remove deprecated GetCurrent[Server|Identity] calls, and fix all callers 2000-02-02 07:28:23 +00:00
mscott%netscape.com
efc9dae27c Fix a webshell leak where someone wasn't using a nsCOMPtr!! shame on you...this caused us to leak
a webshell whenever we called nsMessenger::SetWindow. this fixes a slew of mailnews leaks causing
us to leak all our mail folders, mail messages, etc.!

r=scottip
2000-02-02 05:48:48 +00:00
amusil%netscape.com
55c55c8ad2 Moved AddExtraAddressProcessing() call to after the creation of the currentAddressData object. r=mscott 2000-02-02 03:14:29 +00:00
alecf%netscape.com
2c0b870f87 minor aesthetic updates to account wizard
r=sspitzer
2000-02-02 02:02:12 +00:00
alecf%netscape.com
a15d27bfc3 update some strings to remove Mozilla/Netscape specific wording
(just text change, no reviewer)
2000-02-02 02:01:23 +00:00
putterman%netscape.com
b8355c48b1 Fix for 25473. Make biff work when checking every 0 minutes. r=alecf. 2000-02-02 01:47:13 +00:00
putterman%netscape.com
e3af0aa031 Fix for 8405. Japanese shows up in thread pane sender column. r=nhotta, waterson. 2000-02-02 01:46:24 +00:00
sspitzer%netscape.com
6a54cacf67 code clean up. r=alecf 2000-02-01 07:14:54 +00:00
sspitzer%netscape.com
e39c42f4fd migrate the "mail.imap.server.<hostname>.server_sub_directory" pref from 4.x
and add serverDirectory to the nsIImapIncomingServer interface, and hook up the advanced imap server ui to use it. r=alecf
2000-02-01 06:51:07 +00:00
jefft%netscape.com
61e188bf49 fixed build bustage 2000-02-01 06:36:35 +00:00
jefft%netscape.com
2918243940 fixed bug 24407 -- Remove obsoleted menu item - LoadFirstDraft; r=scottip 2000-02-01 06:06:22 +00:00
alecf%netscape.com
03ae6d3c96 general cleanup of account manager, and finish implementation of IMAP advanced dialog
r=sspitzer
2000-02-01 06:00:29 +00:00
alecf%netscape.com
ee69ba718d clean up the account manager, and add a new advanced IMAP dialog
r=sspitzer
2000-02-01 03:34:48 +00:00
alecf%netscape.com
f63746830e update account wizard, to make it look nicer
r=sspitzer
2000-02-01 03:26:18 +00:00
ducarroz%netscape.com
4f851be879 fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a 2000-02-01 01:53:01 +00:00
alecf%netscape.com
69e26fba3e enlarge the account wizard slightly to acommadate windows large fonts
no reviewer, just a geometry change
2000-02-01 01:49:50 +00:00
putterman%netscape.com
bb42c1aa32 Fix for 10796. r=jefft and ducarroz. Hook up double clicks on thread pane for drafts and templates. 2000-01-31 22:20:55 +00:00
alecf%netscape.com
7c5aa2e15f add am-imap-advanced, not yet part of product -> no reviewer 2000-01-31 22:15:26 +00:00
alecf%netscape.com
53cf53d8d5 add am-server-top.dtd, not yet part of product -> no reviewer 2000-01-31 22:14:46 +00:00
alecf%netscape.com
98f1422883 fix up some of the key-parsing for multiple accounts and rename a member variable to have an "m" in it :)
r=sspitzer
2000-01-31 22:07:48 +00:00
jdunn%netscape.com
895fa587c1 changing 'true' to 'PR_TRUE'
r= scottip@netscape.com
2000-01-31 21:26:11 +00:00
nhotta%netscape.com
7c4239ce40 Changed text/plain conversion option to use transliteration, bug 9574, r=ftang. 2000-01-31 21:25:21 +00:00
dveditz%netscape.com
0437b82128 Removed reference to non-existent files, check-in for GregNoel@san.rr.com, r=dveditz 2000-01-30 17:16:54 +00:00
tbogard%aol.net
9c60273a21 Made the message view area not be content-primary but rather just content. With primary it will cause the title to be set on the outside window. This fixes bug #13807. 2000-01-30 07:50:57 +00:00
jefft%netscape.com
228ad2d0a9 Fixed bug 18565 -- Single sing on for Pop3 and Imap; passing in nsIMsgWindow for nsIPrompt 2000-01-29 15:53:14 +00:00
mscott%netscape.com
4104b09f39 tweaks to make doc loader observer scriptable
api synch with nsIURIContentListener
r=travis
2000-01-29 06:12:55 +00:00
mscott%netscape.com
68d6350f9c fix the mac breakage. 2000-01-29 05:09:32 +00:00
chuang%netscape.com
3095586641 Bug 10870 Drag and Drop of Messages, r=putterman 2000-01-28 23:49:49 +00:00
mscott%netscape.com
72c69bf98f export nsIMsgStringService.idl 2000-01-28 23:49:33 +00:00
mscott%netscape.com
21065fae1b Export nsIMsgStringService.idl 2000-01-28 23:48:23 +00:00
mscott%netscape.com
f16e7964e4 export nsIMsgStringservice.idl 2000-01-28 23:47:25 +00:00
mscott%netscape.com
984a401397 Bug #13405 --> add an interface to represent a mailnews string bundle (this allows us to cache the bundles
easily)
r=alecf
2000-01-28 23:45:33 +00:00