Activity for Mahogany mail and news client

  • Vadim Zeitlin committed [af073d] on m

    Add CMake build system

  • Vadim Zeitlin committed [fc072f] on m

    Define USE_PCH only for main Mahogany project itself

  • Vadim Zeitlin committed [627216] on m

    Fix another problem in PCH-less build under Linux

  • Vadim Zeitlin committed [02e41e] on m

    Use relative paths for c-client charset source files

  • Vadim Zeitlin committed [b58e8b] on m

    Fix module initialization functions names for SWIG 4/Python 3

  • Vadim Zeitlin committed [07a97b] on m

    Stop using uname output in X-Mailer under Unix

  • Vadim Zeitlin committed [f25b10] on m

    Only include linkage_no_ssl.c when it was created by make

  • Vadim Zeitlin committed [ca1d91] on m

    Fixes for compilation when not using PCH

  • Vadim Zeitlin committed [338861] on m

    Update Python wrappers code to SWIG 4.2 and Python 3

  • Nerijus Baliūnas committed [f857d1] on m

    Add support for TLSv1.2+ from https://github.com/uw-imap/imap/pull/5

  • Vadim Zeitlin committed [a08ecc] on m

    Define libraries search path correctly in DLL configurations

  • Vadim Zeitlin committed [e8eddb] on m

    Harmonize output directories names for all configurations

  • Vadim Zeitlin committed [6d2d1f] on m

    Extract MSVS options common to all configurations in M.vsprops

  • Vadim Zeitlin committed [7d06fd] on m

    Stop defining wxMSVC_VERSION_ABI_COMPAT in MSVS project

  • Vadim Zeitlin committed [709118] on m

    Fix CI build using wxWidgets from Conda forge

  • Vadim Zeitlin committed [0e32f9] on m

    Create osdep.h as part of MSVS build

  • Vadim Zeitlin committed [bd1e35] on m

    Disable Python support under Windows for now

  • Vadim Zeitlin committed [5d2a27] on m

    Only use PostScript-related code under Unix

  • Vadim Zeitlin committed [a662d5] on m

    Fix typo resulting in error in release build

  • Vadim Zeitlin committed [24a99e] on m

    Add GitHub Actions CI workflow

  • Vadim Zeitlin committed [e5264c] on m

    Redefine "or" and "not" before including c-client headers with MSVC

  • Vadim Zeitlin committed [38f452] on m

    Update version in configure to 0.68

  • Vadim Zeitlin committed [6ffae3] on m

    Stop including iostream from Mconfig.h and don't use std namespace

  • Vadim Zeitlin committed [56cc8d] on m

    Allow combining options types and flags together

  • Vadim Zeitlin committed [1327cf] on m

    Avoid harmless warnings about adding different enum elements

  • Vadim Zeitlin committed [d07136] on m

    Fix ambiguous types in ternary operator

  • Vadim Zeitlin committed [6c7833] on m

    Update MSVS projects to 2022 and enable 64-bit builds

  • Vadim Zeitlin committed [04b63f] on m

    Convert source files to UTF-8

  • Vadim Zeitlin committed [f8a25b] on m

    Implement waiting for network after resume under Linux too

  • Vadim Zeitlin committed [2137cd] on m

    Improve error message for status update logic error

  • Vadim Zeitlin committed [8f0185] on m

    Replace UPDATE_NUM_OF() macro with a lambda function

  • Vadim Zeitlin committed [eb6a9d] on m

    Don't define separate MsgStatus, just use MailFolderStatus

  • Vadim Zeitlin committed [bab7c1] on m

    Simplify MailFolderStatus fields initialization

  • Vadim Zeitlin committed [a48860] on m

    Fix OS_LINUX definition

  • Vadim Zeitlin committed [fa78dd] on m

    Make code initializing SendMessageCC headers safer

  • Vadim Zeitlin committed [121c06] on m

    Don't save "Fcc:" header in draft messages if it's empty

  • Vadim Zeitlin committed [093709] on m

    Replace C arrays used for headers with a vector

  • Vadim Zeitlin committed [4d806a] on m

    Rename wxModulesDlg::Update() to avoid name clash

  • Vadim Zeitlin committed [bc2442] on m

    Inline AdbFrame::SetMinSize() to avoid name clash

  • Vadim Zeitlin committed [c70cd4] on m

    Use std::string for MessageHeader name and value

  • Vadim Zeitlin committed [7bc745] on m

    Replace legacy list of MessageHeader with std::vector

  • Vadim Zeitlin committed [d2eb67] on m

    Don't do anything in autosave timer when in critical section

  • Vadim Zeitlin committed [df6657] on m

    Fix warnings about hiding overloaded virtuals

  • Vadim Zeitlin committed [63bc98] on m

    Fix calling MIME::DecodeText() with wxFONTENCODING_DEFAULT

  • Vadim Zeitlin committed [bcc0c9] on m

    Strip literal CR LF from the internal header representation

  • Vadim Zeitlin committed [1ce4e7] on m

    Default encoding to UTF-8 in the MIME encoding test

  • Vadim Zeitlin committed [583336] on m

    Decide which RFC 2047 encoding to use based on input contents

  • Vadim Zeitlin committed [570b16] on m

    Remove redundant encoding enum declaration

  • Vadim Zeitlin committed [7517e9] on m

    Return std::string from EncodeHeader()

  • Vadim Zeitlin committed [507904] on m

    Rewrite headers QP MIME encoding code once again

  • Vadim Zeitlin committed [044f6c] on m

    Simplify length calculation code in EncodeTextBase64()

  • Vadim Zeitlin committed [ba821e] on m

    Use constants in text encoding code instead of bare numbers

  • Vadim Zeitlin committed [f14cf3] on m

    Split EncodeText() into 2 functions for QP and Base64

  • Vadim Zeitlin committed [9f4b95] on m

    Remove unused wxFontEncoding parameter of EncodeText()

  • Vadim Zeitlin committed [ba1921] on m

    Pass C string, not wxString, to EncodeText()

  • Vadim Zeitlin committed [3d1f4c] on m

    Allow up to 6 characters when encoding headers using Base64

  • Vadim Zeitlin committed [1ac798] on m

    Fix infinite loop in EncodeText() when using Base64

  • Vadim Zeitlin committed [868edf] on m

    Stop using wxFONTENCODING_DEFAULT in MIME decoding test

  • Vadim Zeitlin committed [409d69] on m

    Suppress harmless warnings in code copied from c-client

  • Vadim Zeitlin committed [6a5486] on m

    Remove hard coded paths from MIME tests makefile

  • Vadim Zeitlin committed [06d5b2] on m

    Don't soft wrap "References" header value

  • Vadim Zeitlin committed [643722] on m

    Compare header names case-insensitively

  • Vadim Zeitlin committed [610297] on m

    Let NeedsEncodingInHeader() check for ASCII too

  • Vadim Zeitlin committed [43f863] on m

    Don't MIME-encode header names

  • Vadim Zeitlin committed [a1e6cf] on m

    Reopen previously opened mailboxes on resume under Linux too

  • Vadim Zeitlin committed [5bc4db] on m

    Use CallAfter() instead of disconnecting event handler

  • Vadim Zeitlin committed [eb1e40] on m

    Fix decoding RFC 2047 words broken between character boundaries

  • Vadim Zeitlin committed [222cf9] on m

    Stop QP-encoding header words separately

  • Vadim Zeitlin committed [e28b1e] on m

    Use more readable encoding for spaces in QP-encoded headers

  • Vadim Zeitlin committed [c018ad] on m

    Fix bug in QP-encoding over long words

  • Vadim Zeitlin committed [6fd769] on m

    Don't freeze wxFolderListCtrl while changing it

  • Vadim Zeitlin committed [ca0e02] on m

    Make default colour for "flagged" messages brighter

  • Vadim Zeitlin committed [d4a702] on m

    Fix wrong wxPLURAL usage

  • Vadim Zeitlin committed [9d1f08] on m

    Remove unused variables, fixing a couple of bugs in the process

  • Vadim Zeitlin committed [36608f] on m

    Fix check for conversion failure when sending messages

  • Vadim Zeitlin committed [2ed4ee] on m

    Drop "dynamic" Python support

  • Vadim Zeitlin committed [1332f9] on m

    Work around listing update problems with wxGTK/Wayland

  • Vadim Zeitlin committed [7dc61e] on m

    Avoid reentrancies in wxFolderListCtrl with wxGTK

  • Vadim Zeitlin committed [dce8a0] on m

    Use the same email for all commits by Vadim Zeitlin

  • Vadim Zeitlin committed [eda0a6] on m

    Fix typo in a comment in wxFolderListCtrl

  • Vadim Zeitlin committed [2cea6d] on m

    Fix comparing "From" addresses containing commas with own ones

  • Vadim Zeitlin committed [9cbf60] on m

    Use the same name and email for all Nerijus's commits

  • Vadim Zeitlin committed [d65955] on m

    Remove now unused SSL-related options

  • Vadim Zeitlin committed [b8875f] on m

    Fold "References:" header in the sent messages properly

  • Vadim Zeitlin committed [4b3940] on m

    Fix constructing "References" header in replies

  • Vadim Zeitlin committed [13453c] on m

    Use proper end of line characters for multiline headers

  • Vadim Zeitlin committed [01e507] on m

    Show horizontal scrollbar in MTextDialog with wxGTK

  • Vadim Zeitlin committed [f7a43f] on m

    Adjust menu accelerators to work with GTK

  • Vadim Zeitlin committed [d34c24] on m

    Remove unnecessary c_str() calls from wxLogXXX() etc in GUI code

  • Vadim Zeitlin committed [466ad2] on m

    Fix wrong encoding conversion code in composer code

  • Vadim Zeitlin committed [403f3c] on m

    Add a dummy icon and a .desktop file using it

  • Vadim Zeitlin committed [e4c01c] on m

    Always link with OpenSSL libraries under Unix

  • Vadim Zeitlin committed [7c0dce] on m

    Fix deprecation warning due to wrong wxString ctor use

  • Vadim Zeitlin committed [9b487c] on m

    Avoid warning about __STRICT_ANSI__ redefinition

  • Vadim Zeitlin committed [f4df09] on m

    Stop copying URLs to primary selection under Unix

  • Vadim Zeitlin committed [eaf382] on m

    Fix formatting specifier in address autocollect code

  • Nerijus Baliūnas Nerijus Baliūnas committed [d0ecd4] on m

    Replace fgrep with grep -F to fix the warning on Fedora 38

  • Vadim Zeitlin committed [743dd9]

    Compilation fix for non-MSW after the last commit

  • Vadim Zeitlin committed [8468e4]

    Fix wxLayoutWindow drawing with the latest wx 3.3

  • Vadim Zeitlin committed [56c7a7]

    Correct handling of folder names using modified UTF-7

1 >
MongoDB Logo MongoDB