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
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
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
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
26796affc9
fix for blocker bug #35591 . 3 pane toolbar buttons don't work.
2000-04-12 15:32:27 +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
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
alecf%netscape.com
9092b44ed2
add new strings for smtp picker and localize the server type
2000-04-05 00:29:07 +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
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
jefft%netscape.com
7bdb46368e
fixed bug 34383 - JS exception when selecting the twisty; r=scottip
2000-04-04 01:07:49 +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
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
ee9a0052d1
add a stop button. does nothing right now.
2000-04-02 19:58:09 +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
872492417a
more changes for the new subscribe dialog. not turned on yet.
2000-04-01 01:56:16 +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
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
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
23e7d27e39
add string for servers marked as "default" (not used yet)
2000-03-30 14:56:30 +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
0bffe2e6db
missed a JS listener implementation (thanks putterman)
2000-03-28 07:09:53 +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
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
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
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
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
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
ben%netscape.com
cf42a9139a
switch from titledbutton on toolbar to button
2000-03-23 04:21:55 +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