Commit Graph

7822 Commits

Author SHA1 Message Date
rhp%netscape.com
2732355c4f Fix for problem with printing address book entries 2000-04-17 03:53:49 +00:00
bienvenu%netscape.com
9a834c2293 maintain mailboxname across imap uid validity change 2000-04-17 01:46:47 +00:00
bienvenu%netscape.com
b459e719e2 add search method to message service, not used yet 2000-04-16 22:12:36 +00:00
bienvenu%netscape.com
a91714cc03 fix problem saving flags when we blow away dbs 32531 2000-04-16 22:09:52 +00:00
bienvenu%netscape.com
f8d4833e08 more work on search, not part of build 2000-04-15 16:07:49 +00:00
mstoltz%netscape.com
6a76f09450 Made prefapi.h private and removed all #includes of it outside of libpref. r=norris 2000-04-15 03:43:09 +00:00
cmanske%netscape.com
fb4c86c453 Fixed 20938: added 'Blank Page to Edit' to 'New' submenus in all primary module windows. a=german 2000-04-15 03:08:43 +00:00
nhotta%netscape.com
78aa05f534 Added popup menus for default charsets, bug 32720, 32802, r=ducarroz. 2000-04-14 22:24:30 +00:00
nhotta%netscape.com
099670cfb4 Added new conversion functions. 2000-04-14 22:17:57 +00:00
putterman%netscape.com
c8bac5508b Fix for 35865. Frequent crashes when using standalone msg window. r=mscott. 2000-04-14 21:01:59 +00:00
nhotta%netscape.com
e97f327c79 Added view default charset. 2000-04-14 21:00:27 +00:00
tonyr%fbdesigns.com
c98c1a4920 Got rid of some compiler warnings 2000-04-14 14:46:50 +00:00
putterman%netscape.com
1e6f1a5f07 More work on reorganizing mailnews frontend so standalone msg window will work. Also
fixes some bugs from the last time.  r=sspitzer
2000-04-14 14:07:23 +00:00
sspitzer%netscape.com
55d3f1080d fix for #20966, default for where to put the cursor should be below the quoted text.
(following the GNSKA guidelines.)
2000-04-14 10:29:59 +00:00
sspitzer%netscape.com
09743b17ac more changes for the new subscribe dialog. 2000-04-14 06:54:19 +00:00
sspitzer%netscape.com
0f4e0ed7be more work on the new subscribe dialog. NOT PART OF THE BUILD SO IT IS OK IF I CHECK IN WHILE RED. 2000-04-14 05:34:49 +00:00
sspitzer%netscape.com
81ac383c7d more changes for the new subscribe dialog. 2000-04-14 04:49:12 +00:00
mscott%netscape.com
c4f8a3164b some more performance tweaks...cache the status text isntead of looking it up each time
use .value instead of setAttribute which is faster.
2000-04-14 04:26:15 +00:00
sspitzer%netscape.com
1d99309fe2 fix the bug where we aren't preflighting compose with the correct identity,
or in the case of news, the correct addressee.

