.. |
.cvsignore
|
|
|
Makefile.in
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
makefile.win
|
Eliminated the libs build pass.
|
1999-11-28 03:05:01 +00:00 |
MANIFEST
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMAPBodyShell.cpp
|
making string conversions explicit
|
2000-04-23 11:37:44 +00:00 |
nsIMAPBodyShell.h
|
remove unused view attachments as links option, work on in-reply-to header, r=sspitzer
|
2000-04-03 03:22:56 +00:00 |
nsImapCore.h
|
put kImapTrash back in
|
2000-06-03 22:20:57 +00:00 |
nsImapFlagAndUidState.cpp
|
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 |
nsImapFlagAndUidState.h
|
fix box spec memory leaks, mismatched free r=mscott
|
2000-01-14 01:02:57 +00:00 |
nsIMAPGenericParser.cpp
|
Fix bug 33019. Compiler warnings.
|
2000-03-24 22:11:55 +00:00 |
nsIMAPGenericParser.h
|
add support for envelope command 23181 and other bug fixes 27145 31913 r=mscott
|
2000-03-20 01:29:13 +00:00 |
nsIMAPGroupRecord.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMAPGroupRecord.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMAPHostSessionList.cpp
|
fixed bug 20878 - IMAP: UW - supporting root folder
|
2000-05-09 01:26:55 +00:00 |
nsIMAPHostSessionList.h
|
fixed bug 20878 - IMAP: UW - supporting root folder
|
2000-05-09 01:26:55 +00:00 |
nsImapIncomingServer.cpp
|
partial fixes for #40662 and #41170 for jefft.
|
2000-06-03 00:22:07 +00:00 |
nsImapIncomingServer.h
|
fix for a bunch of subscribe problems.
|
2000-06-01 02:41:03 +00:00 |
nsImapMailFolder.cpp
|
fixed bug 40662 - folder discovery problems with subfolders 2 levels deep; r=bienvneu, a=scottip
|
2000-06-05 21:57:56 +00:00 |
nsImapMailFolder.h
|
fixed bug 16244, 35704 - empty trash on exit for Pop3 and Imap
|
2000-05-15 14:55:22 +00:00 |
nsImapMessage.cpp
|
don't need to do all this extra work, it's been done in the base class
|
2000-05-01 22:57:54 +00:00 |
nsImapMessage.h
|
don't need to do all this extra work, it's been done in the base class
|
2000-05-01 22:57:54 +00:00 |
nsImapMoveCoalescer.cpp
|
fix problem applying multiple imap filter hits r=mscott,a=chofmann 21435
|
1999-12-13 02:24:13 +00:00 |
nsImapMoveCoalescer.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsIMAPNamespace.cpp
|
partial fix for bug 20366 - imap rename problem, bug 24749 - need to make sure namespace, acl works on cyrus server;staged checkin 1; r=bienvenu
|
2000-01-28 15:38:16 +00:00 |
nsIMAPNamespace.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsImapProtocol.cpp
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
nsImapProtocol.h
|
part of fix for #20166 - use weak refs to reduce ownership cycles in IMAP - prevents leaks of nsImapIncomingServer, which reduces a whole tree of leaks.. also release the imapserversink at the right time (thanks to bienvenu for that one)
|
2000-06-03 00:51:04 +00:00 |
nsImapProxyEvent.cpp
|
rewrite progress to go through the progress event sink which we get from the
|
2000-05-03 21:21:07 +00:00 |
nsImapProxyEvent.h
|
More work on search, not run yet
|
2000-04-19 01:01:51 +00:00 |
nsImapSearchResults.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsImapSearchResults.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsImapServerResponseParser.cpp
|
Bug #41236 --> when parsing the envelope response, we were choking if the message ID was NIL followed by a
|
2000-06-07 23:51:30 +00:00 |
nsImapServerResponseParser.h
|
fix fast delete breaking delete, r=mscott 32742
|
2000-04-13 14:41:20 +00:00 |
nsImapService.cpp
|
turn on mpod by default, r=mscott 41569, use per server pref
|
2000-06-06 12:20:41 +00:00 |
nsImapService.h
|
Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support.
|
2000-05-15 20:34:54 +00:00 |
nsImapStringBundle.cpp
|
making string conversions explicit
|
2000-04-23 11:37:44 +00:00 |
nsImapStringBundle.h
|
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 |
nsImapUndoTxn.cpp
|
making string conversions explicit
|
2000-04-23 11:37:44 +00:00 |
nsImapUndoTxn.h
|
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 |
nsImapUrl.cpp
|
part of fix for #20166 - use weak refs to reduce ownership cycles in IMAP - prevents leaks of nsImapIncomingServer, which reduces a whole tree of leaks.. also release the imapserversink at the right time (thanks to bienvenu for that one)
|
2000-06-03 00:51:04 +00:00 |
nsImapUrl.h
|
part of fix for #20166 - use weak refs to reduce ownership cycles in IMAP - prevents leaks of nsImapIncomingServer, which reduces a whole tree of leaks.. also release the imapserversink at the right time (thanks to bienvenu for that one)
|
2000-06-03 00:51:04 +00:00 |
nsImapUtils.cpp
|
rest of fix for #39172, i18n friendly subscribe dialog.
|
2000-05-19 22:33:38 +00:00 |
nsImapUtils.h
|
rest of fix for #39172, i18n friendly subscribe dialog.
|
2000-05-19 22:33:38 +00:00 |