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

1421 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com b37dbe84bf fix 102002 inline images not displayed in imap messages (and view source broken) r=ducarroz, sr=mscott 2001-09-27 23:33:31 +00:00
naving%netscape.com a150c79a3d 93968 100037 r=bienvenu sr=sspitzer. Ask for confirmation dialog for folders that have an
associated filter and warn user if folder is renamed/deleted/moved. Also fixed
some of D&D folder problems and cleaned up the stringBundle code in base/util.
2001-09-27 02:47:03 +00:00
bienvenu%netscape.com 015f85de2f making go offline more robust in the face of errors r=naving sr=sspitzer 101712 2001-09-27 02:18:58 +00:00
bienvenu%netscape.com 742467820e fix memory leak of nsImapProtocol and nsImapFlagAndUidState r=naving,sspitzer, sr=mscott,sspitzer 50529 101261 2001-09-26 03:44:56 +00:00
bienvenu%netscape.com 8341ad34b2 fix leak of offline imap playback object r=naving, sr=sspitzer 101265 2001-09-24 23:36:40 +00:00
bienvenu%netscape.com fbf61f33af fix leak of offline imap playback object r=naving, sr=sspitzer 101265 2001-09-24 23:28:15 +00:00
bienvenu%netscape.com c4d492632d linux didn't like that last change, backing out 2001-09-23 23:52:36 +00:00
bienvenu%netscape.com 5b64bbd34f remove unused method NS_NewImapHostSessionList rs=sspitzer, no bug 2001-09-23 23:46:47 +00:00
bienvenu%netscape.com d449afb447 fix memory leak of imap headers when move msg filters fire rs=sspitzer 101246 2001-09-23 23:42:19 +00:00
jaggernaut%netscape.com e25262c61f One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com 3826eb9902 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
naving%netscape.com 3f42c8cdab 99168; r/sr=mscott fix nsMsgMailNewsUrl leak on reading imap messages 2001-09-18 00:50:56 +00:00
naving%netscape.com ba578dc1aa 99150 r/sr=sspitzer. Make minor changes to return value and freeing memory. 2001-09-17 23:31:28 +00:00
naving%netscape.com 4d40a4c3aa 98650 r/sr=mscott. Look for only '\n' as endOfLine char. This will fix
the problem of not getting mail from one specific account. At the same time
it should increase performance where ever reading buffer is involved in
mailnews because PL_strstr is changed to PL_strchr.
2001-09-16 23:55:32 +00:00
naving%netscape.com cbc928d65f 89698 r=bienvenu sr=mscott. Make rename imap folder work for backslash and
change the alert wording
99150 r/sr=bienvenu Make rename Cyrus imap folder work correctly for '/'
2001-09-14 04:39:28 +00:00
darin%netscape.com c95cf54bdc checking bbaetz's patch for bug 89500 "SOCKS: only http|https re-directted in (post Mozilla 0.9.2)"
patch=bbaetz, r=dougt, sr=darin
2001-09-13 02:21:05 +00:00
cavin%netscape.com 40d5ffc932 Removing newlines (^M). 2001-09-12 21:48:33 +00:00
alecf%netscape.com cd3da58a2e Update mailnews REQUIRES and MODULEs for bug 98371, r=cls 2001-09-12 20:30:32 +00:00
bienvenu%netscape.com 5667db8bd8 fix imap copying messages status rs=sspitzer 99358 2001-09-12 20:23:28 +00:00
cavin%netscape.com 523d47fdba Bug #99101: In RenameLeaf(), unescape the folder name before searching for hierarchy delimiter (to figure out parent pathname). r=naving, sr=bienvenu. 2001-09-12 20:14:35 +00:00
bienvenu%netscape.com 7e0c9b9c70 fix leak of temp file while saving imap message as draft offline r=cavin, sr=sspitzer 81690 2001-09-12 00:27:10 +00:00
bienvenu%netscape.com 3b4067d76c part of fix for problems saving imap messages offline as templates, r=cavin, sr=sspitzer 81690 2001-09-11 01:22:59 +00:00
bienvenu%netscape.com 44fb24c183 fix problem opening folders after imap connection cache is full and connections have timed out r=sspitzer, sr=mscott 99228 2001-09-11 01:17:36 +00:00
alecf%netscape.com b117322489 add REQUIRES support to mailnews b=98371 r=cls 2001-09-10 20:42:53 +00:00
jaggernaut%netscape.com a0b891b40a Bug 73353: clean up REQUIRES. r=cls 2001-09-09 13:36:07 +00:00
jaggernaut%netscape.com b8a8bdd55c Removing newlines (^M) to fix bustage. 2001-09-08 01:47:44 +00:00
naving%netscape.com 34f947be26 fix whitespace from last checkin 2001-09-08 01:12:36 +00:00
naving%netscape.com 0eee3ebabe 98391 98470 r=bienvenu sr=sspitzer. Make rename folder work again for folders having
subfolders. Also make filters work for a local folder whose parent is renamed.
2001-09-08 00:40:05 +00:00
cavin%netscape.com e7f7cf4dcb Bug #98294: In nsImapService::DiscoverChildren(), make sure we have a consistent server hierarchy delimiter. r=sspitzer, sr=mscott.
Bug #98433: In nsImapService::GetListOfFoldersWithPath(), if the folder path contains 'INBOX' of any forms, we need to convert it to uppercase before finding it under the root folder. r=naving, sr=mscott.
2001-09-07 21:55:38 +00:00
bienvenu%netscape.com a2f862d2f6 don't mark imap msg read when reading it if it's already read rs=sspitzer 97834 2001-09-06 03:21:29 +00:00
valeski%netscape.com ac33036169 r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
jaggernaut%netscape.com 5979297126 Bug 98153: Remove SubsumeStr. r=dbaron, sr=scc 2001-09-05 10:46:45 +00:00
naving%netscape.com 7c1a0ed885 96921 r=suresh sr=mscott. fix mlk of nsSupportsArray elements because they were
being addref'ed twice.
2001-09-05 00:06:30 +00:00
naving%netscape.com 38330c7ac9 67836 r/sr=sspitzer. Use PL_strchr instead of PL_strstr for finding end of line. 2001-09-04 23:30:06 +00:00
naving%netscape.com c70b3368f0 97530 r=cavin sr=bienvenu. Save the filterlist if the destination folder for a
filter has been renamed/deleted.
2001-09-04 23:19:39 +00:00
naving%netscape.com d2e68d8c2e 97246 r=suresh sr=mscott a=asa. check m_runningUrl for null because OnStopRequest may be called after
socket is closed.
97553 r=cavin sr=mscott a=asa. Increase the copy buffer size from 4k to 16K because fileTransport can
give us upto 16k, should make copying of local messages faster.
2001-08-30 06:09:06 +00:00
naving%netscape.com b40a9866b6 94148 r=cavin sr=mscott a=dbaron. Make sure that we change the case only for Inbox to INBOX. 2001-08-28 06:01:42 +00:00
naving%netscape.com abc43c6cb8 96760 r=bienvenu sr=mscott a=dbaron. Fix nsMsgWindow leaks for pop3 accts when biff is turned on. 2001-08-27 00:31:52 +00:00
naving%netscape.com 4f2ce26735 95607 r=hwaara sr=bienvenu a=asa. Use nsCAutoString to avoid freeing mismatched memory. 2001-08-25 01:28:31 +00:00
brendan%mozilla.org 893ba55ceb Fix all PL_strlen to be strlen, for 64-bit portability (shanmu's patch for 95838 generalized, sr=mscott&brendan, a=asa). 2001-08-24 18:38:30 +00:00
bienvenu%netscape.com dc15073f81 implement offline undo of imap delete r=naving, sr=sspitzer a=asa 93128 2001-08-23 14:35:50 +00:00
bienvenu%netscape.com b907c5aff9 fix crash reading an imap message rs=mscott, a=asa 96518 2001-08-23 02:04:43 +00:00
cls%seawood.org 9e59b13c03 Removing dos newlines (^M) to fix irix bustage 2001-08-22 07:30:46 +00:00
naving%netscape.com bdfd212850 90640 r=bienvenu sr=sspitzer. Make the MarkFlagged filter action work for IMAP 2001-08-22 03:31:48 +00:00
timeless%mac.com c183201b4c 1.206 <cavin@netscape.com> 21 Aug 2001 11:39 checked in ^Ms while fixing Bug #68296
a=bustage,sheriffs#mozilla
2001-08-21 23:49:54 +00:00
naving%netscape.com 4c9c100c41 89698 r=robinf, jglick for alert wording changes. 2001-08-21 21:35:41 +00:00
naving%netscape.com 7c905a50d4 89698 r=suresh sr=bienvenu; Check if the newName for folder to be renamed has hierarchyDelimiter, if
so throw an alert. Also did some clean up in nsImapStringBundle.
2001-08-21 20:04:00 +00:00
cavin%netscape.com 1741d78d06 Bug #68296: In SubscribeToFolder(), make sure we pass the right folder object to SubscribeFolder(). In PossibleImapMailbox(), set the correct delimiter for unsubscribed folders. r=bienvenu, sr=sspitzer. 2001-08-21 18:39:46 +00:00
cavin%netscape.com 1b72451952 Bug #55774: In GetListOfFoldersWithPath(), make sure we pass the right folder object to DiscoverChildren(). r=bienvenu, sr=sspitzer. 2001-08-21 18:38:02 +00:00
bienvenu%netscape.com 39ab0449e9 fix crash downloading for offlnie when no accounts rs=sspitzer 94198 2001-08-15 14:01:45 +00:00