this was hidden by a try / catch, where the dump statement was hidden.
2000-04-14 04:00:50 +00:00
mscott%netscape.com
e13cd59107 dynamically generate slots for header information. this will make
view all headers easier to implement
2000-04-14 02:54:09 +00:00
alecf%netscape.com
c2d67721b9 updates to the datasource
not part of build
2000-04-14 02:54:08 +00:00
mscott%netscape.com
ffb1e41243 remove obsolete observer MessengerStatus
r=alecf
2000-04-14 02:51:37 +00:00
mscott%netscape.com
1b198f81db remove obsolete observer MessengerStatus and remove broadcaster for progress
r=alecf
2000-04-14 02:51:28 +00:00
mscott%netscape.com
f24655793d remove obsolete observer MessengerStatus and remove broadcaster for progress 2000-04-14 02:50:24 +00:00
mscott%netscape.com
2d5d2b7bbd remove obsolete broadcaster: Messenger:Status
r=alecf
2000-04-14 02:49:59 +00:00
mscott%netscape.com
d04e24d489 implement nsIMsgStatusFeedback on the mail window. You can get to this
object by calling window.MsgStatusFeedback. Remove an obsolete OnStatus
method.
r=alecf
2000-04-14 02:49:35 +00:00
mscott%netscape.com
d489a2379d remove expensive setAttribute method! forward all status calls
to our little brother in JS. This should make setting status and starting / stopping the meteors
so much faster! Remove knowledge of the webshell,
and webshell window which we no longer need to keep track of.
r=alecf
2000-04-14 02:48:57 +00:00
mscott%netscape.com
a7d4a690c5 mark setWebShell as no script.
r=alecf
2000-04-14 02:46:00 +00:00
suresh%netscape.com
0abfa4e5cb Adding POP Testcases to the tree, so there is no security preference issues while running. 2000-04-14 00:01:23 +00:00
alecf%netscape.com
901f7beef1 rev the filter datasource to match up with the filter delegate factory
(not yet part of build)
2000-04-13 23:50:50 +00:00
alecf%netscape.com
a42f14bd92 add CID and temporary ProgIDs for filter delegate factory 2000-04-13 23:40:49 +00:00
alecf%netscape.com
619ee3907c first cut at filter delegate factory (not yet part of build) 2000-04-13 23:38:58 +00:00
bienvenu%netscape.com
5b574188e3 add a couple search error codes, not used yet 2000-04-13 23:28:49 +00:00
sspitzer%netscape.com
fd9cfa6689 more changes for the new subscribe dialog. instead of having all newsgroups as children
of the server, they are children of the appropriate container.

