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

176 Коммитов

Автор SHA1 Сообщение Дата
putterman%netscape.com b4089f044b Work on 49212 and 17470. Add start/stop notifications for perf improvement for
Mark All Read and Delete large number of messages. r=bienvenu.
2000-09-01 03:26:52 +00:00
warren%netscape.com 1c8511e78c Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan 2000-08-22 07:03:33 +00:00
putterman%netscape.com f9a23563a0 More fixes for 48244 which makes the 3pane menus look better. Also fixed 44223 which brings Open Link in New Window to the top of the message pane context menu
r=bienvenu.
2000-08-21 20:00:48 +00:00
bienvenu%netscape.com d1cbb2ce9c add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146 2000-08-05 14:28:47 +00:00
varada%netscape.com e562cefc0f disallow copy or move messages to Unsent Messages folder;bug #40695; r=scottip 2000-08-01 22:42:47 +00:00
bienvenu%netscape.com 714446a861 fix upgrading of imap -> local filters by making GetChildByURI discover sub-folders, r=mscott 37320 2000-07-17 22:54:22 +00:00
gayatrib%netscape.com 1567fac51e Biff Feature bug 36011 review=scottip 2000-06-23 03:19:17 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
alecf%netscape.com fe8a93dafb add unsent messages folder support (for a bunch of i18n bugs)
r=sspitzer
2000-05-25 04:53:24 +00:00
alecf%netscape.com dd77b2546f add localized strings for Drafts/Inbox/etc to base folder
class as static members (preparation for 18364/33852)
r=sspitzer
2000-05-25 03:49:10 +00:00
alecf%netscape.com c62032ff31 get rid of excess constructor calls 2000-05-16 02:17:46 +00:00
jefft%netscape.com 2dc253bd26 fixed bug 16244, 35704 - empty trash on exit for Pop3 and Imap 2000-05-15 14:55:22 +00:00
alecf%netscape.com a0efa8b086 switch to using macros for QI/etc to enable QI accounting 2000-05-14 23:16:25 +00:00
alecf%netscape.com c1b7010ee5 oops, somehow I managed to forget these 2000-05-14 20:39:30 +00:00
scc%netscape.com 3b1261ff6d making string conversions explicit 2000-04-27 21:32:39 +00:00
scc%netscape.com 03755b0d9d making string conversions explicit 2000-04-22 08:43:34 +00:00
sspitzer%netscape.com aba9796ae7 more changes for the new subscribe dialog. 2000-04-14 06:54:19 +00:00
bienvenu%netscape.com 15a5d74bf3 fix ClearFlag method, r=sspitzer 2000-04-13 05:55:48 +00:00
alecf%netscape.com c3b39881e4 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
jim_nance%yahoo.com 005e33f06e 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
alecf%netscape.com 8a771fc719 - add generic interface to access mail filter lists in both servers and folders. in the base class, folders just forward to their root server.
- expose event notifications through nsIFolder so that non-folders can trigger notifications on individual folders
- add generic OnItemEvent to nsIFolderListener, and implement in base classes
2000-03-28 04:58:05 +00:00
rickg%netscape.com 3ecdf24ea9 removed calls to deprecated string API's 2000-03-27 06:48:32 +00:00
scc%netscape.com baf5b30589 small changes to clients of string converting APIs 2000-03-26 12:14:14 +00:00
alecf%netscape.com 45ebb2b044 fix for #33310 - weakref leaks
r=bruce
thanks to beard for finding this broken pattern
2000-03-25 20:41:26 +00:00
jefft%netscape.com 283b0980e6 fixed bug 10834 - Pop3 delete folders move to trash; r=putterman 2000-03-24 14:58:32 +00:00
bienvenu%netscape.com f8bbc6f16e fix problem remembering folder flags r=mscott 32007 2000-03-21 03:28:03 +00:00
bienvenu%netscape.com c2d645996e fix 24456 trash flag going away, r=mscott 2000-03-19 22:37:32 +00:00
jefft%netscape.com a3432eba05 fixed unnecessary database loading when building folder view; r=bienvenu 2000-03-15 06:26:31 +00:00
jefft%netscape.com e03eefbbcd fix bug 27396 - shouldn't display error message when selecting uw folder-only mailbox, 28301 - failed to store/read folder flags from folderInfo, 28916 - need to handle /NoSelect folder as 4.x does; r=bienvenu 2000-03-14 13:37:54 +00:00
putterman%netscape.com 5119157409 r=bienvenu. Fix for 16966. Can now mark a thread read. 2000-03-14 05:34:42 +00:00
jefft%netscape.com b64d59103f 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
putterman%netscape.com 791cfcf47a 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
bienvenu%netscape.com 8dffdd2b2c fix unix build warning from last checkin - unused var 2000-02-23 20:59:59 +00:00
bienvenu%netscape.com 8db773e8be remove use of strtok to fix latin1 char handling, r=alecf, a=phil 24692 2000-02-23 20:49:09 +00:00
jefft%netscape.com 439782145b fixed bug 27759 -- Empty Trash breaks trash folder display; r=bienvenu,a=phil,chofmann 2000-02-17 06:03:55 +00:00
putterman%netscape.com 10f1f6ee30 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
bienvenu%netscape.com a728827338 more fixes for double byte folder names, including create and rename, r=putterman,jefft 2000-02-08 01:20:00 +00:00
bienvenu%netscape.com d7e992b034 allow creation of folders with double-byte characters r=putterman, 26745 2000-02-07 00:20:37 +00:00
pp%ludusdesign.com 6281a9efd1 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +00:00
jefft%netscape.com 5925f968c0 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
valeski%netscape.com 79132da2fc URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes 2000-02-03 03:44:22 +00:00
putterman%netscape.com 4170fc4b92 Fix for 24768. r=alecf. Move view navigation code to C++ to speed up. 2000-01-28 23:25:17 +00:00
jefft%netscape.com 7ac9c6c9a4 partial fix for bug 20366 - imap folder rename problem; rename OnCloseFolder to ForceDBClose; r=bienvenu 2000-01-28 15:34:13 +00:00
bienvenu%netscape.com 4bee4994d2 add nsIMsgWindow to a bunch of apis so we can stop urls, r=putterman 2000-01-28 01:22:33 +00:00
alecf%netscape.com 08b4f2c43c start using weak references for the parent folder and the parent server
r=scottip
2000-01-26 22:53:55 +00:00
alecf%netscape.com 8a97147c11 update the whole Set/Get[Pretty]Name functions to go through the same codepath, and send notifications as necessary 2000-01-26 01:21:24 +00:00
alecf%netscape.com a791c7c105 back out my changes 2000-01-14 22:51:53 +00:00
alecf%netscape.com 9f6a49ba77 fix usages of GetPreHost so that mail folders can appear
a=granrose
2000-01-14 20:19:17 +00:00
alecf%netscape.com 76b7dad32e make the mail notification systems use nsIAtoms instead of char*s, and add capability to notify on PRUnichar* data that changes
(in preparationfor #19079)
r=scottip
2000-01-14 09:01:39 +00:00
sspitzer%netscape.com 079c129409 fix for bug #23457. when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").

fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.

r=alecf
2000-01-11 08:01:37 +00:00