ie, netscape.public.mozilla.mail-news is a child of netscape.public.mozilla
2000-04-13 23:07:13 +00:00
sspitzer%netscape.com
fbf4ea23ac make it so the the children aren't right under the parent, they should be indented. 2000-04-13 23:05:08 +00:00
jefft%netscape.com
ffc4d709f6 fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott 2000-04-13 22:19:48 +00:00
sspitzer%netscape.com
67216ec3f4 add helper function GetFirstSelectedMsgFolder(), and fix the ".len" vs ".length" problem
to get subscribe, new folder, and rename folder to work again.  also some more debugging
dumps.  r=putterman.
2000-04-13 21:56:28 +00:00
nhotta%netscape.com
c7bba0f95a Alert the user before sending a plain text mail if the string contains multilingual data, bug 28908, r=ducarroz. 2000-04-13 20:06:28 +00:00
nhotta%netscape.com
0d0cf0cf35 Added comments. 2000-04-13 20:01:17 +00:00
nhotta%netscape.com
dbf5a63c0c Added fallback conversion to support broken 4.x japanese vCard, bug 21743, r=cata. 2000-04-13 19:57:52 +00:00
nhotta%netscape.com
d93b98275a Adding new functions to control message view font, bug 26182, r=rhp. 2000-04-13 19:56:41 +00:00
bienvenu%netscape.com
f7b6c32109 fix mac bustage 2000-04-13 14:58:30 +00:00
bienvenu%netscape.com
3300b312d1 remove unneeded header 2000-04-13 14:49:12 +00:00
bienvenu%netscape.com
28590b38a9 work on nntp connection cache,not turned on yet r=sspitzer 13506 2000-04-13 14:41:35 +00:00
bienvenu%netscape.com
353cd7c1db fix fast delete breaking delete, r=mscott 32742 2000-04-13 14:41:20 +00:00
warren%netscape.com
b4bd3fb5bf Added sanity assertions. 2000-04-13 09:19:47 +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
mscott%netscape.com
4ef2e2c271 Bug #35661 --> don't try to load a message if we are about to delete it
r=putterman
2000-04-13 03:03:50 +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
sspitzer%netscape.com
be06b6be6d fix for #34791. "check new mail" -> "check new messages". 2000-04-13 02:53:55 +00:00
sspitzer%netscape.com
26796affc9 fix for blocker bug #35591. 3 pane toolbar buttons don't work. 2000-04-12 15:32:27 +00:00
jefft%netscape.com
354a26cd8b fixed bug 33566, 34252 - cancel from saveAs saveAttachment causes alert; r=scottip 2000-04-12 14:23:41 +00:00
sspitzer%netscape.com
15475908d1 changes so that the alert for cross posting to multiple news server shows up.
(instead of a silent failure.)  note, we are still being too over-zealous when
deciding if you are cross posting to multiple servers.  see bug #35338
2000-04-12 09:48:25 +00:00
sspitzer%netscape.com
1a8b22579a make sure we mark the newsrc file as dirty if we update it. 2000-04-12 08:50:01 +00:00
sspitzer%netscape.com
d888dd675a add bug # to the assertion, so people know where to add info if they can reproduce this. 2000-04-12 06:22:14 +00:00
sspitzer%netscape.com
1d0daf3031 fix for #35567. bulletproof to avoid a crash. r=putterman. 2000-04-12 06:16:23 +00:00
ducarroz%netscape.com
32b3ac7287 Rename Addressbook classes nsIAutoCompleteSession & nsIAutoCompleteListener to avoid any conflict with the new autocomplete widget during it's landing. R=mscott. 2000-04-12 06:12:41 +00:00
sspitzer%netscape.com
af99b19a63 fix a comment. 2000-04-12 05:55:49 +00:00
bienvenu%netscape.com
66055a5a32 more work on search, not used yet 2000-04-12 05:14:38 +00:00
bienvenu%netscape.com
8f0cd57b87 initial checkin, not part of build 2000-04-12 05:12:48 +00:00
ducarroz%netscape.com
519fef052d First Checked In. 2000-04-12 04:57:48 +00:00
mscott%netscape.com
c7c6069d68 Bug #29222 --> fix alignment of add to ab and attachment icons
r=sspitzer
2000-04-12 02:17:45 +00:00
hyatt%netscape.com
857df0c253 Cuddling mailnews. XOXOXOXOX 2000-04-12 00:26:01 +00:00
putterman%netscape.com
8cbb6c9e43 Add a standalone message window and make multiple 3 pane configurations work. r=mscott, sspitzer. 2000-04-11 20:19:32 +00:00
danm%netscape.com
39d7aed129 imap thread now uses a monitored thread event queue. bug 33928. r=mscott a=leaf 2000-04-10 23:29:55 +00:00
mscott%netscape.com
f5b3d2926d Bug #12505 --> fix printing for imap. the load attributes for nsMsgProtocol weren't getting initialized!
Implement get/Set load attributes. When displaying a message, we weren't putting the channel in the right load
group. It was goinging into the 3-pane's load group instead of the message pane's load group. I needed to fix
this b4 I could implment get/set load attributes which in turn was required to fix printing of imap messages.
r=bienvenu
a=leaf
2000-04-10 01:50:06 +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
mscott%netscape.com
74be809464 Bug #31806 --> unhork the mail message pane where each email recipient in the to or cc field was showing up on
it's own line (inlcuding the ", " which also got it's own line).
However, this fix made us use a box where we used to use a div. div's wrap the addresses to the next line nicely
and boxes don't do this so more work still needs to be done.
r=putterman
a=leaf
2000-04-10 00:32:25 +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
6fdba025f1 fix for #33749. first time compose window problems on linux. use skinnable menulist instead of html-select (kill two birds with one stone.) right-on=mscott, amen=leaf. 2000-04-07 23:47:31 +00:00
alecf%netscape.com
99b5f6167f update filter UI from pre-beta1 days
not part of build!
2000-04-06 05:24:56 +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
akkana%netscape.com
9f26f657f6 24360: make mail compose window remember its size/position. r=cmanske,a=leaf 2000-04-06 01:22:41 +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
bienvenu%netscape.com
138ad12155 adding some default server prefs for imap delete, fetch by junks, mpod 2000-04-05 05:31:14 +00:00
alecf%netscape.com
9092b44ed2 add new strings for smtp picker and localize the server type 2000-04-05 00:29:07 +00:00
alecf%netscape.com
7b32690c1c add "Advanced..." text 2000-04-05 00:28:27 +00:00
alecf%netscape.com
362d54dd4d add new DTD for smtp picker 2000-04-05 00:27:38 +00:00
alecf%netscape.com
dc98284ff7 change "stationery" to "templates" 2000-04-05 00:26:47 +00:00
alecf%netscape.com
c88f9a1562 fix typo with missing space 2000-04-05 00:26:21 +00:00
alecf%netscape.com
2f56122f5e fix <html> tag and width so that the verbose text appears 2000-04-05 00:25:22 +00:00
alecf%netscape.com
004e00c139 add "Advanced" button to main panel to get to per-identity smtp picker 2000-04-05 00:22:37 +00:00
alecf%netscape.com
f611bbfd8c updates to the server panel - make server type localizable, use new XUL widget 2000-04-05 00:21:49 +00:00
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
hangas%netscape.com
82f9b1214c Fixed 16330 and 16428, adding web page fields to AB cards. r=scottip 2000-04-04 23:55:54 +00:00
nhotta%netscape.com
dc4af49234 Adding a new string resource for an alert, bug 28908, r=ducarroz. 2000-04-04 23:54:17 +00:00
sspitzer%netscape.com
b3fac19544 fix for blocker bug #34438. we weren't linking in -lmsgbaseutil, which left
us with an unresolved symbol, which caused bad things at run time.

there may be more, I'm trying to find them now.

a=leaf.
2000-04-04 19:33:10 +00:00
cls%seawood.org
09386227ae EXTRA_DSO_LIBS should fix the unresolve symbol problem. 2000-04-04 09:40:49 +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
bienvenu%netscape.com
8317473e41 add nsINNTPProtocol.idl to build 2000-04-04 02:02:40 +00:00
bienvenu%netscape.com
013c4fc5d2 added files: mozilla/mailnews/news/public/nsINNTPProtocol.idl 2000-04-04 01:59:21 +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
bienvenu%netscape.com
64e9d2f757 adding interface for nsINNTPProtocol, nOT PART OF BUILD YET 2000-04-04 01:29:08 +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
e47142bfe7 support for in-reply-to, r=sspitzer 8965 2000-04-04 00:53:23 +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
mkaply%us.ibm.com
f74f9ef3c2 # 33859
r= mscott@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 23:13:14 +00:00
jefft%netscape.com
a71099db53 fixed bug 16235 -- [FEATURE] pop3_gets_new_mail on biff; put up confirmation dialog when deleting imap folders; r=scottip 2000-04-03 22:48:40 +00:00
mkaply%us.ibm.com
161e33b56d # 33859
r= putterman@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:43:42 +00:00
putterman%netscape.com
2753148d86 add correct gif to makefile 2000-04-03 22:38:49 +00:00
alecf%netscape.com
5dec8ab6b2 fix semantics of these pref methods to match other pref methods and don't throw exceptions even on failure
r=sspitzer
2000-04-03 06:58:58 +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
a3e669ff3d Semi-large landing. I re-wrote mailnews compose to use a cached string bundle. I've had this code in my tree for
a couple weeks and just hadn't gotten around to checking it in yet.

I noticed that during a normal sending of a message, we were loading a string bundle 6 times! (most of this was to display
progress information during the send procedure). This caused us to hit the disk 6 times. With these changes, we
cache the string bundle in the compose string bundle service so we only hit the disk once.
2000-04-03 02:32:27 +00:00
mscott%netscape.com
4e47debfdc remove obsolete image files from the repository. 2000-04-03 02:16:59 +00:00
mscott%netscape.com
55d79f76b5 Remove old addtoab and attachment icons. We have new ones in mailnews/base/resources/content (which is
where this kind of stuff belongs) now.
2000-04-03 02:16:25 +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
mscott%netscape.com
31d9907718 Bug #33747 --> fix mailto url handling which broke after warren's big nsIChannel landing. 2000-04-03 01:26: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
5b450c8310 remove the news-test.* files, they are no longer used. so why make people check them out? 2000-04-03 00:09:09 +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
bc3673f959 use nsIComponentManager.h instead of nsComponetManagerUtils.h directly. 2000-04-02 17:20:50 +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
cls%seawood.org
da66e49516 Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point. 2000-04-02 07:17:25 +00:00
jefft%netscape.com
5b19b98191 prevent deleting Inbox and Trash folder; r=scottip 2000-04-01 17:47:21 +00:00
chuang%netscape.com
c751529bbd bug 32285 - [FEATURE]Add mailing list backend to address book, r=putterman 2000-04-01 17:34:39 +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
3c2bcff92a fix warning. r=bienvenu. 2000-04-01 06:29:15 +00:00
sspitzer%netscape.com
5a2998e649 fix warnings. r=bienvenu 2000-04-01 06:25:29 +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
tbogard%aol.net
b52d8a2a80 Use the docShell APIs to do the Load rather than nsIWebShell methods. 2000-04-01 00:26:21 +00:00
mscott%netscape.com
c89735a246 Add mailnews.headers.showUserAgent pref which is a hidden pref we can use to show
the user agent string in the message pane.
2000-04-01 00:20:17 +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
rhp%netscape.com
92a435ed66 Finalizing the addbook: calls for printing - r: chuang 2000-03-31 02:21:53 +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
nhotta%netscape.com
8740e3d580 Changed to use correct content type for conversion to avoid unnecessary entity creation, bug 33455, r=rhp. 2000-03-30 22:45:05 +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
nhotta%netscape.com
901052fd6e No charset conversion when the body is empty, r=rhp. 2000-03-30 22:37:59 +00:00
bienvenu%netscape.com
6e454f5b3f work on imap delete model, r=jefft,putterman 16805 2000-03-30 15:04:28 +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
rhp%netscape.com
e73b004941 Fixes view source problem for mail messages - Fix for Bug #30818 - r: rickg 2000-03-30 01:30:07 +00:00
akkana%netscape.com
28111befe9 Fix Paste as Quotation in the editor and mail compose menus. r=cmanske, mail stuff r=ducarroz 2000-03-30 01:26:25 +00:00
rhp%netscape.com
64a312c5a1 Fixes for header display in printing and mime structure problems - Bug #: 33565 - r: jefft 2000-03-29 23:58:32 +00:00
bienvenu%netscape.com
97e3241d4d fix mac compile problems 2000-03-29 23:26:21 +00:00
bienvenu%netscape.com
5d9678401a more work on MPOD r=jefft 32767 2000-03-29 23:21:37 +00:00
bienvenu%netscape.com
d4c8770642 fix crash with aol envelope 33519 r=jefft 2000-03-29 23:19:36 +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
rhp%netscape.com
8a9e1fd79c fixing screwup 2000-03-29 21:01:02 +00:00
rhp%netscape.com
a3b3343a8b Fix for not identifying particular MIME messages - Bug #: 33565 - r: bienvenu 2000-03-29 20:51:11 +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
rhp%netscape.com
088bb2f428 Fix for interpreting plain text sig's when doing HTML compose - Bug #: 33423 - r: bienvenu 2000-03-29 01:57:14 +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
df67dbe077 fix crasher in #33615. uninitialized variables. clicking on a news url
would crash.  r=alecf
2000-03-28 22:32:06 +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
ea9125798a more thrashing, sorry about this. 2000-03-28 07:50:41 +00:00
sspitzer%netscape.com
d7183cd781 whoops, fix build bustage. 2000-03-28 07:47:51 +00:00
sspitzer%netscape.com
d6f856b55b HandleLine() should be defined as virtual, as we are overriding it.
some more stuff for real subscribe, only for windows right now.
general clean up.
2000-03-28 07:44:24 +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
rhp%netscape.com
c2e5120e3a Changing the default value of using quoted printable in mail message bodies - Bug #29210 2000-03-28 07:21:13 +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